AlexanderWillner / runMacOSinVirtualBox

Run macOS 10.16 Big Sur (and other versions) in VirtualBox on macOS
MIT License
937 stars 125 forks source link

Failing to install 10.15.2 guest VM on 10.15.2 host #95

Closed jaanus closed 4 years ago

jaanus commented 4 years ago

To Reproduce

Steps to reproduce the behavior:

  1. Have Catalina 10.15.2 installed, the official installer downloaded from System Update.
  2. Clone this script.
  3. Run make all.
  4. VM is created and installation boots, but VM has blank screen, just stays hanging in blank state.

Expected behavior

VM should install without errors.

Additional context

runMacOSVirtualbox.log

Screenshot 2020-01-01 at 14 54 50 Screenshot 2020-01-01 at 14 54 42
jaanus commented 4 years ago

Probably a duplicate of #93 and #94, but wanted to upload a fresh set of log and steps.

myspaghetti commented 4 years ago

pbe found a workaround, replace the Catalina 10.15.2 boot.efi with one from an earlier version of macOS. Both 10.15.1 and 10.14.6 work.

kfinley commented 4 years ago

This may help.. Automated solution of workaround https://github.com/kfinley/macos-on-virtualbox

AlexanderWillner commented 4 years ago

Thanks, nice toolkit. Seems Oracle will fix it in the next update: https://www.virtualbox.org/ticket/19188

jaanus commented 4 years ago

Cool. I’ll re-test once the Virtualbox fix is released.

nieder commented 4 years ago

Vbox 6.1.4 has been released and 10.5.1 -> 10.5.3 update worked for me now.

jaanus commented 4 years ago

Yep, works now.