MacOS Mojave On HP Envy 13-AD010NR Kaby Lake

Prepare EFI for new SSD

The current BIOS is F22, the newest one is F27 but I don’t want to update since it’s working well. Since I don’t really need the original Windows 10 with Junk software in it, I install the latest Windows 10 using Media Creation USB Boot Drive. The important thing is we have to prepare the SSD correctly or our EFI folder will only be set at 100MB which is not enough to install Clover or any other boot loaders. So instead of letting the Windows installer to create the EFI folder automatically, we can set the size ourselves using “diskpart” command. In order to use diskpart, we need to boot with Windows 10 USB installer (hit F9 then select UEFI USB installer) – select system repair and not installation – then select command prompt, from here we can create EFI folder and MSR for Windows installer to install.

diskpart
select disk 0
clean
convert gpt
create partition efi=300 !!! you can change it from 300MB to any size.
format quick fs=fat32 label=”EFI”
create partition msr size=16
exit

After exit, reboot with the USB installer again in UEFI mode, select the custom

Pages: 1 2 3 4 5

3 Comments

  • hi sir. where did you buy HP Envy 13-AD010NR Kaby Lake which one store please provide me the link i like this hp with Nvme ssd

  • Hi sir please make a toturial about acpidebug.kex for new system log introduce in sierra and later i don’t understand rehabman’s guide to mapping hotkeys
    I better understand your through your toturials
    Your sincerelly

  • Hi! could you make a video on how to patch the DSDT.dsl file for getting the battery to work. I have a HP envy 13-ab022nf but I cannot get my battery indicator to work. I’ve tried all rehabman tutorials and guides. I’m desperate

    HELP!!

Leave a Reply

Your email address will not be published. Required fields are marked *