Razer Blade Stealth 8550U, BIOS 3.02 breaks Clover and OpenCore installations.
I was having lots of issues getting Hackintosh to work because of latest BIOS 3.02 update on Blade Stealth 8550U.
Downgraded Bios and it's boot block to 2.0.1 and works perfectly fine now!
Will write a small guide on how I achieved the Bios downgrade!
This is part of the non-working log:
01:593 00:031 AAPL: #[EB|LOG:VERBOSE] 2020-10-23T19:16:29
01:623 00:029 AAPL: #[EB|OPT:BM] 0x200002
01:654 00:031 AAPL: #[EB.OPT.LXF|F] <"\System\Library\CoreServices\PlatformSupport.plist">
01:684 00:030 AAPL: #[EB.LD.LF|IN] 0 1 <"\System\Library\CoreServices\PlatformSupport.plist"> <"0">
01:716 00:031 AAPL: #[EB|B:VAw]
01:747 00:031 AAPL: #[EB|P:CPR] N
01:777 00:030 AAPL: #[EB|P:MPI] N
01:807 00:030 AAPL: #[EB|P:BPI] N
01:838 00:030 AAPL: #[EB|KMR] 496455680
01:868 00:029 AAPL: #[EB.CS.CSKSD|+]
01:898 00:030 AAPL: #[EB.CS.CSKSD|!] Err(0xE) <- RT.GV boot-info-payload 8D63D4FE-BD3C-4AAD-881D-86FD974BC1DF
01:928 00:030 AAPL: #[EB.G.CS|-?] Ok(0)
01:960 00:031 AAPL: #[EB.LD.LF|IN] 0 1 <"
These are the instructions to downgrade or dump Bios from an EFI shell if you ever need to
Use at your own risk!!! I only tested this downgrading from 3.02 to 2.0.1 on a Razer Blade Stealth Late 2017 RZ09-02393 and RZ09-02394.
Required items:
-
OpenCore with OpenShell.efi tool enabled in config, auxiliary, timeout and picker enabled.
-
AfuEfix64.efi inside your EFI partition
-
Dumped file of the complete 2.0.1 Bios (Boot block and main Bios). Move this to the same folder as AfuEfix64.efi
To dump your curent Bios you can use:
AfuEfix64 bios.rom /o
Instructions
Boot to OpenShell.efi from OpenCore menu, find your EFI partition number location and type:
fsX: (example fs0:) dir (check if files match)
You can try different numbers or reference the list of devices of OpenShell startup.
Move to the folder where AfuEfix64.efi is and execute:
AfuEfix64 bios2-0-1.rom /P /B /L0
This should restore the bios and boot sectors and load CMOS defaults.
Reboot and you're done.