Guest Additions 5.0.24 incomplete install?

Discussions about using Linux guests in VirtualBox.
Post Reply
dwelden
Posts: 10
Joined: 27. Apr 2016, 18:14
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Linux Mint Cinnamon, Elementary OS

Guest Additions 5.0.24 incomplete install?

Post by dwelden »

I have an issue with VB and GA 5.0.24 on two different Linux VMs. After logging in, I have to restart LightDM (or MDM on Mint) in order to get the window manager working. I have to do this everytime I login. I had 5.0.22 installed previously, and installed 5.0.24 from the ISO in the VBox Program Files folder on the Windows host.

Is the uninstall of old/install of new GA not properly updating a config file or something?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Guest Additions 5.0.24 incomplete install?

Post by Perryg »

Post the guests log file ( as an attachment ). Right click on the guest in the Main Manager then click show log. Save and post as an attachment. Compress if it is too large to post.
dwelden
Posts: 10
Joined: 27. Apr 2016, 18:14
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Linux Mint Cinnamon, Elementary OS

Re: Guest Additions 5.0.24 incomplete install?

Post by dwelden »

Log is attached. Here is the screenshot of what I get upon initial login to Mint. Image

It also looks like others are having a similar issue viewtopic.php?f=3&t=78531
Attachments
VBox.7z
(21.83 KiB) Downloaded 14 times
Last edited by dwelden on 11. Jul 2016, 17:44, edited 1 time in total.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Guest Additions 5.0.24 incomplete install?

Post by Perryg »

Code: Select all

00:00:04.408521 HM: HMR3Init: Falling back to raw-mode: AMD-V is disabled in the BIOS (or by the host OS)
I would first fix the above issue and then see what happens.
dwelden
Posts: 10
Joined: 27. Apr 2016, 18:14
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Linux Mint Cinnamon, Elementary OS

Re: Guest Additions 5.0.24 incomplete install?

Post by dwelden »

It is disabled in BIOS and I don't have BIOS password. That is why I am running a 32-bit instead of a 64-bit guest OS.

This problem did not present with earlier versions of VB and GA.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Guest Additions 5.0.24 incomplete install?

Post by Perryg »

Without hardware acceleration the guest will lag horribly ( see the log file ) and could produce this issue. I do know that software acceleration in VirtualBox does not get a lot of love/attention any more. Other than that I have no idea what to tell you at this point other than regress to a version that works and post a ticket at bugtracker.
dwelden
Posts: 10
Joined: 27. Apr 2016, 18:14
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Linux Mint Cinnamon, Elementary OS

Re: Guest Additions 5.0.24 incomplete install?

Post by dwelden »

According to the guest OS, I should have hardware acceleration:

Code: Select all

dave@dave-VirtualBox ~ $ lsmod | grep -io vboxguest | xargs modinfo | grep -iw version
version:        5.0.24 r108355
dave@dave-VirtualBox ~ $ glxinfo | grep "direct rendering"
direct rendering: Yes
dave@dave-VirtualBox ~ $ glxinfo | grep OpenGL
OpenGL vendor string: Humper
OpenGL renderer string: Chromium
OpenGL version string: 2.1 Chromium 1.9
OpenGL shading language version string: 4.30
OpenGL extensions:
dave@dave-VirtualBox ~ $ /usr/lib/nux/unity_support_test -p
OpenGL vendor string:   Humper
OpenGL renderer string: Chromium
OpenGL version string:  2.1 Chromium 1.9

Not software rendered:    yes
Not blacklisted:          yes
GLX fbconfig:             yes
GLX texture from pixmap:  yes
GL npot or rect textures: yes
GL vertex program:        yes
GL fragment program:      yes
GL vertex buffer object:  yes
GL framebuffer object:    yes
GL version is 1.4+:       yes

Unity 3D supported:       yes
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Guest Additions 5.0.24 incomplete install?

Post by Perryg »

Not talking about the graphics acceleration read the post above your bios hardware acceleration AMD-V
dwelden
Posts: 10
Joined: 27. Apr 2016, 18:14
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Linux Mint Cinnamon, Elementary OS

Re: Guest Additions 5.0.24 incomplete install?

Post by dwelden »

Oh, I see what you are saying. My admittedly limited understanding was that this was more important for 64 bit guests, but sounds as if you are saying that is not necessarily true. Unfortunately, I am limited to 32 bit guests as my BIOS is locked and I do not have password.

I can say that I have run 32 bit guests previously with this same configuration prior to 5.0.24 with no appreciable issues. A bit slow at times, but my CPU is not that beefy anyway.
Post Reply