Hi !
When i create my initrd-2.6.18.8-xen.img and boot whit
grub in title Xen 3.3 / XenLinux 2.6 I have a kernel panic :
RAMDISK: ext2 filesystem found at block 0
RAMDISK: Loading 16384KiB [1 disk] into ram disk…
done.
Trackpoint.c: failed to get extended button data
VFS: Cannot open root device “hda1” or unknown-block(0,0)
Please append a correct “root=” boot
option
Kernal panic – not synsning: VFS: Unable to
mount root fs on unknown-block(0,0)
In my /boot/grub/menu.lst
title Xen 3.3 / XenLinux 2.6
kernel /boot/xen-3.3.gz console=vga
module /boot/vmlinuz-2.6.18.8-xen
root=/dev/hda1 ro console=tty0
module /boot/initrd-2.6.18.8-xen.img
and for create my img :
./mkinitrd kernel_version=2.6.18.8-xen
--add-module=ehci-hcd --add-module=ohci-hcd --add-module=uhci-hcd
--add-module=ide-generic --add-module=ide-disk
Help me please for boot my VM.