CentOS 5 - Build a Custom Xen Kernel with NFS Root Filesystem (CONFIG ROOT NFS) Support

From Virtuatopia
Revision as of 20:38, 23 April 2008 by Neil (Talk | contribs) (New page: A common Xen configuration involves mounting the root filesystems for domainU guests from a remote server using NFS (for details on setting up such a configuration read [[Creating and Boot...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A common Xen configuration involves mounting the root filesystems for domainU guests from a remote server using NFS (for details on setting up such a configuration read Creating and Booting a Xen Guest domainU using an NFS Mounted Root Filesystem. This approach is of particular value when it is necessary to migrate a Xen guest domain from one system to another.

Unfortunately, support for NFS mounted root filesystems is disabled by default in most Linux kernels for security reasons. Before embarking on such a Xen configuration it is necessary, therefore, to build a custom Xen kernel with NFS root filesystem support build-in. The purpose of this tutorial is to work through the creation of a custom Xen kernel with NFS root filesystem support for a CentOS 5 system.

Obtaining the Kernel Sources