[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] problem with booting domU via NFS root
- To: xen-users@xxxxxxxxxxxxxxxxxxx
- From: "ardy mardy" <ardelicious@xxxxxxxxx>
- Date: Mon, 23 Jul 2007 13:26:08 -0400
- Delivery-date: Mon, 23 Jul 2007 10:24:00 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=bttts+qlTsstxWgGAyjrYPrJNAh4XgkZXt4AR9H9vaAflgGrXni/QYTL4EHQHjrdxi/kkHB/M/MqV4obonOFbQMvXYm9mdinqpauMNSEirbfikGBXXqYZizM38pfX+Bh0QfdYe8KsazysE8+TMy6Wu+k3230FMMs5VRPH2EiqR0=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
Thanks Steve. For some reason I don't have the CONFIG_ROOT_NFS option in my kernel. My problem is much the same as the one described on this page:
http://forums.gentoo.org/viewtopic-t-337239-highlight-.html?sid=f0de502989c707746fcebef76a1267d1
However, I had all the following enabled but still to no avail: CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=yCONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y
I also tried "make CONFIG_ROOT_NFS=y world" and no luck there either.
Thanks, Ardy
On 7/22/07, Steve Kemp
<steve@xxxxxxxxxxxx> wrote:On Sat Jul 21, 2007 at 20:37:12 -0400, xen xen wrote:
> mount: unknown filesystem type 'nfs'
There's your error.
> And these are the related modules I have in /boot/config-2.6.18-xen: > CONFIG_NFS_FS=m > CONFIG_NFS_V3=y
> CONFIG_NFS_V3_ACL=y > CONFIG_NFS_V4=y > CONFIG_NFS_DIRECTIO=y > CONFIG_NFSD=m > CONFIG_NFSD_V2_ACL=y > CONFIG_NFSD_V3=y > CONFIG_NFSD_V3_ACL=y > CONFIG_NFSD_V4=y
> CONFIG_NFSD_TCP=y > CONFIG_NFS_ACL_SUPPORT=m > CONFIG_NFS_COMMON=y
You need "CONFIG_ROOT_NFS" - that allows the root filesystem to come from NFS.
This article gives a brief overview from the last time I did this,
obviously not your distribution but it might be helpful:
http://www.debian-administration.org/articles/505
Steve --
_______________________________________________
Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|