My linux box has grub installed already, but I am adding a second hard drive for OpenBSD. How should I modify the following menu.lst to have grub see and boot the new drive (which is on hdc according to /proc/ide)?
## ## End Default Options ## title Libranet GNU/Linux, kernel 2.4.20 root (hd0,0) kernel /boot/vmlinuz-2.4.20 root=/dev/hda1 ro hdb=scsi savedefault boot title Libranet GNU/Linux, kernel 2.4.20 (single user mode) root (hd0,0) kernel /boot/vmlinuz-2.4.20 root=/dev/hda1 ro hdb=scsi single savedefault boot ### END DEBIAN AUTOMAGIC KERNELS LIST title Memory Test root (hd0,0) kernel /boot/memtest86.bin _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub
