Strangely, running qemu with the exact same kernel and initrd seems to boot perfectly fine.
I even tried running:
- Code: Select all
$ qemu-kvm -m 512 -cpu kvm64 -smp 1,cores=4 -snapshot /dev/sda
... which makes qemu use my hard disk directly (in read-only mode), which should reproduce my exact config more closely... but it also boots up just fine!
However, when I reboot the machine and boot the exact same config on bare metal, it will crash on boot.
I will now attempt to get a more complete kernel log when booting on bare metal (unless you have another suggestion).
Thanks!