VirtualBox USB Device Filters & OS crashes
Posted: 21. Aug 2016, 22:22
I used the following procedure to successfully install VirtualBox 5.1 in a Fedora 24 Host and Windows 7 Guest.
However, the list of USB Device Filters is cleared after a reboot/shutdown, and the Guest OS crashes frequently. The shared folder configuration is permanent. If I execute "# /usr/lib/virtualbox/vboxdrv.sh setup" then I can reconfigure USB Device Filters, and the guest doesn't crash. How can I make the list of USB Device Filters permanent and stop the Guest crashing? Fedora data is encrytpted and the default machine folder is /home/Documents. Otherwise, defaults are used.
VirtualBox 5.1.4 Installation with Fedora 24 host
[Install VirtualBox Repository]
# cd /etc/yum.repos.d/
# wget ... rpm/fedora/virtualbox.repo
[omitted complete path above due to some Oracle Forum rule about posting urls]
[Install Dependency Packages]
# dnf update
# dnf install binutils qt gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms
[Install VirtualBox 5.1.4]
# dnf install VirtualBox-5.1
[Rebuild Kernel Modules]
# /usr/lib/virtualbox/vboxdrv.sh setup
Add user to vboxusers group. Replace user_name in the following command with the user's name.
# usermod -a -G vboxusers 'user_name'
[Install VirtualBox Extension Pack]
download the VirtualBox_Extension_Pack-5.1.4-110228.vbox-extpack
Virtualbox –> Preferences –> Extensions and browse for the vbox-extpack to install it.
However, the list of USB Device Filters is cleared after a reboot/shutdown, and the Guest OS crashes frequently. The shared folder configuration is permanent. If I execute "# /usr/lib/virtualbox/vboxdrv.sh setup" then I can reconfigure USB Device Filters, and the guest doesn't crash. How can I make the list of USB Device Filters permanent and stop the Guest crashing? Fedora data is encrytpted and the default machine folder is /home/Documents. Otherwise, defaults are used.
VirtualBox 5.1.4 Installation with Fedora 24 host
[Install VirtualBox Repository]
# cd /etc/yum.repos.d/
# wget ... rpm/fedora/virtualbox.repo
[omitted complete path above due to some Oracle Forum rule about posting urls]
[Install Dependency Packages]
# dnf update
# dnf install binutils qt gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms
[Install VirtualBox 5.1.4]
# dnf install VirtualBox-5.1
[Rebuild Kernel Modules]
# /usr/lib/virtualbox/vboxdrv.sh setup
Add user to vboxusers group. Replace user_name in the following command with the user's name.
# usermod -a -G vboxusers 'user_name'
[Install VirtualBox Extension Pack]
download the VirtualBox_Extension_Pack-5.1.4-110228.vbox-extpack
Virtualbox –> Preferences –> Extensions and browse for the vbox-extpack to install it.