myspaghetti / macos-virtualbox

Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox on x86 CPUs for Windows, Linux, and macOS
GNU General Public License v2.0
13.46k stars 1.11k forks source link

opencore question #628

Closed gkip0 closed 1 year ago

gkip0 commented 1 year ago

I put the OpenCore.efi and config.plist files in the ESP partition path /EFI/OC/ and add the line load fs0:\EFI\OC\OpenCore.efi to the VirtualBox EFI Internal Shell startup.nsh file.

error:fs0:\EFI\OC\OpenCore.efi is not a driver opencore version:0.8.5

myspaghetti commented 1 year ago

The load command is for drivers. Bootable .efi files are simply called by their full path and filename, for example fs0:\EFI\OC\OpenCore.efi (without load)