Tim Rivers-Garrett <[EMAIL PROTECTED]> wrote:
[...]
> title=DOS6.22
> root=(hd0,0)
> unhide
> makeactive
> chainloader+1
> (hd0,1)
> hide

shouldn't it read:

root=(hd0,0)
unhide (hd0,0)
makeactive
chainloader+1
hide (hd0,1)

maybe that you can omit the partition in unhide (hd0,0)
but afaik you have to name it in the hide command.

The current manual from cvs has the following example:

        unhide (hd0,0)
        hide (hd0,1)
        rootnoverify (hd0,0)
        chainloader +1
        makeactive
        boot

which is almost exactly what you need.

regards & good luck
    Bernhard Treutwein
    [EMAIL PROTECTED]
    Tel. 049-89-2180-2774  Fax.: 089-2180-9927741

_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to