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] Re: Installation Issues: VFS Floppy / Crash

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: Installation Issues: VFS Floppy / Crash
From: Carl Robert Blesius <carl@xxxxxxxxxxx>
Date: Wed, 16 Nov 2005 03:41:56 -0500
Delivery-date: Wed, 16 Nov 2005 08:42:48 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <E1EZocW-0001XX-2e@host-192-168-0-1-bcn-london>
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: <E1EZocW-0001XX-2e@host-192-168-0-1-bcn-london>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

Just wanted to let you know that your suggestions worked Ernst
(I got sidetracked on something else and returned to this
just now). Changing the kernel root option to point to an
existing root device fixed my issue (I just stared up xend for
the first time and am getting my bearings). The quick
helpful response here is encouraging.

Thanks,
Carl

Date: Wed, 9 Nov 2005 10:40:31 +0100
From: Ernst Bachmann <e.bachmann@xxxxxxxx>
Subject: Re: [Xen-users] Installation Issues: VFS Floppy / Crash
To: xen-users@xxxxxxxxxxxxxxxxxxx
Message-ID: <200511091040.32362.e.bachmann@xxxxxxxx>
Content-Type: text/plain;  charset="iso-8859-1"

On Wednesday 09 November 2005 10:27, Carl Robert Blesius wrote:

New to Xen and having problems getting started.

...

No problems so far.

added this first portion to /boot/grub/menu.lst
############
title Xen 2.0 / XenLinux 2.6
root            (hd0,0)
kernel        /boot/xen-2.0.gz dom0_mem=131072
module        /boot/vmlinuz-2.6-xen0 root=/dev/sda4 ro console=tty0
savedefault
boot

title           Debian GNU/Linux, kernel 2.4.27-2-386
root            (hd0,0)
kernel          /boot/vmlinuz-2.4.27-2-386 root=/dev/cciss/c0d0p1 ro
initrd          /boot/initrd.img-2.4.27-2-386
savedefault
boot

...

##########



So, your root filesystem is on /dev/cciss/c0d0p1 or /dev/sda4 ?


reboot...

everything looking good, but then the following happens during boot:

Root-NFS: No NFS server available, giving up.
VFS: Unable to mount root fs via NFS, trying floopy.
VFS: Insert root floopy and press ENTER

I press Enter and !!!!CRASH!!!!


Well, thats not xen specific, you boot a linux kernel with wrong root= option,
and it tries hard to find another root device, falling back to nfs and
floppy...


Not sure what to try next... any tips?


change

module        /boot/vmlinuz-2.6-xen0 root=/dev/sda4 ro console=tty0

into

module /boot/vmlinuz-2.6-xen0 root=/dev/cciss/c0d0p1 ro console=tty0


and retry. If that doesn't work, your vmlinuz-2.6-xen0 is missing the right
drivers, you'll need to recompile it.

/Ernst




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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Re: Installation Issues: VFS Floppy / Crash, Carl Robert Blesius <=