For 5.4.6-2 guest's kernel I installed in there linux54-virtualbox-guest-modules
and virtualbox-guest-utils
. Rebooted and nothing happened. In the View menu Auto-resize Guest Display
is marked, but inactive. Adjust windows size
doesn't help either.
Did you enable and start the service?
sudo systemctl enable --now vboxservice.service
sudo usermod -a -G vboxsf <useruame>
sudo systemctl enable --now vboxservice.service
reboot
are done.
There is quite a few issues relating to this.
For the moment VirtualBox behaves erratic and inconsistent.
Have you tried applying VBoxSVGA before installing in the VM?
VirtualBox will flag such as an inconsistent configuration - just ignore it.
You could install the guest additions manually. Just download the guest additions iso according to your virtualbox version from here:
Then, add it as optical drive to your virtual machine and run the installer inside your guest OS.
It was necessary is to set to VBoxSVGA and sudo pacman -Syu virtualbox-guest-iso
. Started to work even without reboot.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.