|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: problem with booting domU via NFS root
Thanks Stephan. I did what you suggested and NFS boot + live migration worked flawlessly. I was under the impression that since during boot we use the kernel and initrd in /boot directory of the local machine, and not the one on the server, module support should work fine through initrd. Apparently, initrd is only used for certain modules at the initial stage of boot?
For those who may come across this thread later to setup NFS + live migration, I had to change /etc/exports from having the option all_squash to no_root_squash; yes silly! :)
Ardy
On 7/24/07, Stephan Seitz <nur-ab-sal@xxxxxx> wrote:
On Mon, Jul 23, 2007 at 04:09:27PM -0400, ardy mardy wrote: > However, even by having the above options set, I still do n't have > a away to set CONFIG_ROOT_NFS! > This is my view of options in File Systems -> Network File Systems:
> x x <M> NFS file system support
How do you expect to get ROOT NFS working if your NFS support is only a module and must be loaded from the root filesystem which you want to have via NFS? ;-)
To get ROOT NFS working you need everything for this situation static in the kernel. So you have to say <*> (yes) for „NFS file system support". Then you should get the new option for CONFIG_ROOT_NFS.
Your network drivers must be in the kernel as well including IP support.
Shade and sweet water!
Stephan
-- | Stephan Seitz E-Mail: Nur-Ab-Sal@xxxxxx
| | PGP Public Keys: http://fsing.rootsland.net/~stse/pgp.html |
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGpaqXXse+NwPOAZ4RAnwoAJ9kKVJDow/ADeaR1Mhe82bRsJoEawCeJ+Xq
Aylef5Q2oUQf6+zmhiqghDE= =NKBH -----END PGP SIGNATURE-----
_______________________________________________ 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
|
|
|
|
|