
Using lpfcdd as the Boot Device
It is possible to use a device, connected to the lpfcdd driver, as the boot device. The only
restriction is you must be booted off an existing SCSI or IDE boot / root device.
1. Prepare the boot image (note the use of --preload to load lpfcdd before other
modules). Type:
/sbin/mkinitrd --preload lpfcdd /boot/new.img < kernelversion>
2. Create a boot floppy. Insert a floppy disk into the drive. Type:
/sbin/mkbootdisk <kernelversion>
mount /mnt/floppy
cp /boot/new.img /mnt/floppy/initrd.img
3. Identify the Fibre Channel device that you wish to use as the boot/root device, /dev/
sdX. Create partitions and make file systems on the Fibre Channel boot drive.
Type:
fdisk /dev/sdX
Device Boot Start End Blocks ID System
/dev/sdX1 1 4 32098+ 83 Linux <==+25M
/dev/sdX2 5 13 72292+ 82 Linux swap <==+64M
/dev/sdX3 14 1106 8779522+ 83 Linux <==end of device
mkfs.ext2 /dev/sdX1
mkfs.ext2 /dev/sdX3
mkswap /dev/sdX2
mount /dev/sdX1 mnt0
mount /dev/sdX3 mnt1
Emulex Documentation, Drivers and Software
Comentarios a estos manuales