This is the first of many series of posts and videos about my personal attempt of Hackintoshing my AsusPro B9440UA laptop with macOS Mojave. In this video I attempt to create a bootable USB stick with the latest RehabMan's version of Clover.
The RehabMan's full guide for booting and running a macOS installer on a laptop can be found here. All credits go to RehabMan himself and the Tonymacx86.com community.
Full details on the AsusPro B9440UA 14" laptop can be found here.
The flash drive I used.
The RehabMan's full guide for booting and running a macOS installer on a laptop can be found here. All credits go to RehabMan himself and the Tonymacx86.com community.
Full details on the AsusPro B9440UA 14" laptop can be found here.
The flash drive I used.
Steps taken in the video as per RehabMan's guide
- Plug in the USB thumb drive and use diskutil list command in the Terminal to check the disk identifier for the thumb drive. Mine was the /dev/disk7.
- Type this command in the Terminal to start the partitioning: diskutil partitionDisk /dev/disk7 2 MBR FAT32 "CLOVER EFI" 200Mi HFS+J "install_osx" R.
- Download RehabMan's fork of Clover here.
- Run the Clover Package installer, and on Choose Install location, select Clover EFI.
- Click Customize and enable Install for UEFI booting only. From Themes select Black Green Moody. Click Install.
- Download the HFSPlus.efi and copy it to /EFI/Clover/drivers64UEFI.
- In /EFI/Clover/Kexts/Other, copy and paste the following kexts: FakeSMC.kext, Lilu.kext, USBInjectAll.kext, VoodooPS2Controller.kext, and WhateverGreen.kext. Links to the latest releases of these kexts are provided in the RehabMan's guide.
- Download and paste the raw file of config_HD615_620_630_640_650.plist to /EFI/Clover. Link to all the config.plists in RehabMan's guide.
- Download the macOS Mojave Installer to Applications folder.
- In Terminal, run the command sudo "/Applications/Install macOS Mojave.app/Contents/Resources/createinstallmedia" --volume /Volumes/install_osx --nointeraction to transfer the macOS Installer to the USB drive.
Disclaimer: The content provided in this article is for informational purposes only. You are solely responsible for verifying the information as being appropriate for your personal use.