bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hiding and unhiding with set active?


From: Thierry DELHAISE
Subject: Re: Hiding and unhiding with set active?
Date: Wed, 21 Feb 2001 13:59:06 +0000

Tim Rivers-Garrett <address@hidden> 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
    address@hidden
    Tel. 049-89-2180-2774  Fax.: 089-2180-9927741

_______________________________________________
Bug-grub mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-grub

Attachment: thierry.delhaise.vcf
Description: Carte pour Thierry DELHAISE


reply via email to

[Prev in Thread] Current Thread [Next in Thread]