Contribute
Register

[Success] Big Sur try on Sandy Bridge Z68 Board

Status
Not open for further replies.

beelzebozo

Super Moderator
Joined
Mar 31, 2010
Messages
3,630
Motherboard
ASUS z170-Deluxe
CPU
i7 - 6700K
Graphics
RX 5700 XT
Mac
  1. iMac
Classic Mac
  1. Power Mac
Mobile Phone
  1. iOS
If I enable it I get KP that aren’t readable. So I can’t provide information here.
Did you also try enabling under Quirks.
  • ReleaseUsbOwnership: (Releases USB controller from firmware driver)
 
Joined
Apr 12, 2011
Messages
28
Motherboard
Gigabyte GA-Z68X-UD5B3-F10
CPU
i7-2600
Graphics
RX 580
Mac
  1. MacBook Air
Classic Mac
  1. iMac
  2. Power Mac
Mobile Phone
  1. iOS
Did you also try enabling under Quirks.
  • ReleaseUsbOwnership: (Releases USB controller from firmware driver)
That did the trick! The installer boots now. I can choose where to install Big Sur. But unfortunately the Installer stops and it freezes at the progress bar. I tried several times. Then I recreated the installer on an internal data harddrive (optical) but it’s the same. I tried it with the Catalina installer as well but here also no luck. It freezes at a certain point in time. I put my EFI and config.plist at the status quo at this post.
 

Attachments

  • image.jpg
    image.jpg
    4 MB · Views: 49
  • config.plist
    23.9 KB · Views: 40
  • EFI.zip
    2.7 MB · Views: 43
  • 27EAA730-BD34-4872-8128-E9B7F97228F3.jpeg
    27EAA730-BD34-4872-8128-E9B7F97228F3.jpeg
    677.9 KB · Views: 51
Last edited:

Feartech

Moderator
Joined
Aug 3, 2013
Messages
29,285
Motherboard
Asus N752VX-OpenCore
CPU
i7-6700HQ / HM170
Graphics
HD 530 1920 x 1080
Mac
  1. iMac
Mobile Phone
  1. iOS
That did the trick! The installer boots now. I can choose where to install Big Sur. But unfortunately the Installer stops and it freezes at the progress bar. I tried several times. Then I recreated the installer on an internal data harddrive (optical) but it’s the same. I tried it with the Catalina installer as well but here also no luck. It freezes at a certain point in time. I put my EFI and config.plist at the status quo at this post.
you need to run ocvalidate on your config.plist and then sort out the amendments in your config.plist with the sample.plist file

also try installing to internal hard drive
 

NorthAmTransAm

Moderator
Joined
Jul 26, 2018
Messages
1,971
Motherboard
MSI Pro Z690-A DDR4
CPU
i7-12700k
Graphics
RX 580
Mac
  1. MacBook Air
  2. MacBook Pro
Mobile Phone
  1. iOS
you need to run ocvalidate on your config.plist and then sort out the amendments in your config.plist with the sample.plist file

also try installing to internal hard drive
Ocvalidate? Is that like the sanity checker?
 
Joined
Apr 12, 2011
Messages
28
Motherboard
Gigabyte GA-Z68X-UD5B3-F10
CPU
i7-2600
Graphics
RX 580
Mac
  1. MacBook Air
Classic Mac
  1. iMac
  2. Power Mac
Mobile Phone
  1. iOS
you need to run ocvalidate on your config.plist and then sort out the amendments in your config.plist with the sample.plist file

also try installing to internal hard drive
This ist the output of ocvalidate on my Config.plist:

OCS: Missing key AllowRelocationBlock, context <Quirks>!
OCS: Missing key Patch, context <Booter>!
OCS: Missing key ForceSecureBootScheme, context <Quirks>!
OCS: Missing key SetApfsTrimTimeout, context <Quirks>!
OCS: Missing key LauncherOption, context <Boot>!
OCS: Missing key LauncherPath, context <Boot>!
OCS: Missing key PickerVariant, context <Boot>!
OCS: Missing key TextMode, context <Entries>!
OCS: No schema for BootProtect at 4 index, context <Security>!
OCS: Missing key BlacklistAppleUpdate, context <Security>!
OCS: Missing key RealPath, context <Tools>!
OCS: Missing key TextMode, context <Tools>!
OCS: Missing key MaxBIOSVersion, context <Generic>!
OCS: Missing key CustomMemory, context <PlatformInfo>!
OCS: Missing key UseRawUuidEncoding, context <PlatformInfo>!
OCS: Failed to calculate size of false field containing <empty> as type integer, context <PlayChime>!
OCS: Missing key SetupDelay, context <Audio>!
OCS: Missing key ForceResolution, context <Output>!
OCS: No schema for DeduplicateBootOrder at 0 index, context <Quirks>!
OCS: Missing key DisableSecurityPolicy, context <Quirks>!

OpenCanopy.efi is loaded at UEFI->Drivers, but Misc->Boot->PickerMode is not set to External!
CheckMisc returns 1 error!

OpenUsbKbDxe.efi at UEFI->Drivers[4] should NEVER be used together with UEFI->Input->KeySupport!
CheckUEFI returns 1 error!

Done checking /Volumes/EFI/EFI/OC/config.plist in 4 ms, but it has 2 errors to be fixed

And the output of the Sample.plist in OC distribution untouched is this:

"Done checking"

Is ist right that i just have to fix these two errors:

OpenCanopy.efi is loaded at UEFI->Drivers, but Misc->Boot->PickerMode is not set to External!
CheckMisc returns 1 error!

OpenUsbKbDxe.efi at UEFI->Drivers[4] should NEVER be used together with UEFI->Input->KeySupport!
CheckUEFI returns 1 error!
 
Joined
Sep 29, 2013
Messages
173
Motherboard
Asus Z690-Plus Wifi D4
CPU
i9-12900K
Graphics
UHD 770, RTX 2080 Super
Mac
  1. MacBook Air
Mobile Phone
  1. iOS
Running you config.plist through the Sanity checker turns up a few issues..
 

Feartech

Moderator
Joined
Aug 3, 2013
Messages
29,285
Motherboard
Asus N752VX-OpenCore
CPU
i7-6700HQ / HM170
Graphics
HD 530 1920 x 1080
Mac
  1. iMac
Mobile Phone
  1. iOS
This ist the output of ocvalidate on my Config.plist:

OCS: Missing key AllowRelocationBlock, context <Quirks>!
OCS: Missing key Patch, context <Booter>!
OCS: Missing key ForceSecureBootScheme, context <Quirks>!
OCS: Missing key SetApfsTrimTimeout, context <Quirks>!
OCS: Missing key LauncherOption, context <Boot>!
OCS: Missing key LauncherPath, context <Boot>!
OCS: Missing key PickerVariant, context <Boot>!
OCS: Missing key TextMode, context <Entries>!
OCS: No schema for BootProtect at 4 index, context <Security>!
OCS: Missing key BlacklistAppleUpdate, context <Security>!
OCS: Missing key RealPath, context <Tools>!
OCS: Missing key TextMode, context <Tools>!
OCS: Missing key MaxBIOSVersion, context <Generic>!
OCS: Missing key CustomMemory, context <PlatformInfo>!
OCS: Missing key UseRawUuidEncoding, context <PlatformInfo>!
OCS: Failed to calculate size of false field containing <empty> as type integer, context <PlayChime>!
OCS: Missing key SetupDelay, context <Audio>!
OCS: Missing key ForceResolution, context <Output>!
OCS: No schema for DeduplicateBootOrder at 0 index, context <Quirks>!
OCS: Missing key DisableSecurityPolicy, context <Quirks>!

OpenCanopy.efi is loaded at UEFI->Drivers, but Misc->Boot->PickerMode is not set to External!
CheckMisc returns 1 error!

OpenUsbKbDxe.efi at UEFI->Drivers[4] should NEVER be used together with UEFI->Input->KeySupport!
CheckUEFI returns 1 error!

Done checking /Volumes/EFI/EFI/OC/config.plist in 4 ms, but it has 2 errors to be fixed

And the output of the Sample.plist in OC distribution untouched is this:

"Done checking"

Is ist right that i just have to fix these two errors:

OpenCanopy.efi is loaded at UEFI->Drivers, but Misc->Boot->PickerMode is not set to External!
CheckMisc returns 1 error!

OpenUsbKbDxe.efi at UEFI->Drivers[4] should NEVER be used together with UEFI->Input->KeySupport!
CheckUEFI returns 1 error!
yes, you need to fix those errors
 

Feartech

Moderator
Joined
Aug 3, 2013
Messages
29,285
Motherboard
Asus N752VX-OpenCore
CPU
i7-6700HQ / HM170
Graphics
HD 530 1920 x 1080
Mac
  1. iMac
Mobile Phone
  1. iOS
Ocvalidate? Is that like the sanity checker?
not really as such, it is part of OpenCore when you download it, drag the ocvalidate to an open terminal window and then drag your config.plist in there

it checks to make sure the new section are there and if any parts needs to be removed, amended or anything that needs to be added to the config.plist

then you would check over the sample.plist side by side with yours and make any changes that are needed, then you can re run the ocvalidate tool to make sure no errors appear

best to always do this when upgrading OpenCore to save a lot of issues whilst booting :)
 

NorthAmTransAm

Moderator
Joined
Jul 26, 2018
Messages
1,971
Motherboard
MSI Pro Z690-A DDR4
CPU
i7-12700k
Graphics
RX 580
Mac
  1. MacBook Air
  2. MacBook Pro
Mobile Phone
  1. iOS
not really as such, it is part of OpenCore when you download it, drag the ocvalidate to an open terminal window and then drag your config.plist in there

it checks to make sure the new section are there and if any parts needs to be removed, amended or anything that needs to be added to the config.plist

then you would check over the sample.plist side by side with yours and make any changes that are needed, then you can re run the ocvalidate tool to make sure no errors appear

best to always do this when upgrading OpenCore to save a lot of issues whilst booting :)

Hey-yo thanks! I missed this somehow.
 
Status
Not open for further replies.
Top