bug-grub
[Top][All Lists]
Advanced

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

Re: Converting from lilo to grub


From: Thierry Laronde
Subject: Re: Converting from lilo to grub
Date: Tue, 17 Dec 2002 20:08:23 +0100
User-agent: Mutt/1.2.5i

On Sun, Dec 15, 2002 at 07:59:37PM -0500, Chris Lee wrote:
> 
 Lilo:

> other=/dev/hdb1
>         label=win31
>       table=/dev/hdb
>       map-drive=0x80 to=0x81
>       map-drive=0x81 to=0x80

and GRUB:

> 
> title Windows WFG 3.11/DOS 6.22
> map (hd0) (hd1)
> map (hd1) (hd0)
> rootnoverify (hd0,0)
                ^^^
> makeactive
> chainloader +1

The mapping is for the BIOS. GRUB is still with first_disk==hd0,
second_disk=hd1 -> the command is for GRUB so use:

rootnoverify (hd1,0)
              ^^^
 
If you confer lilo and GRUB you will find that this is eventually the
same thing (you give table=/dev/hdb).

-- 
Thierry Laronde (Alceste) <address@hidden>
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C



reply via email to

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