Jump to content

E7450: Install Sierra only shows Apple Logo and then reboots


The Spirit

Recommended Posts

  • Replies 27
  • Created
  • Last Reply

Top Posters In This Topic

i was able to install sierra now.

but after doing everything written in post installation i rebooted and i allways get now into the clover boot screen.

after selecting the osx hdd i see again a lot of lines of code with patching this and that. why does this happen?

does this happen every time i boot the laptop?

and now i am unable to boot into osx. 

after patching a lot of things, the laptop jsut reboots again

 

the only thing which did not work was to generate the SSDT.aml

Link to comment
Share on other sites

  • Moderators

Yes, kext patching occurs on every boot hence hot patches. Booting should not be taken that long. Make sure to fix permission and rebuild cache. Also make sure you don't have verbose mode on.

      sudo chmod -Rf 755 /L*/E*

      sudo chown -Rf 0:0 /L*/E*
      sudo touch -f /L*/E*
      sudo chmod -Rf 755 /S*/L*/E*
      sudo chown -Rf 0:0 /S*/L*/E*
      sudo touch -f /S*/L*/E*
      sudo kextcache -Boot -U /
 
To find you devices, launch DPCIManager.app, look in PCI List
DW1510 can't be use on this model because it's fitted with an M.2 card. The slot is different.
To get audio to work, make sure you follow the Clover guide.
 
7. Copy kexts from /EFI/Clover/Kexts/Other/LE to /Library/Extensions of Macintosh SSD

    Note: Ignore warning/error messages and click OK, then run commands below.

 

8. Repair permission and rebuild cache. Run command from terminal

 

      sudo chmod -Rf 755 /L*/E*
      sudo chown -Rf 0:0 /L*/E*
      sudo touch -f /L*/E*
      sudo chmod -Rf 755 /S*/L*/E*
      sudo chown -Rf 0:0 /S*/L*/E*
      sudo touch -f /S*/L*/E*
      sudo kextcache -Boot -U /
Link to comment
Share on other sites


×
×
  • Create New...