This happened to me twice within 2 weeks time. The first time it happened I ended up reinstalling FreeBSD 11.2-STABLE because I was not able to distinguish the problem. Now it turns out it was VirtualBox. Here's what happened:
After installing VirtualBox via
to rc.conf and
to loader.conf. I don't know if I'm missing something but that's about it. Then I restarted the computer. Only this time, boot up will only get halfway through and then computer will restart again, automatically. Even in Single-user Mode it's the same thing. Tried safe mode as well, same problem. Computer just keeps on restarting halfway through the boot process.
Now, this time I'm positive it was VirtualBox since it was the only change I made before the problem occur. But how or why, I don't know. To fix the problem temporarily so I can boot up again, I loaded up my live USB installer, mounted my root partition and then commented out
and
ONLY then I was able to reboot properly. But of course VirtualBox won't work because I don't have the proper configurations.
Hopefully you guys can enlighten me up here a little bit, or point me in the right direction. I really need VB for my daily work. Two weeks ago everything was working fine with FreeBSD 11.1-STABLE until my old hard drive gave up the ghost and I had to start over again on a new SSD with FreeBSD 11.2-STABLE. Any suggestions will be greatly appreciated. Thanks guys!
After installing VirtualBox via
pkg
(the first time I had it was via ports
), I followed other instructions at the end of the installation ie: the devfs.conf configuration for USB, then adding
Code:
vboxnet_enable="YES"
Code:
vboxdrv_load="YES"
Now, this time I'm positive it was VirtualBox since it was the only change I made before the problem occur. But how or why, I don't know. To fix the problem temporarily so I can boot up again, I loaded up my live USB installer, mounted my root partition and then commented out
Code:
#vboxnet_enable="YES"
Code:
#vboxdrv_load="YES"
Hopefully you guys can enlighten me up here a little bit, or point me in the right direction. I really need VB for my daily work. Two weeks ago everything was working fine with FreeBSD 11.1-STABLE until my old hard drive gave up the ghost and I had to start over again on a new SSD with FreeBSD 11.2-STABLE. Any suggestions will be greatly appreciated. Thanks guys!