Results 1 to 6 of 6
I am running virtualbox under opensuse 10.3
Each time I boot up I need to run /etc/init.d/vboxdrv setup
how do I get this to run automatically at boot.
This is ...
- 03-02-2008 #1Linux Newbie
- Join Date
- Dec 2006
- Posts
- 153
VirtualBox
I am running virtualbox under opensuse 10.3
Each time I boot up I need to run /etc/init.d/vboxdrv setup
how do I get this to run automatically at boot.
This is what it does if it helps.
linux-dpph:~ # /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module done
Recompiling VirtualBox kernel module, NOT. It has been packaged. done
Starting VirtualBox kernel module done
linux-dpph:~ #
- 03-02-2008 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
When you boot, run this command before anything else and post back
After that run this command...you should not get any message but if you do post it backCode:/sbin/lsmod |grep vboxdrv
Code:sudo /sbin/modprobe vboxdrv
- 03-03-2008 #3Linux Newbie
- Join Date
- Dec 2006
- Posts
- 153
Thanks for that but I still have to do it all over again after reboot, how can I make the command permanent, ie load at boot.
- 03-03-2008 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Well I was just looking for the results of those commands , but it seems that the modlue is not loading. It doesn't need to be rebuilt, just loaded. In SUSE the best way to do this is to open YaST, go to /etc/sysconfig editor and add the value vboxdrv to System/Kernel/MODULES_LOADED_ON_BOOT
You just navigate the tree and enter that value, then restart.
- 03-03-2008 #5Linux Newbie
- Join Date
- Dec 2006
- Posts
- 153
Thanks.
Done that, then I noticed it had not started in system services (runlevel).
all ok now
thanks again.
- 03-03-2008 #6Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Glad you got it working


Reply With Quote