|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] problem with booting domU via NFS root
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
|
|
|
|
|