I installed Winodws7 in the Virtual box.
Now I required to use the USB ports, so was trying to install the extension pack.
While extension packs installation I was getting following error
Code: Select all
failed to load the main module ('/usr/lib/virtualbox/extensionpacks/oracle_vm_virtualbox_extension_pack/linux.amd64/vboxpuelmain.so')
verr_file_not_found - /usr/lib/virtualbox/extensionpacks/oracle_vm_virtualbox_extension_pack/linux.amd64/vboxpuelmain.so undefined symbol rtlogrelgetdefaultinstanceexSo, I checked that /usr/lib/virtualbox was set to root permissions, and thus I was not able to install the extension pack.
Then I did a blunder by doing the following:
Code: Select all
chown -R akki /usr/lib/virtualbox/Code: Select all
Effective UID is not root (euid=1001 egid=1001 uid=1001 gid=1001) (rc=-10)
Please try reinstalling VirtualBox.
where: SUPR3HardenedMain
what: 2
VERR_PERMISSION_DENIED (-10) - Permission denied.
Also, When I open Virtualbox as a root from the terminal, It opens, but there is no Windows7 virtual machine visible.
PLEASE HELP.