Hackintosh Safe Mode Clover

Clover

To enter Safe Mode on your Mac computer, press and hold the Shift key as it boots up. In Windows 10 and Windows 8, you can hold Shift and click Restart to open the Troubleshooting menu and select Safe Mode. For Windows 7 and earlier, press and hold F8 while the computer is booting to open the Advanced Boot Options menu and select Safe Mode. Name: MyVolume Format: Mac OS Extended Scheme. You can use the spacebar on the boot screen to enter alternate boot modes such as verbose and safe mode.). Open Clover Configurator.

Clover is a boot manager that allows you to select the OS you want to boot with. It is used mostly by Hackintosh users, that is, people that install MacOSX (along with other OSs, like Linux and Windows) on a non-Apple machine.

The Clover configuration can be quite tricky, and if you’re not lucky you can easily mess it up. That’s why it’s more than advisable to keep a backup of the /EFI/CLOVER/config.plist configuration file.

Hackintosh Safe Mode Clover Free

If you happen to break down your MacOSX boot, but you still have a working Windows boot on the same machine, you can follow these steps in order to restore a backup of config.plist:

  • Open an administrator console (run cmd.exe as Administrator) and type the following:
  • diskpart (open diskpart)
  • list disk (list your hard drives with)
  • select disk 1 (select the disk where your Clover EFI boot has been installed. 1 is just an example)
  • list partition (list the partitions available on the selected disk)
  • select partition 1 (select the boot EFI partition)
  • assign letter=s (assign a letter. S in this case)
  • exit (exit diskpart)
  • s: (go to the just mounted boot partition)
  • cd EFICLOVER
  • copy c:backupsconfig.plist . (c:backups is just an example. Replace this path by the path where you have your config.plist backup)

If everything worked fine, you can now restart and use your MacOSX boot again.

In addition to that, some Clover prefixes that can help you find out what went wrong are:

  • -x start using the safe mode
  • -v verbose mode

Hackintosh Safe Mode Clover Login

You can find more information about Hackintosh and Clover on tonymac86.