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

[Xen-users] Using 2.4 kernel in the domain U

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Using 2.4 kernel in the domain U
From: Vishal Patil <vishpat_ai@xxxxxxxxx>
Date: Sun, 17 Jul 2005 19:15:33 -0700 (PDT)
Delivery-date: Mon, 18 Jul 2005 02:14:12 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=vd0weBTZDaaPKN5YMfqr0a594rAew7J1kya7kJpZ6dv8Rto0YD5B0U3jw6YPwW4khsW1iRvKGbfWEMxuD44lhHl0RJiMs6ud+0gTRPROZ3syeuNlmZkayTntshkTQys1I/nWnJV6ZbmauZzB4Y2Zi1ek2q6gaLUNYuaeL3FirB4= ;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello World

I m using Xen 2.0 and have got the linux-2.6 kernel
running successfull in domainU using the ttylinux
image. The configuration file for the same is as
follows

kernel = "/boot/vmlinuz-2.6"
memory = 64
name = "ttylinux"
nics = 1
ip = "1.2.3.4"
disk = ['phy:/dev/loop1,sda1,w']
root = "/dev/sda1 ro"

NOTE: I am using the ttylinux image as loop device.

However when I try running a xenified 2.4.30 kernel
using the same configuration file and replace the
kernel parameter with "/boot/vmlinuz-2.4.30", I get
the following panic

VFS: Cannot open root device "sda1" or 08:01
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 08:01
 <0>Rebooting in 1 seconds..

Any idea what might I be doing wrong?
Thank you.

- Vishal



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Using 2.4 kernel in the domain U, Vishal Patil <=