If you have grub installed already, you need to make sure that you edit
/boot/grub/menu.lst to your liking, then write grub to your MBR.  

here is a snipping from a previou message:

<snip>
    GRUB  version 0.92  (640K lower / 3072K upper memory)

 [ Minimal BASH-like line editing is supported.  For the first word, TAB
   lists possible command completions.  Anywhere else TAB lists the    
    possible completions of a device/filename. ]

grub> find /boot/grub/menu.lst
 (hd0,2)

grub> root (hd0,2)
 Filesystem type is xfs, partition type 0x83

grub> setup (hd0)
 Checking if "/boot/grub/stage1" exists... yes
 Checking if "/boot/grub/stage2" exists... yes
 Checking if "/boot/grub/xfs_stage1_5" exists... yes
 Running "embed /boot/grub/xfs_stage1_5 (hd0)"...  25 sectors are
embedded.
succeeded
 Running "install /boot/grub/stage1 (hd0) (hd0)1+25 p
(hd0,2)/boot/grub/stage2
/boot/grub/grub.conf"... succeeded
Done.

<snip>


the 'find' command will search all parseable filesystems. [mounted or
unmounted].   Once you have then, then set your root accordingly, then
'setup' your drives. 

NOTE: Never, NEVER setup a partition. [i.e.: 'setup (hd0,1)']   It
works, and unfortunatly it wipes filesystems. =).  (That's experience
speaking.)

js


On Sat, 2002-11-16 at 00:17, Robert Golovniov wrote:
> Hello redhat-list,
> 
>   How I change boot loader from Lilo to Grub?
> 
> -- 
> Robert                          mailto:[EMAIL PROTECTED]
> 
> 
>    -=Robert & Beata Golovniov | Lviv, Ukraine=-
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> PGP public key: 0x633F6D07 (link 1 - embedded, link 2 - attached)
> Fingerprint: 1A1C 29F1 2A0C 4C4E 0BDA  C8EE 5A1D 9F03 633F 6D07
> mailto:[EMAIL PROTECTED]?subject=PGP%20Key&Body=Please%20send%20key
> mailto:[EMAIL PROTECTED]?subject=GPG%20Key&Body=Please%20send%20key
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- 
VB programmers ask why no one takes them seriously, 
it's somewhat akin to a McDonalds manager asking employees 
why they don't take their 'career' seriously.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to