After updating Guest Additions, system failed to start

This is for discussing general topics about how to use VirtualBox.
Post Reply
nurp
Posts: 1
Joined: 26. Apr 2016, 20:17

After updating Guest Additions, system failed to start

Post by nurp »

Hi,
I had a working Xubuntu 15.04 virtual machine on Windows 10. Today I upgraded the new version of VirtualBox. Then it notified me of new version of Guest Additions. Then I installed that too.
Ubuntu failed to restart into X mode. I reinstalled Ubuntu and after installing Guest Additions version x.5.18 (or something), it failed again.
I attached the log snapshot
...
Failed to start Detect the available GPUs and deal with any system changes
Failed to start Light Display Manager
...

so I opened another tty and typed
$ sysctl status gpu-manager-service
...
/etc/modprobe.d is not a file
..
Start request repeated too quickly for gpu manager...ice
..

I think it is a bug. Anybody had the similar issue?
Thanks!
Attachments
Capture.PNG
Capture.PNG (27.47 KiB) Viewed 1909 times
ubuntu boot fails
ubuntu boot fails
lightdm.PNG (51.86 KiB) Viewed 1911 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: After updating Guest Additions, system failed to start

Post by Perryg »

raynebc
Posts: 26
Joined: 20. Apr 2016, 01:49

Re: After updating Guest Additions, system failed to start

Post by raynebc »

There are some known problems with the latest version of guest additions. In my Ubuntu VM, X wouldn't start and I would instead get a "started light display manager" message. I eventually managed to get to a virtual terminal and remove the guest additions with the following:

Code: Select all

sudo /opt/VBoxGuestAdditions-5.0.18/uninstall.sh
I was able to install version 5.0.16 of the guest additions and it's working fine for now.
Post Reply