VirtualBox

Opened 14 years ago

Closed 14 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.

Change History (2)

comment:1 by Frank Mehnert, 14 years ago

The correct fix is to fix the runlevel in /etc/init.d/vboxadd -- change the line

# chkconfig: 35 30 70

to

# chkconfig: 357 30 70

Then execute

/sbin/chkconfig --add vboxadd

From now on your Mandriva guest should boot fine with activated speedboot. This problem with be fixed in the next VBox release.

comment:2 by Frank Mehnert, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in 3.1.6.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use