I updated my 10.0-BETA1 VM to r256845 and the system won't boot now. The kernel panics when it's about to load the CD-ROM driver as far as I can tell. I restored the VM from a backup that was 10.0-ALPHA5 and tried updating to the latest revision again this morning but it's having the same issue. I'm using the GENERIC kernel.
The following procedure was used to upgrade from BETA1:
10.0-BETA1 worked great. I should probably mention that this is a Hyper-V VM running on Windows Server 2012. The system boots fine into single user mode. Is there a way to see what's causing the kernel to panic in multi-user mode exactly?
Thanks!
EDIT: Forgot to mention that SVN is pulling from the /stable/10 branch
The following procedure was used to upgrade from BETA1:
Code:
svnlite update /usr/src
cd /usr/src
make buildworld
make kernel kernconf="GENERIC"
make installkernel kernconf="GENERIC"
make installworld
shutdown -r
10.0-BETA1 worked great. I should probably mention that this is a Hyper-V VM running on Windows Server 2012. The system boots fine into single user mode. Is there a way to see what's causing the kernel to panic in multi-user mode exactly?
Thanks!

EDIT: Forgot to mention that SVN is pulling from the /stable/10 branch