Contribute
Register

macOS 10.13 Hackintosh on HP OMEN ce003na

Status
Not open for further replies.

Attachments

  • CLOVER.zip
    2 MB · Views: 211
Ok here's everything in one zip, instead of being spread across 2 posts.

Your Clover bootlog shows no Intel HD, just Nvidia:
Code:
0:100  0:000  === [ GetDevices ] ========================================
0:100  0:000  PCI (00|00:00.00) : 8086 5910 class=060000
0:100  0:000  PCI (00|00:01.00) : 8086 1901 class=060400
0:100  0:000  PCI (00|01:00.00) : 10DE 1C60 class=030000
0:100  0:000   - GFX: Model=HP GeForce GTX 1060 family 136 (Nvidia)
0:100  0:000  PCI (00|01:00.01) : 10DE 10F1 class=040300
0:100  0:000   - HDMI Audio:
0:100  0:000  PCI (00|00:04.00) : 8086 1903 class=118000
0:100  0:000  PCI (00|00:14.00) : 8086 A12F class=0C0330
0:100  0:000  PCI (00|00:14.02) : 8086 A131 class=118000
0:101  0:000  PCI (00|00:15.00) : 8086 A160 class=118000
0:101  0:000  PCI (00|00:16.00) : 8086 A13A class=078000
0:101  0:000  PCI (00|00:17.00) : 8086 A103 class=010601
0:101  0:000  PCI (00|00:1C.00) : 8086 A110 class=060400
0:101  0:000  PCI (00|00:1C.04) : 8086 A114 class=060400
0:101  0:000  PCI (00|3B:00.00) : 10EC 8168 class=020000
0:101  0:000   - LAN: 0 Vendor=Realtek
0:101  0:000  PCI (00|00:1C.05) : 8086 A115 class=060400
0:101  0:000  PCI (00|3C:00.00) : 8086 095A class=028000
0:101  0:000   - WIFI: Vendor=Intel
0:101  0:000  PCI (00|00:1C.06) : 8086 A116 class=060400
0:101  0:000  PCI (00|3D:00.00) : 10EC 522A class=FF0000
0:101  0:000  PCI (00|00:1D.00) : 8086 A118 class=060400
0:101  0:000  PCI (00|3E:00.00) : 144D A804 class=010802
0:101  0:000  PCI (00|00:1F.00) : 8086 A152 class=060100
0:101  0:000  PCI (00|00:1F.02) : 8086 A121 class=058000
0:101  0:000  PCI (00|00:1F.03) : 8086 A171 class=040380
0:101  0:000  PCI (00|00:1F.04) : 8086 A123 class=0C0500

Also, Pascal Nvidia is supported by the Nvidia webdrivers (if you're lucky and they work for your laptop).
But you can't install those until post-install.

The config.plist you have injects properties on Nvidia to disable all graphics drivers for the Nvidia device... This is obviously not going to work for you with having only Nvidia (no Intel).

Also, for Pascal you don't want to inject Nvidia anyway.
Remove config.plist/Devices/AddProperties.
And set config.plist/Graphics/Inject/NVidia=false

Also, Clover/kexts/Other is wrong. Guide does not recommend the FakeSMC sensors. Remove them (but keep FakeSMC.kext).
SATA-100-series-unsupported.kext is also missing.
 
Your Clover bootlog shows no Intel HD, just Nvidia:
Code:
0:100  0:000  === [ GetDevices ] ========================================
0:100  0:000  PCI (00|00:00.00) : 8086 5910 class=060000
0:100  0:000  PCI (00|00:01.00) : 8086 1901 class=060400
0:100  0:000  PCI (00|01:00.00) : 10DE 1C60 class=030000
0:100  0:000   - GFX: Model=HP GeForce GTX 1060 family 136 (Nvidia)
0:100  0:000  PCI (00|01:00.01) : 10DE 10F1 class=040300
0:100  0:000   - HDMI Audio:
0:100  0:000  PCI (00|00:04.00) : 8086 1903 class=118000
0:100  0:000  PCI (00|00:14.00) : 8086 A12F class=0C0330
0:100  0:000  PCI (00|00:14.02) : 8086 A131 class=118000
0:101  0:000  PCI (00|00:15.00) : 8086 A160 class=118000
0:101  0:000  PCI (00|00:16.00) : 8086 A13A class=078000
0:101  0:000  PCI (00|00:17.00) : 8086 A103 class=010601
0:101  0:000  PCI (00|00:1C.00) : 8086 A110 class=060400
0:101  0:000  PCI (00|00:1C.04) : 8086 A114 class=060400
0:101  0:000  PCI (00|3B:00.00) : 10EC 8168 class=020000
0:101  0:000   - LAN: 0 Vendor=Realtek
0:101  0:000  PCI (00|00:1C.05) : 8086 A115 class=060400
0:101  0:000  PCI (00|3C:00.00) : 8086 095A class=028000
0:101  0:000   - WIFI: Vendor=Intel
0:101  0:000  PCI (00|00:1C.06) : 8086 A116 class=060400
0:101  0:000  PCI (00|3D:00.00) : 10EC 522A class=FF0000
0:101  0:000  PCI (00|00:1D.00) : 8086 A118 class=060400
0:101  0:000  PCI (00|3E:00.00) : 144D A804 class=010802
0:101  0:000  PCI (00|00:1F.00) : 8086 A152 class=060100
0:101  0:000  PCI (00|00:1F.02) : 8086 A121 class=058000
0:101  0:000  PCI (00|00:1F.03) : 8086 A171 class=040380
0:101  0:000  PCI (00|00:1F.04) : 8086 A123 class=0C0500

Also, Pascal Nvidia is supported by the Nvidia webdrivers (if you're lucky and they work for your laptop).
But you can't install those until post-install.

The config.plist you have injects properties on Nvidia to disable all graphics drivers for the Nvidia device... This is obviously not going to work for you with having only Nvidia (no Intel).

Also, for Pascal you don't want to inject Nvidia anyway.
Remove config.plist/Devices/AddProperties.
And set config.plist/Graphics/Inject/NVidia=false

Also, Clover/kexts/Other is wrong. Guide does not recommend the FakeSMC sensors. Remove them (but keep FakeSMC.kext).
SATA-100-series-unsupported.kext is also missing.

Thanks, I've successfully booted into the installer. The only problem now is that it is not detecting the partition of my internal HDD (my laptop has a 256 GB SSD and a 1 TB HDD). How can I make it be detected? It isn't detecting the hard drive at all.
 
Thanks, I've successfully booted into the installer. The only problem now is that it is not detecting the partition of my internal HDD (my laptop has a 256 GB SSD and a 1 TB HDD). How can I make it be detected? It isn't detecting the hard drive at all.

I assume by "It" in "It isn't detecting the hard drive at all", you're referring to Disk Utility...

Could be one of two different problems:
- forgot SATA-100-series-unsupported.kext
- failed to use the View menu to see all internal devices (note: must change the setting, exit Disk Utility, then run it again)

If you mean something else by "It", you will need to provide details.
 
I assume by "It" in "It isn't detecting the hard drive at all", you're referring to Disk Utility...

Could be one of two different problems:
- forgot SATA-100-series-unsupported.kext
- failed to use the View menu to see all internal devices (note: must change the setting, exit Disk Utility, then run it again)

If you mean something else by "It", you will need to provide details.

I have forgotten that kext, thanks. I was referring to diskutil, FYI.
 
I have forgotten that kext, thanks.

Hmmm... note that I mentioned it was missing back in post #15.

I was referring to diskutil, FYI.

Disk Utility is different from diskutil. Which one do you mean?
 
Hmmm... note that I mentioned it was missing back in post #15.



Disk Utility is different from diskutil. Which one do you mean?

Sorry, I missed that lol. I was referring to both, I guess.
 
Status
Not open for further replies.
Back
Top