Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Virtualbox fullscreen mode stops working after update

Writer Olivia Zamora

I got Ubuntu 14.04 installed in VirtualBox. I installed the guest additions and GNOME 3, and everything was working.

Now, Ubuntu's software manager popped up and notified me that updates were available, so I installed them. I restarted the system and now two things have started to happen:

  1. Fullscreen has stopped working View -> Switch to fullscreen.
  2. I am getting a memory error sometimes when shutting down. The status under the Virtualbox manager is reporting that the process of shutting down the system was aborted.

Has anyone else had this problem after installing the OS updates? I've been looking around the forums, but I cannot seem to find anything that is exactly the same.

2 Answers

I had this same problem. Here are my notes on how I resolved it. It comes from the vbox manual chapter 4 paragraph 4.2.2.1

Be sure to install DKMS before installing the Linux Guest Additions. If DKMS is not available or not installed, the guest kernel modules will need to be recreated manually whenever the guest kernel is updated using the command /etc/init.d/vboxadd setup as root.

sudo apt-get install virtualbox-guest-dkms

Answer Y to question.

2

You can also install all the guest additions packages from the repositories, that way each time you perform an kernel update, the corresponding modules will be automatically recreated:

sudo apt-get install virtualbox-guest-dkms virtualbox-guest-x11

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy