bác có thể nói rỏ hơn hay có hướng dẫn nào ko vậy, thanks!
tung_thanhTài liệu gốc full k che nhé.

OS X supports a range of Intel HD Graphics devices, however not all the variants present in hackintosh devices are supported out of the box.
The following table shows the devices which can be supported in Yosemite and indicates which ones need additional configuration.
Screen Shot 2015-10-08 at 9.34.42 PM.png

FakePCIID Installation

Note: Remove any existing patches to AppleIntelHD5000Graphics and libCLVMIGILPlugin.dylib before taking the below steps, including kext patches through Clover.
A backup of libCLVMIGILPlugin.dylib should exist in /System/Library/Frameworks/OpenCL.framework/Versions/Current/Libraries/libCLVMIGILPlugin.dylib.bak


The latest release of FakePCIID can be found here:
Mã:
https://bitbucket.org/RehabMan/os-x-fake-pci-id/downloads
The source code is located at:
Mã:
https://github.com/RehabMan/OS-X-Fake-PCI-ID
Install both FakePCIID.kext and FakePCIID_HD4600_HD4400.kext in /System/Library/Extensions, /Extra/Extensions or Clover kexts.

Intel HD4200 Mobile [8086:0a1e] using FakePCIID
Intel HD4400 Mobile [8086:0a16] using FakePCIID
Intel HD4600 Mobile [8086:0416] using FakePCIID

  • Install FakePCIID according to above instructions
  • Additionally ensure that either a DSDT injection is done, or insert a fakeid and platform-id through clover.

    Clover Example (Only contains keys which need to be changed):
Mã:
<key>Devices</key>
<dict>
<key>FakeID</key>
<dict>
   <key>IntelGFX</key>
   <string>0x04128086</string>
...
<key>Graphics</key>
<dict>
  <key>Inject</key>
  <dict>
   <key>Intel</key>
   <true/>
  </dict>
  <key>ig-platform-id</key>
  <string>0x0a260006</string>
DSDT Example:
Mã:
into method label _DSM parent_adr 0x00020000 remove_entry;
into device name_adr 0x00020000 insert
begin
Method (_DSM, 4, NotSerialized)n
{n
    If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }n
    Return (Package()n
    {n
        "device-id", Buffer() { 0x12, 0x04, 0x00, 0x00 },n
        "AAPL,ig-platform-id", Buffer() { 0x06, 0x00, 0x26, 0x0a },n
        "hda-gfx", Buffer() { "onboard-1" },n
        "model", Buffer() { "Intel HD 4600" },n
    })n
}n
end;

Intel HD4400 Mobile [8086:0a16] using FakePCIID

  • Install FakePCIID according to above instructions
  • Apply the following if experiencing graphic corruption while using ig-platform-id 0xa260006:
    In some cases the display of OS X (particularly the menu bar) is garbled.
    It is possible a 9MB cursor framebuffer patch resolves this problem.

Intel HD4400 Desktop [8086:041e] using FakePCIID

  • Install FakePCIID according to above instructions
  • Additionally ensure that either a DSDT injection is done, or insert a fakeid and platform-id through clover.

    Clover Example (Only contains keys which need to be changed):
    Mã:
    <key>Devices</key>
    <dict>
    <key>FakeID</key>
    <dict>
       <key>IntelGFX</key>
       <string>0x04128086</string>
    ...
    <key>Graphics</key>
    <dict>
      <key>Inject</key>
      <dict>
       <key>Intel</key>
       <true/>
      </dict>
      <key>ig-platform-id</key>
      <string>0x0d220003</string>

    DSDT Example:
    Mã:
    into method label _DSM parent_adr 0x00020000 remove_entry;
    into device name_adr 0x00020000 insert
    begin
    Method (_DSM, 4, NotSerialized)\n
    {\n
        If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
        Return (Package()\n
        {\n
            "device-id", Buffer() { 0x12, 0x04, 0x00, 0x00 },\n
            "AAPL,ig-platform-id", Buffer() { 0x03, 0x00, 0x22, 0x0d },\n
            "hda-gfx", Buffer() { "onboard-1" },\n
            "model", Buffer() { "Intel HD 4400" },\n
        })\n
    }\n
    end;
 
  • Like
Reactions: hdpa_hdpa
Mình bị lỗi nó không cho ghi trên ổ cứng ngoài (ổ trước đây mình vẫn dùng bình thường với hệ điều hành trước)!
Có phải cài app NTFS mới không?