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: Treutwein; Bernhard
Subject: Re: Hiding and unhiding with set active?
Date: Wed, 21 Feb 2001 11:53:44 +0200

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



reply via email to

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