Quote |
So, now that you have your boot media, you need to boot the dead computer with the grub disk in it, and tell grub how to boot it. Thankfully, GRUB is very simple to do this with. for example, if your DSL hd-install is on hda1, here is what you need to enter. title DSL root (hd0,0) kernel /boot/linux24 root=/dev/hda1 makeactive boot or, for frugal, title DSL root (hd0,0) kernel /boot/isolinux/linux24 root=/dev/hda1 initrd /boot/isolinux/minirt24.gz makeactive boot |
Quote (SaidinUnleashed @ Aug. 29 2005,23:02) |
...yes it does say how to use the floppy. Please read the whole document. menu.list is a text file. -J.P. |
Quote |
for example, if your DSL hd-install is on hda1, |