OpenSuse 11.3 x64 + VirtualBox non-oss
I have 2 servers running on VMs and I have the computer’s bios set to power on in case of power failure (its also on a battery backup) and this works as expected and my main OS (suse 11.3 x64 KDE4) reboots.
The problem is with auto starting my VMs, I placed 2 app launchers in /home/user/.kde4/autostart folder, command = (VBoxManage startvm vserver) but when I reboot and the VMs try to start I get an error dialog from VirtualBox that states I need to run command to install the kernal mode driver for VBOX (/etc/init.d/vboxdrv setup).
I have another setup just like this one using Suse 11.0 for main OS and VMs and restarting with this method works well.
I suspect the auto start of the VMs is occurring before the kernal mode driver is ready.
Is their a way to delay the auto start till its ready or a better way to do this all together.