|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Does xen 3.4.2 support EXT4 filesystem?
Le mardi 12 janvier 2010 à 16:21 +0800, Yunfeng Xu a écrit :
> Hi, guys
>
> I try to install xen 3.4.2 on my mint 8, and got the following error
> when system boots:
>
> not syncing: VFS: unable to mount root fs on unknow-block (0,0)
>
> This is my grub2 config:
>
> menuentry "Xen 3.4 / XenLinux 2.6 (/dev/sda1)" {
> insmod ext2
> set root=(hd0,1)
> search --no-floppy --fs-uuid --set 2cc821fc-4ac1-426a-bfb6-0e97e8a07046
> multiboot (hd0,1)/boot/xen-3.4.gz
> module (hd0,1)/boot/vmlinuz-2.6.18.8-xen root=/dev/sda1 ro quiet
> splash
> }
>
> My guess that the problem is due to EXT4, does anyone can give me some advise?
>
> Thanks
> Yunfeng
Hello,
I don't know if Xen supports EXT4 but there is another syntax for the
GRUB.CONF file. I found it in the latest versions of grub :
menuentry "GNU/Linux, with Linux xen" {
insmod ext2
set root=(hd0,1)
search --no-floppy --fs-uuid --set
116c3b30-4586-4f25-b7c1-c0d5c5a5b003
multiboot /xen.gz /xen.gz noreboot dom0_mem=1024M cpufreq=xen
cpuidle
module /vmlinuz-xen /vmlinuz-xen root=/dev/md0 ro noquiet
module /initrd-xen /initrd-xen
}
I had to have some values twice (new syntax !) but my boot partition is
still ext3.
Regards
JPPO
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|