Jump to content

Can't boot from USB Installer(macOS Sierra 10.12.1)


Lafin Lalannges
 Share

7 posts in this topic

Recommended Posts

Tried to install a new macOS, using installer made by Panadora's Box III r3.030.

Took me very long time to make it happen.

 

Then I boot up the computer, it just stuck blank screen with many '+'.

Is there anything I missed?

 

my spec:

Asrock B75M-ITX (UEFI 1.90)

i5-3470

Trandcend 16GB Memory (8GBx2)

Kingston HyperFury X 120GB SSD

 

 

Link to comment
Share on other sites

I have face the same issue,it is cpu panic when I using legacy clover,here is what i do to avoid this

sudo /Applications/Install\ macOS\ Sierra.app/contents/resources/createinstallmedia --volume /volumes/MyVolume --applicationpath /Applications/Install\ macOS\ Sierra.app

 

Install for UEFI booting only

Install Clover in the ESP

Drivers64UEFI

OsxAptioFixDrv-64

 

diskutil mount disk1s1

cp FakeSMC.kext /Volumes/ESP/EFI/Clover/Kexts/10.12

cp RealtekR1000SL.kext /Volumes/ESP/EFI/Clover/Kexts/10.12

 

# Rename USB devices for OSX 10.11 Support (remember to use injector with this)

#

into device label EHC1 set_label begin EH01 end;

into device label EHC2 set_label begin EH02 end;

into device label XHC1 set_label begin XHC end;

into_all all code_regex EHC1 replaceall_matched begin EH01 end;

into_all all code_regex EHC2 replaceall_matched begin EH02 end;

into_all all code_regex XHC1 replaceall_matched begin XHC end;

Link to comment
Share on other sites

 Share

×
×
  • Create New...