Contribute
Register

How to install Mac to Surface book2?

Status
Not open for further replies.
WHERE CAN I SET THIS ITEM? PLEASE!
in your bios if it is available

or you need to add:
Code:
<key>framebuffer-fbmem</key>
                <data>
                AACQAA==
                </data>
                <key>framebuffer-patch-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-stolenmem</key>
                <data>
                AAAwAQ==
                </data>
                <key>framebuffer-unifiedmem</key>
                <data>
                AAAAgA==
                </data>

under:
Code:
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
in your config.plist
 
in your bios if it is available

or you need to add:
Code:
<key>framebuffer-fbmem</key>
                <data>
                AACQAA==
                </data>
                <key>framebuffer-patch-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-stolenmem</key>
                <data>
                AAAwAQ==
                </data>
                <key>framebuffer-unifiedmem</key>
                <data>
                AAAAgA==
                </data>

under:
Code:
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
in your config.plist
Becouse surface book2 only have UEFI and no DVMT setting!So I choose to edit config.plist file with ProperTree , But have invalid hex data problem!what wrong?(please see the pho)
 

Attachments

  • 6.jpg
    6.jpg
    609.7 KB · Views: 75
Last edited:
Becouse surface book2 only have UEFI and no DVMT setting!So I choose to edit config.plist file , But have invalid hex data problem!what wrong?(please see the pho)
I change edit config.plis with text editer,it show the item is already same you list !What can I do now?
 

Attachments

  • 7.jpg
    7.jpg
    580.4 KB · Views: 57
Last edited:
I change edit config.plis with text editer,it show the item is already same you list !What can I do now?
you do not have Intel HD530 graphics

make sure you use the correct platform id as well
 
you do not have Intel HD530 graphics

make sure you use the correct platform id as well
My Graphics1 - Intel(R) UHD Graphics 620 and Graphics2 - NVIDIA GeForce GTX 1050,How to change it?Thank!
 
My Graphics1 - Intel(R) UHD Graphics 620 and Graphics2 - NVIDIA GeForce GTX 1050,How to change it?Thank!
use the keyboard to edit the text

also read up on post 1 and 2 of the guide:
 
use the keyboard to edit the text

also read up on post 1 and 2 of the guide:
I don't know change to what id,can you tell me,Thank?(see pho)
 

Attachments

  • 10.jpg
    10.jpg
    541.4 KB · Views: 57
I don't know change to what id,can you tell me,Thank?(see pho)
from the guide i linked you above:

Kaby Lake
Device Properties - Add - PciRoot(0x0)/Pci(0x2,0x0)
AAPL,ig-platform-id -> 00001B59

For UHD620 users (Kaby Lake-R), you'll need a device-id spoof:
device-id -> 16590000

kernel - quirks:
enable:
DisableIoMapper
PanicNoKextDump
PowerTimeoutKernelPanic

SystemProductName:
MacBookPro14,1

UEFI -> Quirks:
enable:
ReleaseUsbOwnership
 
from the guide i linked you above:

Kaby Lake
Device Properties - Add - PciRoot(0x0)/Pci(0x2,0x0)
AAPL,ig-platform-id -> 00001B59

For UHD620 users (Kaby Lake-R), you'll need a device-id spoof:
device-id -> 16590000

kernel - quirks:
enable:
DisableIoMapper
PanicNoKextDump
PowerTimeoutKernelPanic

SystemProductName:
MacBookPro14,1

UEFI -> Quirks:
enable:
ReleaseUsbOwnership
problem is solve!Thank!
But have the other problem is stop at this step (see pho)!!!!
 

Attachments

  • 11.JPG
    7.6 MB · Views: 76
  • 12.JPG
    8.3 MB · Views: 69
Status
Not open for further replies.
Back
Top