Opened 15 years ago
Closed 15 years ago
#5484 closed defect (fixed)
Guest additions are not properly loaded on Linux guests with speedboot
Reported by: | Daniel Mader | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 3.0.10 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description
On a Linux guest (Mandriva 2010.0 i586) under a Linux host (Mandriva 2010.0 x86_64), the speedboot feature of the guest does not properly load the guest additions: the mouse integration is not working after booting until the Xserver is restarted.
As a workaround it's simply enough to disable speedboot on the guest system by adding speedboot=no to the boot parameters.
Note:
See TracTickets
for help on using tickets.
The correct fix is to fix the runlevel in /etc/init.d/vboxadd -- change the line
to
Then execute
From now on your Mandriva guest should boot fine with activated speedboot. This problem with be fixed in the next VBox release.