-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VMUB will not run VBox version 6 - get --startvm error #6
Comments
Workaround for VBox v6: |
Better workaround for VBox v6 (--startvm error):
Notepad VMUB.cmd and type and save the following text: @echo off [Edit]Note: This does not lock the USB drive however and so does not work properly![/Edit] |
thanks heaps working for me on MX linux |
I found this had a problem though as it was not actually locking the USB drive to allow write access, Accesses were still in snapshot mode because the volume was not locked. So VMUB locks the USB drive for sole access and then runs VBox. If you run a cmd file then the USB drive is no longer locked and so it does not work properly. e.g.
With no cmd and VBox 5 the file will be permanently altered, so this defeats the main purpose of VMUB which was to get locked write access to the USB drive! Therefore we have to use VBOX v5 for proper functionality. |
hehe yes I have just found that out , i thought I broke my USB lol , |
h
how does a noob like me revert back so I can use my USB? |
Just install VBOX v5 |
The new version 6 of VBox does not work with VMUB 1.72

The text was updated successfully, but these errors were encountered: