Hmmm.... this is getting tricky - but you could *theoretically* make multiple entries - like this:
CODE
#For installing GRUB onto device IDE 0 Disk 0
title Install GRUB into the hard disk
root (fd0) [color=#FF0000]<--- changed that - that *should* be correct for locating the grub.conf on the floppy[/color]
setup (hd0)
#For installing GRUB onto device IDE 0 Disk 1
title Install GRUB into the hard disk
root (fd0) [color=#FF0000]<--- changed that - that *should* be correct for locating the grub.conf on the floppy[/color]
setup (hd1)
#For installing GRUB onto device IDE 1 Disk 0
title Install GRUB into the hard disk
root (fd0) [color=#FF0000]<--- changed that - that *should* be correct for locating the grub.conf on the floppy[/color]
setup (hd2)
#For installing GRUB onto device IDE 1 Disk 1
title Install GRUB into the hard disk
root (fd0) [color=#FF0000]<--- changed that - that *should* be correct for locating the grub.conf on the floppy[/color]
setup (hd3)
Of course, then, if SATA drives are represented differently (I don't have access to am cine with SATA enabled, so I cannot say one way or another) then that will need editing as well to add entries for SATA drives.
An easier way might be to make sure there is no timeout setting (either set it extremely high, like 65535, or comment it out completely) so the user is *forced* to make a choice, then give him the commands to do so, with an explanation:
CODE
title Please read this carefully. You have just booted your system
title with a *nix boot loader called GRUB. In order to facilitate the
title MBR fix process, please select the very last entry in this list
title using the arrow keys and then hit the [E] key to edit the entry.
title Use the arrow keys to select the last line, which should have
title the syntax "setup (hd0)" - replace the 'hd0' part, leaving the
title parentheses, with your Windows system drive number - i.e.
title if the Windows disk is the master drive on the primary IDE
title channel, then use hd0 - if it is the slave drive on the primary
title IDE channel, use hd1. Master on the 2nd IDE channel = hd2
title and slave on 2nd IDE is hd3. Please note that IDE nomenclature
title starts at 0, so IDE 0 is the first* IDE channel and IDE 1 is the 2nd.
root (fd0)
setup (hd0)
Not exactly a wizard, but getting there- still not very n00b friendly, I admit, as you have to be savvy enough to know 8where you stuff is installed.
But a wizard on a floppy - umm, well...I don't see it.
Kudzu can probably run off the CD ISO image I mentioned earlier ;-0