Jump to content
7 posts in this topic

Recommended Posts

This is my first go-round with the Hackintosh so please be patient of my ignorance.

 

I have a gigabyte mobo, i5 processor with onboard graphics, also GTX650.  I run DVI to Asus PB278Q.  POST screen works, I can get into BIOS setup, then I get the grey Apple.  It spins for a few seconds, then black. I try both DVI ports, -v and -x flags, GraphicsEnable=Yes and =No, and npic=0x2000.  All same result.

 

Also when I get the verbose output the last line before black screen is

 

"WARNING:  IOPlatformPluginUtil  :  getCPUIDInfo:  this is an unknown CPU model [screenshot cuts off]
    -- power management may be incomplete or unsupported
Sound assertion in AppleNDACodecGeneric at line 352"

 

If I enable onboard graphics and set Initial Display Outpu to IGFX, will PCIe output still function? 

disable IGPU from BIOS, initial display PCIe, delete all AppleIntelHD graphics kext and AMD* ATI*, repairpermissions with Kext Wizard reboot

 

to boot and make it try this flag:     -x -f -v GraphicsEnabler=No npci=0x2000 dart=0

"disable IGPU from BIOS, initial display PCIe,"

 

This I have done.

 

"delete all AppleIntelHD graphics kext and AMD* ATI*, repairpermissions with Kext Wizard"

 

These things I do not know how to do.  Can I do this from the boot option screen?

hello

 

boot

 

-s

fsck -fy
mount -uw /
mkdir /kext_backup
cd /System/Library/Extensions
mv AppleIntelHD* AppleIntelSNB* AppleIntelFramebuffer* AMDRadeon* ATI* /kext_backup
rm ../Caches/com.apple.kext.caches/Startup/kernelcache
reboot

good hack

Still nothing.  I'd like to try to make it work on the Intel graphics.  Will this reverse the above changes?

 

fsck -fy
mount
-uw /

cd /kext_backup
mv AppleIntelHD* AppleIntelSNB* AppleIntelFramebuffer* AMDRadeon* ATI* /System/Library/Extensions
mkdir ../Caches/com.apple.kext.caches/Startup/kernelcache
reboot

×
×
  • Create New...