I have just tried to install gentoo linux using xen kernel. The problem is that in kernel config in filesystem section there was no ext4 option. But my root partition is ext4. Well I tried to ignore that assuming that ext4 support is build in ext3 support or something like this. I have my boot and home partitions on separate. In my grub.cfg i have:
Found Gentoo Base System release 2.0.3 on /dev/sda9
menuentry "Gentoo Base System release 2.0.3 XEN" {
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 8d2cb7cd-4d4e-402a-a133-1b09054ed851
multiboot /xen.gz
module /vmlinuz-2.6.18-xen root=/dev/sda9
}
When my system boots up. I get following message:
Kernel panic - not syncing:VFS: Unable to mount root fs
So I suppose this is because of ext4 not enable but I might be wrong. If it is true - is there any way to get ext4 support on xen kernel? Is there any easy way to convert ext4 to ext3 without shuffling things around?
Thanks for answers!