Hi everyone!
Today I tried to compile XEN but nothing happened.
XEN 4.0.1.7 for Fedora 14
Kernel 2.6.32.27
My menu.lst:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/mapper/vg_vm-lvroot
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.35.11-83.fc14.x86_64)
root (hd0,0)
kernel /vmlinuz-2.6.35.11-83.fc14.x86_64 ro root=/dev/mapper/vg_vm-lvroot rd_LVM_LV=vg_vm/lvroot rd_LVM_LV=vg_vm/lvswap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.35.11-83.fc14.x86_64.img
title Xen (2.6.32.27.x86_64)
root (hd0,0)
kernel /xen.gz dom0_mem=512M loglvl=all guest_loglvl=all
module /vmlinuz-2.6.32.27 ro root=/dev/mapper/vg_vm-lvroot rd_LVM_LV=vg_vm/lvroot rd_LVM_LV=vg_vm/lvswap nomodtest
module /initramfs-2.6.32.27.img
assembled without any errors but when booting the kernel, got out the following error:
VFS: Cannot open root device "mapper/vg_vm-lvroot" or unknown-block (0,0)
Please append a correct "root=" boot option; here are the available partitions :
0800 156290904 sad driver : sd
0801 2097152 sda1
0802 154191872 sda 2
0b00 1048575 sr0 driver : sr
Kernel panic - not syncing : VFS : Unable to mount root fs on unknown-block (0,0)
Pid: 1, comm: swapper Not tainted 2.6.32.27 #1
Call Trace:
[<ffffffff8147a53b>] panic+0x7a/0x13a
[<ffffffff8198710e>] mount_block_root+0x255/0x280
[<ffffffff819872c7>] mount_root+0x56/0x5a
[<ffffffff8198743b>] prepare_namespace+0x170/0x19d
[<ffffffff81986de6>] kernel_init+0x1b0/0x1c4
[<ffffffff81013eea>] child_rip+0xa/0x20
[<ffffffff81013850>] ? restore_args+0x0/0x30
[<ffffffff81013ee0>] ? child_rip+0x0/0x20
With what it could be linked?
How do I fix this?
Best Regards,
Fedor