I'm in big trouble after setup VBoxGuestAdditions 5.0.16 on Windows 10 as guest. The host is a Debian GNU Linux sid with a 4.4.0-1-amd64 kernel, virtualbox version is 5.0.16-dfsg-2 and virtualbox-ext-pack version is 5.0.16-1. The problem is highly reproductible : since I setup VBoxGuestAdditions on the windows 10 guest to 5.0.16 (donwload from virtuabox dot org ) my host's graphical interface (gnome 3.18.4-1, xserver-xorg-video-nouveau version: 1:1.0.12-1+b1r) and guest completely freeze but the host is still reachable throw ssh. I can only reboot with the magic key (Alt-Imp Screen-b). I make some udev rules to change the group of vboxdrvu and vboxnetctl to vboxusers :
Code: Select all
> $ ll /dev/vbox*
crw------- 1 root root 10, 57 mars 23 15:33 /dev/vboxdrv
crw-rw---- 1 root vboxusers 10, 56 mars 23 15:33 /dev/vboxdrvu
crw-rw---- 1 root vboxusers 10, 55 mars 23 15:33 /dev/vboxnetctl
I've no idea what to do next... Any help is welcome.
arnome.