Contribute
Register

[solved] [12.10 GM] FakePCIID_Intel_HD_Graphics kext doesn't load (Intel HD 4400)

Status
Not open for further replies.
Joined
Aug 27, 2012
Messages
21
Motherboard
intel
CPU
intel
Graphics
nvidia
Mobile Phone
  1. iOS
Hello,

My system:

Intel i3 4160
GPU: Intel HD 4400 [Ports: 1 DVI 1 VGA 1 HDMI]
Gigabyte B85M-D3H-A
dGPU: XFX RX 460 4GB

I have read about 400 posts in past 2 days,
And Since Polaris 11 support is still unclear I wanted to use my iGPU
This is not my first hackintosh.

I did some tweaking with FakePCIID and Clover injection of Fake id plus ig-platform-id
But it is still recognised as its original/previous device id 041e instead of 0412
I have attached my clover config file below.
I am using HDMI port on the mobo.

EDIT:
When I boot using attached config file,
My card is recognised as HD 4400 with 3 MB Vram
And when i check for loaded extensions, FakePCIID kext is loaded but fakepciid_intel_hd_graphics kext isn't.
 

Attachments

  • config.plist
    4.1 KB · Views: 602
Hello,

My system:

Intel i3 4160
GPU: Intel HD 4400 [Ports: 1 DVI 1 VGA 1 HDMI]
Gigabyte B85M-D3H-A
dGPU: XFX RX 460 4GB

I have read about 400 posts in past 2 days,
And Since Polaris 11 support is still unclear I wanted to use my iGPU
This is not my first hackintosh.

I did some tweaking with FakePCIID and Clover injection of Fake id plus ig-platform-id
But it is still recognised as its original/previous device id 041e instead of 0412
I have attached my clover config file below.
I am using HDMI port on the mobo.

EDIT:
When I boot using attached config file,
My card is recognised as HD 4400 with 3 MB Vram
And when i check for loaded extensions, FakePCIID kext is loaded but fakepciid_intel_hd_graphics kext isn't.

FakePCIID_Intel_HD_Graphics.kext is a "codeless kext". It will never show in "loaded extensions".
 
FakePCIID_Intel_HD_Graphics.kext is a "codeless kext". It will never show in "loaded extensions".

okay
then its failing because even after injuction it says 041e
 
okay
then its failing because even after injuction it says 041e

If you need help...

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
If you need help...

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.

okay
give me 10 mins
 
Reply when you have all the data requested.

here you go..

EDIT:
attached ioreg separately
i forgot to zip it before adding into final zip.
 

Attachments

  • Data & Information.zip
    3 MB · Views: 236
  • Shivang’s iMac-ioreg.zip
    409.7 KB · Views: 174
here you go..

EDIT:
attached ioreg separately
i forgot to zip it before adding into final zip.

FakePCIID kexts are working fine.
Your problem is due to an incorrect ACPI configuration. You're using config.plist/ACPI/SSDT/DropOem=true. DropOem=true is only valid if you add all SSDTs to ACPI/patched. You have no files in ACPI/patched, so DropOem should be set false.
 
FakePCIID kexts are working fine.
Your problem is due to an incorrect ACPI configuration. You're using config.plist/ACPI/SSDT/DropOem=true. DropOem=true is only valid if you add all SSDTs to ACPI/patched. You have no files in ACPI/patched, so DropOem should be set false.

Even after unchecking it, it still shows 3 mb of RAM.

EDIT:
Reinstalling OS X
Reporting soon!
btw, You're a legend :D
 
Last edited:
Status
Not open for further replies.
Back
Top