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] Problem on booting DomU using NFS filesystem

To: xen-users-bounces@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem on booting DomU using NFS filesystem
From: Hui Kang <hkang@xxxxxxxxxxxxx>
Date: Sat, 18 Apr 2009 00:11:44 -0400
Delivery-date: Fri, 17 Apr 2009 21:12:47 -0700
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/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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)
Dear All:
I met a problem of booting a guest domain using a mounted NFS filesystem.
My step to exported the filesystem is follows
1:  customize the para-linux kernel by
make linux-2.6 CONFIG=menuconfig, and rebuild the kernel to support NFS root filesystem. (Here I did not change the config file of xen; do I need to change anything of rebuilding xen hypervisor?) 2: The NFS server exports the guest filesystem image guest.img under /xen following the standard NFS instruction Then on the NFS client side, I first tested mounting the exported filesystem, it succeeded. Then I unmount it.
The configuration file os the guest OS is
------------------------------------------------------------
kernel = "/boot/vmlinuz-2.6.18.8-xen"
extra="xencons=tty"
memory = 256
name = "Guest"
dhcp = "dhcp"
vif = [ '' ]
NETMASK="255.255.255.0"
GATEWAY="192.168.1.1"
nfs_root = '/xen'      # directory to the /xen to the NFS server
nfs_server = '192.168.1.136'  # (NFS server IP)
root = "/dev/nfs"
------------------------------------------------------------------
The guest OS hangs at
......
......
mice: PS/2 mouse device common for all mice
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI No-Shortcut mode
XENBUS: Device with no driver: device/console/0
BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
EDD information not available.
*Sending DHCP requests ...... timed out!
IP-Config: Retrying forever (NFS root)...*
It repeats here.

Anyone could give me some help. Thanks. in advance.


- Hui



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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problem on booting DomU using NFS filesystem, Hui Kang <=