dortania / OpenCore-Legacy-Patcher

Experience macOS just like before
https://dortania.github.io/OpenCore-Legacy-Patcher/
Other
12.66k stars 1.2k forks source link

MBP5,3 incompatible with OLP v0.0.10 #59

Closed kommtzeitkonrad closed 3 years ago

kommtzeitkonrad commented 3 years ago

Since 4dcebb49068b34a42ddd32455a73c171b65ee2b0 it is not possible to boot OpenCore built from Opencore-Legacy-Patcher on a MacBookPro5,3. It fails to boot with:

OC: Failed to allocate absolute path
OCM: Failed to start image – Out of Resources
BS: Failed to start OpenCore image – Out of Resources
BS: Failed to load OpenCore from disk – Out of Resources

75587ab3451c47cfe2f99955dc55186ba1f356da did not fix this. Resetting NVRAM also does not help.

khronokernel commented 3 years ago

You can attempt to set LauncherOption to Short or Disabled(test in that order), if that doesn't resolve it then I believe this would be considered an OpenCore bug

kommtzeitkonrad commented 3 years ago

You can attempt to set LauncherOption to Short or Disabled(test in that order)

Thanks for your suggestion! :-) Ok, let's be more specific.

This system is used:

  1. EFI/USB setup:

OpenCore and macOS Sierra installer will boot without any problems.

  1. EFI/USB setup:

In all three cases (Misc:Boot:LauncherOption set to Disabled, Full or Short) the following verbose output is displayed:

OC: Failed to allocate absolute path
OCM: Failed to start image – Out of Resources
BS: Failed to start OpenCore image – Out of Resources

BS: Failed to load OpenCore from disk – Out of Resources

***********************************************************
This version of Mac OS X is not supported on this platform!
***********************************************************
Reason: Mac-F22587CB

When SMC & NVRAM/PRAM are resetted again at this point only an error sign is displayed when booting OpenCore.

kommtzeitkonrad commented 3 years ago

[…] then I believe this would be considered an OpenCore bug

You're right! The bug seems to be introduced in https://github.com/acidanthera/OpenCorePkg/commit/1c445a99d653a510b5561b2995735db2d7b3d611 and has nothing to do with Misc:Boot:LauncherOption, since it is not yet implemented in that commit.

ghost commented 3 years ago

I am getting this on a desktop server board pls help!

kommtzeitkonrad commented 3 years ago

The problem (firmware is not specifying image handle at bootstrap) is fixed in https://github.com/acidanthera/OpenCorePkg/commit/b4449f48dd01703b5766352b6f29717415aff08b.

khronokernel commented 3 years ago

Looks good to me, updated in master