黑苹果EFI大全|免费分享各种黑苹果EFI资源
Copy files in EFI directory to your EFI partition.
NOTE THAT you should re-generate smbios information.
BIOS_Backup_TooKit.exe
to fetch BIOS rom.UEFITool
to open BIOS rom.Section_PE32_image_Setup_Setup_body.efi
, use IFR-Extractor
and command ./ifrextract Section_PE32_image_Setup_Setup_body.efi Section_PE32_image_Setup_Setup_body.txt
to convert it into text file.Section_PE32_image_Setup_Setup_body.txt
and search keywords (cfg lock, DVMT) to find the closest addres behind it.GRUB Shell
(use bootx64.efi
in bios_tools.zip
to boot)setup_var [ADDR]
setup_var [cfg lock address here] 0x00
to disable cfg lock.setup_var [DVMT address here] 0x03
to increase DVMT to 96M.Since I’ve already finished these steps above, just type the following command.
setup_var 0xDA2 0x00
setup_var 0x263 0x03
setup_var [ADDR]