Results 1 to 2 of 2
Hi folks,
Host - Fedora 12 64bit
Virtualizer - VirtualBox
I don't want VirtualBox start at booting the PC
Can I do it in following way:-
# chkconfig --level 35 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-24-2010 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
How to disable VirtualBox to start at booting PC
Hi folks,
Host - Fedora 12 64bit
Virtualizer - VirtualBox
I don't want VirtualBox start at booting the PC
Can I do it in following way:-
# chkconfig --level 35 VBox off
I found:-
$ which VBox
/usr/bin/VBox
Would VirtualBox not start on next booting?
If YES, to start VirtualBox later, run;
/etc/init.d/vboxdrv start
Comment and suggestion would be appreciated. TIA
B.R.
satimis
- 02-26-2010 #2Just Joined!
- Join Date
- Aug 2009
- Location
- Evil Empire
- Posts
- 33
I suppose you should reconfigure your kernel and set vboxdrv as a module. Then to load vboxdrv just type
modprobe vboxdrv


Reply With Quote
