Contribute
Register

[Guide] Booting the OS X installer on LAPTOPS with Clover

Excuse me, in Sierra, a variety of APP can recognize ESP partitions, but cannot mount, USB2.0, or 3 install_osx that can recognize 1GPT, and cannot recognize FAT32+Install_osx's USB and WinPE's USB. I can load and edit partition content in WIN PE. However, the ESP partition can boot Sierra. How can I fix it so that this ESP partition can mount and edit it in Sierra?

If you're trying to mount the EFI on disk2 (first image), it is simple:
Code:
diskutil mount disk2s1

And if you're trying to mount the EFI on disk0 (second image), equally simple:
Code:
diskutil mount disk0s1

Note: It is much simpler if you use MBR/2-partition setup with the USB as "CLOVER EFI" will be automatically mounted upon USB stick insertion.
 
Having a bit of an issue installing onto my laptop. After re-reading this twice, I feel like I have followed all the steps down to a T. What's happening is that when I select boot from install_osx in clover, all I get is a black screen with the apple logo. It just stays there and does nothing else. When I try booting in verbose mode all I get is a line of +'s. I have tried booting with every boot flag I can think of and i have googled the error or whatever it is. My specs are HP pavilion x360 bk193ms, Intel i5-7200U, HD620, 1TB HDD and 8GB RAM. Any help would be greatly appreciated, and sorry if this has been asked before or something similar has come up, if i'm posting this in the wrong section or if i'm just being stupid.
 
Having a bit of an issue installing onto my laptop. After re-reading this twice, I feel like I have followed all the steps down to a T. What's happening is that when I select boot from install_osx in clover, all I get is a black screen with the apple logo. It just stays there and does nothing else. When I try booting in verbose mode all I get is a line of +'s. I have tried booting with every boot flag I can think of and i have googled the error or whatever it is. My specs are HP pavilion x360 bk193ms, Intel i5-7200U, HD620, 1TB HDD and 8GB RAM. Any help would be greatly appreciated, and sorry if this has been asked before or something similar has come up, if i'm posting this in the wrong section or if i'm just being stupid.

You clearly didn't read the guide very carefully.... your profile is not filled out as requested in post #1. Please fix before your next post.

Open a separate thread with details.
Read FAQ, "Problem Reporting"
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
Hi, I'm trying to boot into sierra with my new laptop. And got this kernel panic, any help?

Thanks
 

Attachments

  • IMAGE 2017-07-06 11:03:16.jpg
    IMAGE 2017-07-06 11:03:16.jpg
    206.7 KB · Views: 129
From where did you download macOS?
On what hardware did you create your USB installer?

Read FAQ, "Problem Reporting"
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
Do not submit threads
https://github.com/rifire/VoodooI2C Will the voodool2c is the device?
Ask if Acpi / DSDT / patches / * and SortedOrder / *. Aml need to remain in config.plist inside? Or can be deleted after successful loading? Eventually only keep EFI / CLOVER / ACPI / patched / DSDT.aml SSDT.aml is correct?
 

Attachments

  • DS.png
    DS.png
    9.9 KB · Views: 115
Note: Major update to the files in this repo...
- Broadwell now uses 0x162600004 by default instead of 0x16260006
Why the updated file is still using 06?
Code:
<key>ig-platform-id</key>
<string>0x16260006</string>
https://github.com/RehabMan/OS-X-Clover-Laptop-Config/blob/master/config_HD5300_5500_6000.plist
- SortedOrder content was renamed (commented) to #SortedOrder as it is generally not needed with the new ACPI strategy
What do you mean by the new ACPI strategy?

Thanks
 
Back
Top