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] xen 3.0 on UP amd64 - rootfs mounting problem in xenU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] xen 3.0 on UP amd64 - rootfs mounting problem in xenU
From: Ernst Bachmann <e.bachmann@xxxxxxxx>
Date: Mon, 1 Aug 2005 10:47:38 +0200
Delivery-date: Tue, 02 Aug 2005 09:37:27 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200507311352.35243.arekm@xxxxxxxxxxxxx>
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>
References: <200507311352.35243.arekm@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8.1
On Sunday 31 July 2005 13:52, Arkadiusz Miskiewicz wrote:
> Hi,
>
> I'm trying to run Xen 3.0 on my amd64 UP machine. So far xen0 is working
> fine but there is a problem with mounting rootfs on xenU kernel.
>
> Is there something else that needs to be compiled into xenU 3.0 kernel?
[snip]
> + insmod /lib/modules/2.6.12.3-0.2/kernel/drivers/scsi/scsi_mod.ko
> Using /lib/modules/2.6.12.3-0.2/kernel/drivers/scsi/scsi_mod.ko
> SCSI subsystem initialized
> + insmod /lib/modules/2.6.12.3-0.2/kernel/drivers/scsi/sd_mod.ko
> Using /lib/modules/2.6.12.3-0.2/kernel/drivers/scsi/sd_mod.ko
> register_blkdev: cannot get major 8 for sd

for some strange reasons, the sd_mod module doesn't initialize correctly, as a 
result, the kernel doesn't know how to use scsi discs.

[snip]
> VFS: Cannot open root device "sdc3" or unknown-block(8,35)
> Please append a correct "root=" boot option
> Kernel panic - not syncing: VFS: Unable to mount root fs on
> unknown-block(8,35)

Yep. of course it can't boot from a scsi disc then..

I'd try to
a) compile scsi and scsi-disc static into the domU kernel
b) test with using hda3 or something instead of sdc3 in the domain config, to 
see if your root-filesystem works at all


/Ernst

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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] xen 3.0 on UP amd64 - rootfs mounting problem in xenU, Ernst Bachmann <=