Problem:
2023-05-25, suddenly I cannot boot my linux virtual machine with an error vboxadd-service.service failed.My environment
- Host: Windows 11
- VirtualBox 7.0.6. r155176 (Qt5.15.2)
- Linux kernel 5.19.0-42-generic, Kubuntu
Solution:
mount the VBox_GAs_7.0.6 (You need to mont VBoxGuestAdditions.iso and need to see it at /media/<username>/VBox_GAs_7.0.6/)cd /media/<username>/VBox_GAs_7.0.6/sudo ./VBoxLinuxAdditions.run uninstall
Solution (updated 2023-06-02)
The issue seemed caused by the wrong display setting. Removed VBoxLinuxAdditions makes VBoxVGA Graphics controller works, but the clipboard between host and guest didn't work. So removing the VBoxLinuxAdditions is not a solution. I have no idea why the Graphics controller setting suddenly causing a problem. But here is the solution.
- Setting the Graphics controller to VMSVGA resolved the problem.
- VBoxLinuxAdditional.run should be executed. Otherwise, the Bidirectional clipboard didn't work.
Comments