I get admin privilegs problem after executing
sudo usermod -G vboxsf jack
I dont had admin(sudo) privilegs anymore and to fix it I found solution, which needed some improvements
- boot to recovery mode during Ubuntu Virtualbox startup holding down SHIFT key
- login as root and execute
- mount -o remount,rw /
- usermod -a -G sudo jack
- reboot
No comments:
Post a Comment