[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] Installing a domU on NFS
> -----Original Message----- > From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx > [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of > Dominik Klein > Sent: 08 March 2007 13:53 > To: xen-users@xxxxxxxxxxxxxxxxxxx > Subject: Re: [Xen-users] Installing a domU on NFS > > >>> root = '/dev/nfs' > >>> nfs_server = '10.2.50.21' > >>> nfs_root = '/xenvm1' > >> Am I right that my kernel needs CONFIG_ROOT_NFS in order for > >> this to work? > > > > I should think this is necessary. > >>> memory = 512 > >>> vcpus = 1 > >>> builder = 'linux' > >>> name = 'x-dktest' > >>> vif = [ 'bridge=xenbr0, ip=10.2.50.41' ] > >> Am I right that my kernel needs CONFIG_IP_PNP in order for > >> this to work? > > > > Not quite sure about the necessity of this, but possibly. > > So my new kernel has these options but domU still says the exact same > thing (yes, I did copy the new modules into the lib dir on > the nfs root). You probably need those modules in the initrd, because until you have connection to your NFS volume, you can't really use any of it's content, so you have a "chicken and egg problem" - which is solved by either compiling them in as built-in's to the kernel, or by using an initrd that contains the necessary modules to get past the initial boot point. -- Mats > > Any ideas? > > Regards > Dominik > > _______________________________________________ > 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |