During installation - PlatformInfo - MacBookPro12,1Can tell me how to do it?
Last edited:
During installation - PlatformInfo - MacBookPro12,1Can tell me how to do it?
What do you mean "during installation"? Are you only using MacBookPro12,1 SMBIOS info for the install process only? Can you post you OpenCore config.plist you used for the installation part?During installation - PlatformInfo - MacBookPro12,1
EFIWhat do you mean "during installation"? Are you only using MacBookPro12,1 SMBIOS info for the install process only? Can you post you OpenCore config.plist you used for the installation part?
The kexts will not be injected unless the prelinkedkernel is enforced. It looks like OC is not ready yet for the Big Sur.Also, Lilu, WhateverGreen, and agdpmod=pikera are also required to make sure all ports on the display card can work properly.
Is... agdpmod=pikera ... required to make sure all ports on the display card can work properly.
agdpmod=pikera
not something that is only for Navi GPUs or is this for all ... such as RX580?Only Navi. Polaris cards don't need it.Isagdpmod=pikera
not something that is only for Navi GPUs or is this for all ... such as RX580?
Isagdpmod=pikera
not something that is only for Navi GPUs or is this for all ... such as RX580?
That's due to the iMac Pro SMBIOS spoofing, nothing about the Navi X6000 framework issue.Only Navi. Polaris cards don't need it.
Open your config.plist and change:
Booter --> Quirks --> AvoidRuntimeDefrag to FALSE (NO) otherwise you can't boot at all
NVRAM --> ADD --> 7C436110-AB2A-4BBB-A880-FE41995C9F82
create a new DATA child with a value of <00>
And also
NVRAM --> Delete --> 7C436110-AB2A-4BBB-A880-FE41995C9F82
create a new String called "booter-fileset-kernel"
Big Sur should be installed with Virtual machine or with supported Mac on an external drive and fully booted to Desktop then:
Open your config.plist and change:
Booter --> Quirks --> AvoidRuntimeDefrag to FALSE (NO) otherwise you can't boot at all
NVRAM --> ADD --> 7C436110-AB2A-4BBB-A880-FE41995C9F82
create a new DATA child with a value of <00>
And also
NVRAM --> Delete --> 7C436110-AB2A-4BBB-A880-FE41995C9F82
create a new String called "booter-fileset-kernel"
You can check the first few pages of this thread. We posted about how to completely spoof the cMP as iMac Pro at there.
Anyway, we just need to spoof the cMP ident for installation. Once Big Sur is installed, we can boot Big Sur with the current OpenCore config and keep the 5,1 ident.
View attachment 926218
I read this on the discord:Does "booter-fileset-kernel" allow to re-use the prelinkedkernel instead of BootKernelExtensions.kc ?
For what is needed the new nvram data <00> ?
Dear Experts,
i have OpenCore 0.5.9 installed and all works very well beside that I have 3 entries in the boot menu (boot Picker) One ist showing EFI Partition and the other my SSD and the other Recovery. I don't want to see this EFI partition option. Is this needed? I already tested the HideAuxilliary option but no success.
Many thanks
I don't need that, USB input / output work natively.Which kext do you use for enabling USB input and output devices on BigSur ?
I read this on the discord:
User "Veemyu#8767"
I don't need that, USB input / output work natively.
The Hide Self param was removed in OC v0 5.9If you select it what does it do? Do you have the "hide self" option set to true?
That's due to the iMac Pro SMBIOS spoofing, nothing about the Navi X6000 framework issue.
Without this boot argument, most likely only one display port on the card will work.
config.plist attached.Can you share your config.plist from the post
I have the Dual Proc, but to get HWACell and H265 I have to spoof an old MacBook Pro 15
I do not understand, when I spoof with MacPro7.1 then I get kernel panic and it does not boot.
When I spoof with iMacPro I get only one screen working. The 2 remain completely black.
Thank you again.
<key>Patch</key>
<array>
<dict>
<key>Base</key>
<string></string>
<key>Comment</key>
<string>Patch AppleGraphicsDevicePolicy board-id to board-ix</string>
<key>Count</key>
<integer>0</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>Ym9hcmQtaWQ=</data>
<key>Identifier</key>
<string>com.apple.driver.AppleGraphicsDevicePolicy</string>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>Replace</key>
<data>Ym9hcmQtaXg=</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
</dict>
</array>