Fix found here: http://ubuntuforums.org/showthread.php?t=1381318
Basically I wasn't in the vboxusers group:
1) Check if your username is in the group:
cat /etc/group | grep v*box
2) If it isn't add it and logout/login.
sudo usermod -G vboxusers -a YOURUSERNAME
Comments
Post new comment