Quote |
title DSL 2.0 kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm nodma noscsi frugal title DSL 0.8 root (hd1,0) kernel /boot/linux24 root=/dev/hdb1 quiet vga=normal noacpi noapm nodma noscsi frugal title Windows root (hd1,0) chainloader +1 makeactive boot |
Quote |
If you have installed DOS (or Windows) on a non-first hard disk, you have to use the disk swapping technique, because that OS cannot boot from any disks but the first one. The workaround used in GRUB is the command map (see map), like this: grub> map (hd0) (hd1) grub> map (hd1) (hd0) This performs a virtual swap between your first and second hard drive. |