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-devel

Re: [Xen-devel] Cannot start domU from NFS

To: Nauzad Sadry <nauzad@xxxxxxxxx>
Subject: Re: [Xen-devel] Cannot start domU from NFS
From: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
Date: Fri, 7 Jan 2005 10:01:19 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 07 Jan 2005 10:02:27 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <aa7b01ec05010623375fadc451@xxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <aa7b01ec05010623375fadc451@xxxxxxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4i
On Thu, Jan 06, 2005 at 11:37:09PM -0800, Nauzad Sadry wrote:
> Hello everyone
> I have Xen-2.0.1 setup with dom0 starting from local disk.
> I need to start domU from NFS
> The NFS server works - both local and remote clients can use it.
> But not domU 
> 
> Here is the boot log
> 
> IP-Config: Incomplete network configuration information.

Try booting with a static IP configuration.  For dhcp you will need to
build your own xenU kernel since the one we provide doesn't have dhcp
client support compiled in.  Alternatively you could use our xen0 kernel
which has dhcp client support compiled in.

> On my NFS export, the etc/fstab is as follows
> /xen_nfs/root        /                           ext3    defaults        1 1
> none                    /dev/pts                devpts  gid=5,mode=620  0 0
> none                    /proc                    proc    defaults        0 0
> none                    /dev/shm              tmpfs   defaults        0 0
> /dev/hda5             swap                    swap    defaults        0 0
> /dev/cdrom           /mnt/cdrom           udf,iso9660 noauto,owner,kudzu,ro 0 > 0
> /dev/fd0                /mnt/floppy           auto    noauto,owner,kudzu 0 0

Unless you're exporting a block device to the domain as hda5, this will
fail when swap gets enabled.  Also, your entry for the root fs is not
correct.  The 1st field should be of the form server:/path/to/root -- 
I usually use IP addresses, a hostname might work, certainly if it's
defined in /etc/hosts.  The filesystem type needs to be nfs, not ext3.
Also the dump frequency and fsck pass number fields should both be 0.

    christian



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>