Quote:
Originally Posted by falko
What's in /boot/grub/menu.lst and /etc/fstab?
|
Hi Falko, I have both of them just like in the howto
fstab
Code:
/dev/md2 / ext3 defaults 1 1
/dev/md0 /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/md1 swap swap defaults 0 0
boot/grub.conf
Code:
..
fallback=1
title CentOS (2.6.18-164.11.1.el5)
root (hd1,0)
kernel /vmlinuz-2.6.18-164.11.1.el5 ro root=/dev/md2
initrd /initrd-2.6.18-164.11.1.el5.img
title CentOS (2.6.18-164.11.1.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-164.11.1.el5 ro root=LABEL=/
initrd /initrd-2.6.18-164.11.1.el5.img
..