Skip to main content

Make a bootable USB thumb drive with macOS Mojave for Laptops

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.


Steps taken in the video as per RehabMan's guide

  1. 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.
  2. 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.
  3. Download RehabMan's fork of Clover here
  4. Run the Clover Package installer, and on Choose Install location, select Clover EFI.
  5. Click Customize and enable Install for UEFI booting only. From Themes select Black Green Moody. Click Install.
  6. Download the HFSPlus.efi and copy it to /EFI/Clover/drivers64UEFI.
  7. 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
  8. 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.
  9. Download the macOS Mojave Installer to Applications folder.
  10. 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.
Stay tuned for the next posts, including how to setup the BIOS, installation, post-install, and how to install on the same drive, while keeping your original Windows 10 partition.


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.

Popular posts from this blog

New Page template button with timestamp in the title - Notion

These days I'm all about discovering ways for people to use Notion  without  the use of databases, as databases slow things down. I'm also an advocate for minimalism while still having an efficient workflow. Today I'm giving a tip with an example of daily journal entries. Usually, a Notion template comes with a database for journal pages, with a "Date created" property which is mighty convenient. But you can also replicate that without a database.  This will make it super fast for you to start journaling on a new page with the current date and time already added to the title. Create a simple text page where all your journal entries will be stored (no databases/tables). Optional: You may create a subpage to serve as an Archive for past entries. Again this should be a simple text page, not a database. You may also have multiple archives, named after the 12 months or years to keep things more organized. Type / , then template , then select the Template button . Give

How to rebuild cache and repair permissions of kexts in a Hackintosh

After installing 3rd-party kexts in /Library/Extensions, or replacing vanilla kexts with patched kexts in System/Library/Extensions, you may want to repair their permissions and rebuild the kext cache to ensure they work as intented. Here's how.

NVIDIA Web Drivers Mojave Workaround

It is still uncertain when will NVIDIA release any Web Drivers for macOS Mojave, but we can try a workaround.