Date: Sun, 7 Nov 2010 10:24:19 -0500 From: Jed Clear <jclear@speakeasy.net> To: freebsd-questions@freebsd.org Subject: re: restart virtualbox Message-ID: <CE7191B2-6BE1-42F4-BE1A-1640E9894FC3@speakeasy.net>
index | next in thread | raw e-mail
yanxinyoou: > i intall virturl box like this: > > # cd /usr/ports/emulators/virtualbox > # make install clean > > # cd /boot /modules /*however i forgot do this commander > # ls vbox* /*i also forgot > vboxdrv.ko vboxnetadp.ko vboxnetflt.ko > > # echo 'vboxdrv_load="yes"' >> /boot/loader.conf > # echo 'ng_ether_load="yes"' >> /boot/loader.conf > # echo 'ng_ether_load="yes"' >> /boot/loader.conf > > # cat /boot/loader.conf > vboxdrv_load="yes" > vboxnetflt_load="yes" > ng_ether_load="yes" The man page implies that "YES" should be upper case. > after i restart bsd auto restart ! > > i think it caused by i made a mistake on loader.conf > > but i don't know how to do now > > i can't get in the system to change the /boot/loader.conf Try Interrupting the loader and unloading the kernel modules before continuing the boot. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html You'll also probably want to boot single user until you resolve the issue. Failing that boot from a recovery CD, mount the / filesystem and edit.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CE7191B2-6BE1-42F4-BE1A-1640E9894FC3>
