Since I run r1soft, I need to use a custom-built Kernel.
I'm running CentOS 6, I just installed the default CentOS kernel via yum, changed my kernel to pv.
Here is my menu.lst;
timeout 5
title Custom Compiled Kernel
root (hd0)
kernel /boot/vmlinuz-2.6.32-220.23.1.el6.i686 root=/dev/xvda ro quiet
# file /boot/vmlinuz-2.6.32-220.23.1.el6.i686
/boot/vmlinuz-2.6.32-220.23.1.el6.i686: Linux kernel x86 boot executable bzImage, version 2.6.32-220.23.1.el6.i686 (mockb, RO-rootFS, swap_dev 0x3, Normal VGA
When booting, it kernel panic's with the following error:
http://i.imgur.com/rjQYL.pngAny ideas?
Thanks!