-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi, first of all - thank you so much for your work on this! VirtualBox is still the best option for me out there when it comes to virtualising Windows on Linux.
I've recently changed my distro to Bazzite, which is an immutable distro based on Fedora Silverblue. This means that the /usr/ folder can't be modified, even as root user.
When I try to run the script to enable USB, it fails, telling me:
mkdir: cannot create directory ‘/usr/lib/virtualbox’: Read-only file system
mv: inter-device move failed: 'VBoxCreateUSBNode.sh' to '/usr/lib/virtualbox/'; unable to remove target: Read-only file system
chown: cannot access '/usr/lib/virtualbox': No such file or directory
This is expected behaviour on Bazzite, but means that I'm stuck with no VirtualBox. I'd hate to distrohop, but may need to...
Right now, I can't seem to get NAT/networking to function, so no internet = no product activation on Affinity, for example.
Would you know if there's any way to have these scripts and features run from the user directory, and not from the root /usr/ directory?