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>
next in thread | raw e-mail | index | archive | help
yanxinyoou: > i intall virturl box like this: >=20 > # cd /usr/ports/emulators/virtualbox > # make install clean=20 >=20 > # cd /boot /modules /*however i forgot do this commander =20= > # ls vbox* /*i also forgot > vboxdrv.ko vboxnetadp.ko vboxnetflt.ko >=20 > # echo 'vboxdrv_load=3D"yes"' >> /boot/loader.conf > # echo 'ng_ether_load=3D"yes"' >> /boot/loader.conf > # echo 'ng_ether_load=3D"yes"' >> /boot/loader.conf >=20 > # cat /boot/loader.conf > vboxdrv_load=3D"yes" > vboxnetflt_load=3D"yes" > ng_ether_load=3D"yes" The man page implies that "YES" should be upper case. > after i restart bsd auto restart ! >=20 > i think it caused by i made a mistake on loader.conf >=20 > but i don't know how to do now=20 >=20 > 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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CE7191B2-6BE1-42F4-BE1A-1640E9894FC3>