Hanno Foest wrote:
On Tuesday, Apr 08 2003 at 16:06:29 -0700, Samuel Flory wrote:
Yes you need to install grub to both drives, or use lilo. The Red Hat installer doesn't install grub to all drives like it does for lilo. In the case of grub you need to do the following:
1)edit /boot/grub/device.map to look like this: (fd0) /dev/fd0 (hd1) /dev/hde (hd0) /dev/hdg
2)Install grub on /dev/hdg "grub-install /dev/hdg"
grub-install /dev/hdg /dev/md2 does not have any corresponding BIOS drive.
/dev/md2 is /boot in my case.
Any ideas? (Is this still on topic for this list?)
You have me there. This why I can understand why redhat uses grub. Grub just doesn't have the abilty to do everthing lilo does. Just use lilo. There should be a prefectly useable lilo config file in /etc/.
[root@localhost root]# mv /etc/lilo.conf.anaconda /etc/lilo.conf [root@localhost root]# lilo boot = /dev/hde, map = /boot/map.2101 Added linux * Added linux-smp Added linux-up boot = /dev/hdg, map = /boot/map.2201 Added linux * Added linux-smp Added linux-up [root@localhost root]#
prompt timeout=50 default=linux boot=/dev/md0 map=/boot/map install=/boot/boot.b message=/boot/message linear
image=/boot/vmlinuz-2.4.20-8bigmem label=linux initrd=/boot/initrd-2.4.20-8bigmem.img read-only root=/dev/md2
image=/boot/vmlinuz-2.4.20-8smp label=linux-smp initrd=/boot/initrd-2.4.20-8smp.img read-only root=/dev/md2
image=/boot/vmlinuz-2.4.20-8 label=linux-up initrd=/boot/initrd-2.4.20-8.img read-only root=/dev/md2
-- There is no such thing as obsolete hardware. Merely hardware that other people don't want. (The Second Rule of Hardware Acquisition) Sam Flory <sflory@xxxxxxxxxxxx>