AlexanderWillner / runMacOSinVirtualBox

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

The folder '/Volumes/EFI/' already exists! #74

Closed lordsyncrus closed 4 years ago

lordsyncrus commented 5 years ago

I have this error after adding APFS drivers.

Screenshot 2019-07-01 at 16 56 20
AlexanderWillner commented 4 years ago

Related #76 - need more tests.

AlexanderWillner commented 4 years ago

Thanks for the feedback. The eject function was extended recently. Assuming this will not happen again.

michaeldeprospo commented 3 years ago

I am still receiving this error as well when running make all during the patch process.

AlexanderWillner commented 3 years ago

Then it might be an old folder that still exists. Does the folder "/Volumes/EFI/" exist and it is empty? In this case, you should remove it.

michaeldeprospo commented 3 years ago

Then it might be an old folder that still exists. Does the folder "/Volumes/EFI/" exist and it is empty? In this case, you should remove it.

Yes it does exist and is empty after running make all. If I delete it after the script is done running, and start fresh, it recreates it and throws the same error.