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.53k stars 1.12k forks source link

opencore question #628

Closed gkip0 closed 2 years ago

gkip0 commented 2 years 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 2 years 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)