-
Notifications
You must be signed in to change notification settings - Fork 27
Unlocking the BIOS
In order for the Intel HD 4600 graphics to work with the 3200x1800 QHD+ screen, a BIOS unlock is needed. I hope another way can be found around this problem, but I have been unable to find any other method.
Additional bonus is though that the MSR 0x02 register can also be unlocked through the BIOS unlock.
** WARNING **
Unlocking the Bios is at your own risk and can brick your entire laptop permanently! Do the following steps at your own risk.
-
Ensure you are updated to the latest bios (Currently Rev. A06)
-
Download the AMI Flash Utility
-
Use AFUWin64, located in "Aptio\afuwin\64\afuwin.zip" to save your current bios to a ROM file
-
Download UEFITool by CodeRush
-
Open the dumped bios, expand the sections one-by-one and scroll down until you find
Setup
in theText
column -
Right click on the
Compressed Section
just below theDXE Dependency Section
, and selectExtract body
, save this assetup.bin
(474,524 bytes in size) -
Next open
setup.bin
in a hex editor and search for01 01 00 01 01 01 01 00 00 00
, note that there will be only one match. -
Update this to
01 01 00 01 01 01 01 01 01 01
, which will unlock all relevant menus. -
Save this to
setup_patched.bin
For BIOS A06, the MD5 of the modified setup section is
7942fe152d8b0c05baf0a9fa88c551a1
-
Go back to UEFITool and right-click the section you just extracted and select
Replace body
and selectsetup_patched.bin
for replacement. -
Save the resulting ROM file to
bios_patched.bin
-
Open a command prompt with administrative rights and execute:
afuwinx64 bios_patched.bin /GAN
Note /GAN is an undocumented switch allowing to flash unsigned firmwares
-
After rebooting enter the BIOS with
F2
and see the new menu structure. -
Now that the BIOS is unlocked, follow the steps in [Configuring the BIOS for OS X](BIOS Configuration).
Credits for this procedure to JRandomHacker (http://forums.mydigitallife.info/threads/54523-TUTORIAL-AMI-Aptio-UEFI-Advanced-Menu-Unlock-Bonus-MSR-unlock)
-
Dell XPS 9530
- [Unlocking the BIOS](Unlocking the BIOS)
- [BIOS Configuration](BIOS Configuration)
- Installation
- [Post Installation](Post Installation)