AlexanderWillner / runMacOSinVirtualBox

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

Big Sur VDI not created #112

Closed psco closed 4 years ago

psco commented 4 years ago

To Reproduce On latest Mojave on an external drive drive of a MacBook Pro: I have "Install macOS Big Sur Beta" in the Applications folder and execute in a bash shell

export VM_NAME=BigSurBeta
export VM_SIZE=65536
make all

After some time the VM starts but there is no disk where Big Sur could be installed onto

Expected behavior There is a disk available for the installer

Additional context

AlexanderWillner commented 4 years ago

Fixed this in my last commit a few hours ago. Can you test again?

psco commented 4 years ago

I think I found the problem: This time I removed an external disk with 4 partitions before embarking on the "make all" and the VDI disk was created. Maybe there is an issue when one has a lot of disks attached.

AlexanderWillner commented 4 years ago

Good to hear that it’s working for you