Did you see anything in there that looked like a TDP value of 90 watts?
-
-
-
EDIT
I see you have the 1070 and tried a lot of vBIOS, do you have a list of the ones you've tried? I know the MSI GS65 was limited to matching the size of the vBIOS. Looking at techpowerup, the Razer has a 232kb size with Device Id: 10DE 1BA1 Subsystem Id: 1A58 2000. There are two vBIOS which match the size and Device Id and would be the most likely to work. If you tried those ones, then I'm not sure there is anything you can do. I don't have the 1070, so not much I can do to help with any of this.
https://www.techpowerup.com/vgabios/204907/204907
https://www.techpowerup.com/vgabios/215198/215198Last edited: Dec 4, 2019 -
I know another user on here was able to hardware flash his RB15 1070 to unlock the power/thermal limit, I've got pics of which chip to read/write also but other users were saying this is dangerous and has a high chance to burnt out the mosfets. -
-
amihail91 likes this.
-
link: https://imgur.com/a/WBBLdIA -
You need to test one step at a time, 13 would be 3458MHz. I don't believe the blade can support this speed. Ram overclocking is fine tuning, not big jumps
-
Attached Files:
Last edited: Dec 6, 2019 -
-
amihail91 likes this.
-
-
Highest speed then lower CL IMO. -
was able to overclock thanks! might try lowering the cl again.
https://imgur.com/a/kwqxXwP -
@stranula, it's really quite a bit easier than I thought it would be when I was investigating this. For some reason the idea of simply replacing an existing menu didn't even cross my mind before. This is great, it works and you and the people you credited made my day.
Great that the whole overclocking menu works, including all the voltage controls and so on. I love using ThrottleStop, but this is just as good, except for the profiles ThrottleStop provides. -
-
is there a guide to increase the graphics power on the razer blade besides msi afterburner?
-
-
-
Hi, I studied with interest the topics about the BIOS mod / BIOS unlock. My Razer Blade 17 Pro Early 2019 laptop has a pretty locked down BIOS with many options unavailable or hidden.
Through reading and learning, I managed to locate and enable the overclocking and memory sections in the BIOS file via AfuWin64 and AMIBCP.
When flashed, however, those menus don't show up. I literally do not see any change. I tried the hex edit but I really don't know what I am doing there. Do not want to break things badly.
Could someone knowledgable help me with that issue? I would love to have the overclocking, performance, CPU and memory options available.
My main goal is to be able to select the memory profiles for memory overclocking and to be able to modify the CPU and Cache Vcore offset for undervolting.
Original Bios: https://drive.google.com/open?id=1qQRNoAmgS2afb3HsWtRlEoAU4FoacVl6
My attempted mod: https://drive.google.com/open?id=1lFG_1HdbwiS-QZEzcsoZpAp-7QE4Tcby
Thanks,
AlexLast edited: Dec 12, 2019 -
You're only editing the menu, so as long as you don't offset any bytes, you can break stuff, but the machine will still work, as you don't touch any of the rest of the BIOS. It might lock up when you visit the specific menu you hex edited. If you do offset anything (for example by pasting in new bytes without replacing the same amount), that's where you can potentially run into bigger issues.
-
My trouble was actually the step before.
BIOS Binary Extraction and Interrogation
I could not find any string 'memory overlock' or 'memory overclocking'. And then I got stuck because, in the tutorial, when it comes to the menus, the steps refer back to this section. -
Looks like your links are truncated and don't work because of that. Could you edit your post with working links so I can take a look at it?
-
silly me.. all corrected, thanks for the heads up
-
Well, for some reason UEFI Tool doesn't find "memory overclocking". It does find "overclocking" just fine though and reveals you the correct image to extract - the one in the "Setup" menu section where all the menus, options and toggles reside.
If you have further questions (but frankly, with that tutorial you likely shouldn't), PM me to avoid flooding this thread. -
I'll give that a shot tomorrow. Thank you for pointing me the right way!
-
Good to see people stepping in to help here. I haven't looked at the BIOS in question, but if UEFITool doesn't find memory overclocking, makes me wonder if it isn't completely unavailable. Good luck with the mods, let us know how it works out for you.
-
I've looked into the IFR and the whole overclocking menu is there, including the memory overclocking. Can't say why UEFI Tool wouldn't find it.
-
was reading otimization for 8750h and got stuck on the firs step. any idea for razer blade 15 9750h model to disable cfg lock? that option is not available in bios and i already have overclocked the memory and cpu voltage trick
-
amihail91 likes this.
-
-
-
or are you talking about the original post -
looking through the ifr, cfg lock doesnt have suppress if
only have
Setting: CFG Lock, Variable: 0x6F0 {05 91 B6 03 B7 03 B9 01 01 00 F0 06 10 10 00 01 00}
0x359A0 Option: Disabled, Value: 0x0 {09 07 04 00 00 00 00}
0x359A7 Option: Enabled, Value: 0x1 {09 07 03 00 30 00 01} -
-
I already modified my BIOS .rom file according to this post, and everything went smoothly. However, I will say, I get a serious case of flop sweat as the image is being burned back into the BIOS with AFUWINGUIx64. And that leads me to my question:
If, for some unforeseen reason, the BIOS write fails or the write works but the BIOS won't boot, is there a standard ways -- say, booting from USB -- to recover a cooked BIOS image?
I don't doubt that following these instructions will work, but I always like to have a "get out of jail" option.
Thanks!
- Dave -
My primary interest in following these instructions is to be able to set the Core Voltage Offset to 0 (disable Razer's pre-shipped -100mV undervolting). Currently, I'm using the Intel XTU service in Windows, but it's a bit of a race condition between the undervolting reset and a BSOD before the XTUOCDriverService runs.
Standing on the shoulders of greatness, I made further modifications to my BIOS .rom file:
(alternate location of image: https://photos.app.goo.gl/N2fPnW9ZQhAfaBMk9)
Does anyone see any problem with being able to reach this menu on a Blade 15 Advanced (mid 2019)?
- DaveLast edited: Jan 4, 2020 -
@ViperGeek, as I've written a few pages back, you're only editing the menus here. Nothing is happening to the other parts of the BIOS. Just don't offset any bytes, because that will offset everything in the menu after it, and that's something I'd not like to try. Theoretically there should be automatic padding done by UEFITool when assembling the rom back together to preserve the byte locations for all the other modules in the BIOS, but I'm not so sure about that. Better make your edits in a way that doesn't add, but only changes bytes.
Don't confuse a bricked BIOS with simply not booting due to messed up settings. In the latter case you'd do a CMOS reset by disconnecting the the battery and the CMOS battery on the motherboard and pressing the power button a few times and waiting a few seconds. In the former case, you'll likely get nothing from the machine, even after doing a hundred CMOS resets. That's where you'd get help from a professional, or a soldering iron and a little tip, or, if you don't want to solder, a little clamp for the BIOS chip on the Blade 15 (really nothing special about it), and a Raspberry Pi with software, or a special programmer (comes with the clamp I linked there). The chip also has an enlightening data sheet that says which way to clip the clamp on or where to solder which wires. -
- Dave -
You're in luck that this is a laptop. It has two power sources, so if one fails, the other can keep going. Given your reassembled BIOS ROM isn't botched, is precisely 8 Mebibytes in size (8.388.608 Bytes as reported by Windows), and is verified successfully by AfuWin, you shouldn't face any problems. Make sure to exit XTU and other apps that may modify the BIOS at runtime and also close their services and background processes, since they theoretically could reserve writing rights to the BIOS chip while you're about to flash. Not very likely, but technically a possibility. Also make sure the machine receives power via the power adapter because, while flashing, power saving features are disabled and you'd generally want to rule out the battery as a factor for stability reasons while the flashing process is going. The rest is explained in great detail in @stranula's guide.tiliarou likes this. -
Unfortunately, it looks like I only managed to uncover/modify the CPU Cache offset, and not the CPU Core offset:
Does anyone know where I may have gone wrong?
Both Intel XTU and ThrottleStop services are disabled (although still installed) and so shouldn't be messing with my settings.
- Davetiliarou likes this. -
I am just seeing these posts from the last few days. I'm glad that No0b was able to help you out. I am looking into your question about core vs cache offsets now.
*UPDATE*
I looked into it and my RB15 acts the same way. I couldn't find any way around itLast edited: Jan 6, 2020ViperGeek likes this. -
If anyone's conquered this issue, please let me know.
- Dave
Sent from my SM-G955U using Tapatalk -
@stranula any ideas what this new setting is under Memory Overclocking? It says its only available in 1T mode but I'm not sure what pushing it up would achieve/potentially break.
-
-
@amihail91, to keep the memory stable at higher clock speeds and/or tighter timings, you can adjust the command rate to set how many times the CPU's memory controller will send the same command to the RAM to lower the chance of the data being corrupt when written to RAM. So a 1T command rate is preferrable for speed (although high clock speeds with tighter timings can outweigh the speed penalty of a command rate higher than 1), but it's not as stable, depending on your other settings.
amihail91 likes this. -
-
For stability, I'd usually choose a command rate of 2T, just to be absolutely sure. For example for friends' or family systems where I know they'll never bother with stuff like that.amihail91 likes this. -
Appreciate the in-depth reply!
Here's what I was able to get on the RB17 Pro 2019, it's been stable for a good few weeks now.
Razer BIOS Mods - Potential to Unlock All Hidden Options
Discussion in 'Razer' started by stranula, Nov 10, 2019.