I've always installed grub manually.  from the grub shell:

install (hd0,0)/grub/stage1 (hd0) \
        (hd0,0)/grub/stage2 p \
        (hd0,0)/grub/grub.conf

(hd0,0) is hda1, (hd0,1) is hda2, (hd1, 0) is hdb1, etc.  Tab-completion
works very well within the shell for not only files but also hard drives
and partitions.  (hd0) refers to installing stage1 on the MBR of hda. 
You can replace grub.conf with whatever file you use as your menu file.

Casey

On Sun, 2003-09-21 at 14:28, Andrew Jorgensen wrote:
> On redhat systems /boot/grub/menu.lst is a symlink to 
> /boot/grub/grub.conf and according to the manpage 
> default=/boot/grub/grub.conf. So it depends on your system probably. The 
> manpage should tell you where it expects to find the config file.
> 
> Steve Dibb wrote:
> > Doesn't grub use /boot/grub/menu.lst?
> > 
> > Steve
> > 
> > Andrew McNabb wrote:
> > 
> >> I have very little experience with Grub, so I would appreciate if
> >> someone knew how to solve a problem I'm having.  I just installed a new
> >> system, and it had Lilo by default, so I installed Grub.  I can boot
> >> just fine if I type in all of the grub commands manually, but it doesn't
> >> give me a menu.  I made a /boot/grub/grub.conf file, but it seems to be
> >> completely ignored (I'm sure the grub.conf is fine because it's
> >> basically the same one I'm using on my laptop).  Does anyone know what
> >> would make grub ignore the conf file and always go to the grub shell?
> >> Thanks.

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

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to