5.2.8 guest additions breaks Ubuntu 18.04 beta 2 booting

Discussions about using Linux guests in VirtualBox.
Post Reply
Tigran
Posts: 3
Joined: 12. Apr 2018, 11:47

5.2.8 guest additions breaks Ubuntu 18.04 beta 2 booting

Post by Tigran »

Here is the details:

I've installed Ubuntu 18.04 in VirtualBox (host is OSx). After rebooting is stops booting. Flashing couple of times and stoped.

Release info:

Vbox Version: 5.2.8 r121009 (Qt5.6.3)

root@tigran-VirtualBox:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Bionic Beaver (development branch)
Release: 18.04
Codename: bionic


root@tigran-VirtualBox:~# uname -a
Linux tigran-VirtualBox 4.15.0-13-generic #14-Ubuntu SMP Sat Mar 17 13:44:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Update: If I remove the guest additions from the recovery mode it is again boots successfully.

So my goal is to have successfully installed/working guest additions.

My suspect is that VBox 5.2.8 is not ready for the new kernel version 4.15, but I'm not competent in that.

Any suggestions?
Tigran
Posts: 3
Joined: 12. Apr 2018, 11:47

Re: 5.2.8 guest additions breaks Ubuntu 18.04 beta 2 booting

Post by Tigran »

Added screenshot
Attachments
screenshot
screenshot
vbox_ubuntu_19.04_beta2.png (23.68 KiB) Viewed 3314 times
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: 5.2.8 guest additions breaks Ubuntu 18.04 beta 2 booting

Post by socratis »

Tigran wrote:My suspect is that VBox 5.2.8 is not ready for the new kernel version 4.15, but I'm not competent in that.
Just check the release dates, see if the math fits. I bet they won't.
Tigran wrote:Any suggestions?
If you want to use the latest version for your host/guests, you should also consider doing the same for VirtualBox. You should try the latest test builds.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
The Raven
Posts: 82
Joined: 18. Aug 2016, 20:43

Re: 5.2.8 guest additions breaks Ubuntu 18.04 beta 2 booting

Post by The Raven »

External symptoms look very similar to
viewtopic.php?f=3&t=87441

Workaround was to switch off 3D acceleration.
Tigran
Posts: 3
Joined: 12. Apr 2018, 11:47

Re: 5.2.8 guest additions breaks Ubuntu 18.04 beta 2 booting

Post by Tigran »

I've turned off the 3D acceleration and it booted successfully. Seems guest additions also working correctly. At least shared clipboard.
I'm experiencing some graphic weaknesses, but probably is due to 3D acceleration off.

Thanks you for suggestion!
meiser79
Posts: 16
Joined: 24. Dec 2014, 09:41

Re: 5.2.8 guest additions breaks Ubuntu 18.04 beta 2 booting

Post by meiser79 »

I guess, it's https://www.virtualbox.org/ticket/17623

Please check /var/log/syslog and check for undefined symbol 'glFramebufferTexture2D' (grep gnome-shell /var/log/syslog).

You should also disbale Wayland in /etc/gdm3/custom.conf by uncommenting "WaylandEnable = False".
Zeppe
Posts: 9
Joined: 30. Sep 2015, 11:50

Re: 5.2.8 guest additions breaks Ubuntu 18.04 beta 2 booting

Post by Zeppe »

This also impacts me. I'm trying the latest test build 5.2.11r122125 and 3D acceleration won't work (flickering screen while trying to start display manager a few times, eventually gives up on boot).

The syslog is attached, but the problem is the glFramebufferTexture2D as hypothesized:

Code: Select all

Apr 19 10:57:45 spring org.gnome.Shell.desktop[1290]: /usr/bin/gnome-shell: symbol lookup error: /usr/lib/x86_64-linux-gnu/libmutter-2.so.0: undefined symbol: glFramebufferTexture2D
Apr 19 10:57:45 spring gnome-session[1262]: gnome-session-binary[1262]: WARNING: App 'org.gnome.Shell.desktop' exited with code 127
I assume this is what the OP is experiencing.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: 5.2.8 guest additions breaks Ubuntu 18.04 beta 2 booting

Post by socratis »

Zeppe wrote:the problem is the glFramebufferTexture2D as hypothesized
The problem is being looked at actively as we speak. Some patches have shown up, but nothing solid yet. So,

"Patience my young Padawan..." ;)
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply