[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Does xen 3.4.2 support EXT4 filesystem?


  • To: jp.pozzi@xxxxxxxxx
  • From: Thiago Camargo Martins Cordeiro <thiagocmartinsc@xxxxxxxxx>
  • Date: Tue, 12 Jan 2010 15:50:57 -0200
  • Cc: Yunfeng Xu <hywl51@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
  • Delivery-date: Tue, 12 Jan 2010 09:52:04 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=CGssd0k0NYhZ0UgZJ+vlcv6zXZ6K/oISTi1Rw3h55Q2byKlIFGPNGukxiQKZ5dB/jS 2FWpCo3lCvZ7hWTt9gwOdbv7/ofZi3zGmkF1wifnXVjySyBlKHQfgSfWl4LoaXJ4nK0H Vcf0rrgUW5MVSxuIqTAACHBJ7GhnAeQlEW5ag=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

That's right!

 With grub2 you really need to duplicate the first entry, like that:

multiboot /xen.gz /xen.gz ...options...

2010/1/12 jpp <jpp@xxxxxxxxxxxx>
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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.