bug-grub
[Top][All Lists]
Advanced

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

Re: help!


From: Jochen Hoenicke
Subject: Re: help!
Date: Tue, 24 Oct 2000 12:20:21 +0200 (MET DST)

On Oct 22, Ning Ma wrote:
> 
> Sorry for my ignorance.  I just install Linux with GRUB as bootloader, and
> unfortunately, my computer does not boot from hard disk any more.  It
> can boot from floppy disk, but I could not boot into my Window 98 system.

Lets guess: When you boot from the hard disk only the "grub>" prompt
appears, right?

This means that grub is loaded, but can't find its menu (menu.lst).
So it asks you to enter command by hands.  Try entering at the grub> prompt:

  configfile /grub/menu.lst

If I'm right you should get your menu,  provided that you have a
menu.lst at all, see the grub tutorial...


> The following is my configuration:
> 
> hda1  Win98 vfat 
> hda2  Linux /boot ext2

Your menu.lst is probably at /grub/menu.lst in your boot partition,
but grub searches in /boot/grub/menu.lst.  After booting linux from
disk, you should put a symlink in your boot directory:  
  cd /boot
  ln -s . boot

  Jochen



reply via email to

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