Appendix A. Building an init-ramdisk to use with EVMS

EVMS versions 1.9.0 and later perform volume discovery in user space and communicate with kernel drivers to activate the volumes. This process presents a problem with having the root file system on an EVMS volume. In order for the root file system volume to be activated, the EVMS tools must be running. However, in order to access the EVMS tools, the root file system must be mounted.

The solution to this dilemma is to use an initial ramdisk (initrd). An initrd is a ram-based device that acts as a temporary root file system at boot time and provides the ability to run programs and load modules that are necessary to activate the true root file system. Thus, in order to have your root file system on an EVMS volume, you need to create and use an initrd.

The following sections provide instructions for creating a new initrd image for use with EVMS.