WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

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

To: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Subject: Re: [Xen-users] Does xen 3.4.2 support EXT4 filesystem?
From: Yunfeng Xu <hywl51@xxxxxxxxx>
Date: Wed, 13 Jan 2010 10:25:55 +0800
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 12 Jan 2010 18:26:38 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=xq+FQrYrBqGD6rc7zLeKIxeLWpwgPl3wqjzik8DsH44=; b=t9PDeW2GYCaLEFfPhjuOwY6DeQMhcvselDvGfVqpqerx1Q6HuqjRC2eiLNdJjXZZY0 FZRFEAmv8Bh2dQjnKWln7bg0RRDRIh38fGOoKb9b15t+n43XSBa4TPUd2NiIuv/5WwyU kY4S3xunCSrj2ZDZFzM4I3QpSRJSQxLnvljrQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=oO6eKdlR8oxIeQwTrC544xrA3mNgActItyPbrKaHlBfo8Os4yp6t7giGeYv1DPhAX6 Kf6AJGUdnrw6r5GOTtsc2u6JjQZN4IkBVl7pKT41W73Gnl7Pf6VDVUQvxHrh4psw3R2w rJ0yNUiHIcrQ4Vl7qGvPj1ir/UqHwv14tWfXQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <755560.9135.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <8a1af4331001120021r6fff426cjb583046ce79883ef@xxxxxxxxxxxxxx> <755560.9135.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I currently use the xen-3.4.2 tarball from http://www.xen.org/. What
are the differences between officail version and the gentoo version?
Does it means the official version don't support the newer kernel
version with the mint8(2.6.31-14), so gentoo makes the patch?

On 1/12/10, Boris Derzhavets <bderzhavets@xxxxxxxxx> wrote:
> All entries bellow have root=/sdb11 ro console=tty0 compiled as built-in
> string (root FS is ext4)
> 2.6.31.8(9) xen-ified aka Suse kernels via Andy Lyon's rebased patch sets :-
>
> http://gentoo-xen-kernel.googlecode.com/files/xen-patches-2.6.31-10.tar.bz2
>  for vanilla 2.6.31.9
> http://gentoo-xen-kernel.googlecode.com/files/xen-patches-2.6.31-9.tar.bz2
>  for vanilla 2.6.31.8
>
> menuentry "Xen 3.4 / Ubuntu 9.10 kernel 2.6.31.9 xenified" {
> insmod ext2
> set root=(hd1,10)
> multiboot (hd1,10)/xen-3.4.gz
> module (hd1,10)/vmlinuz-2.6.31.9
> module (hd1,10)/initrd-2.6.31.9.img
> }
>
> menuentry "Xen 3.4 / Ubuntu 9.10 kernel 2.6.31.8 xenified" {
> insmod ext2
> set root=(hd1,10)
> multiboot (hd1,10)/xen-3.4.gz
> module (hd1,10)/vmlinuz-2.6.31.8
> module (hd1,10)/initrd-2.6.31.8.img
> }
>
> menuentry "Xen 3.4 / Ubuntu 9.10 kernel 2.6.31.6 pvops" {
> insmod ext2
> set root=(hd1,10)
> multiboot (hd1,10)/xen-3.4.gz
> module (hd1,10)/vmlinuz-2.6.31.6
> module (hd1,10)/initrd-2.6.31.6.img
> }
>
> Every entry works.
>
> Boris.
>
> --- On Tue, 1/12/10, Yunfeng Xu <hywl51@xxxxxxxxx> wrote:
>
> From: Yunfeng Xu <hywl51@xxxxxxxxx>
> Subject: [Xen-users] Does xen 3.4.2 support EXT4 filesystem?
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Date: Tuesday, January 12, 2010, 3:21 AM
>
> 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
>
> _______________________________________________
> 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