HP Hitachi Dynamic Link Manager Software User Manual
Page 722
![background image](/manuals/397404/722/background.png)
B. Troubleshooting Products That Use the Weak-Modules Script
698
root directory:
Example when the boot loader is elilo and LVM is not used:
# cat /etc/fstab
/dev/sddlmaa2 / ext3 defaults 1 1
/dev/sddlmaa1 /boot/efi vfat defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/sddlmaa3 swap swap defaults 0 0
#
Example when the boot loader is grub and LVM is used:
# cat /etc/fstab
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
/dev/VolGroup00/LogVol02 /tmp ext3 defaults 1 2
/dev/VolGroup00/LogVol04 /usr ext3 defaults 1 2
/dev/VolGroup00/LogVol03 /opt ext3 defaults 1 2
/dev/sda1 /boot ext3 defaults 1 2
/dev/sddlmaa1 /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620
0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults
0 0
#
2.
Add a parameter to the boot loader configuration file.
The configuration file of the currently used boot loader contains an entry required
to use HDLM as the boot disk. In this entry, add
root=
device as a kernel
parameter.