Jump to content

Recommended Posts

Posted

The USB raw images have an EFI partition with Clover, so you can format (or just mount) the EFI partition of your HD (replace X by the HD number)

diskutil list
sudo newfs_msdos -v EFI -F 32 /dev/disk[color=#FF0000]X[/color]s1
mkdir /Volumes/EFI
sudo mount_msdos /dev/disk[color=#FF0000]X[/color]s1 /Volumes/EFI

mount the EFI partition of the USB (replace Y by the USB number)

mkdir /Volumes/EFI1
sudo mount_msdos /dev/disk[color=#FF0000]Y[/color]s1 /Volumes/EFI1

and copy EFI folder from EFI1 to EFI.


Then

Boot from the pen drive again. In Clover menu, go to Clover Boot Options and select Add as UEFI boot option. Now you will be able to boot Clover from EFI partition without the pen drive, in UEFI mode.

 

Configure config.plist according to the wiki


http://clover-wiki.zetam.org/Configuration


After you configure config.plist for power management, you can remove Disabler.kext from EFI/CLOVER/kexts/10.X, as well as other kexts you don't need (or that you have installed in /System/Library/Extensions)


http://Olarila.com/forum/viewtopic.php?f=28&t=1703

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...