Re: grub doesn't work

From: m.marien (mm)
Date: 10/26/04


Date: Mon, 25 Oct 2004 16:49:18 -0600


"Mike" <someone@your.house> wrote in message
news:kO-dncxEet9azODcRVn-ug@midco.net...
>I installed WinXP, Slackware, and Fedora Core. I installed Fedora last
> hoping that grub would install and detect everything. The grub.conf file
> appears to have everything in it, but I have a bigger problem. When the
> computer starts up and the bios finishes the last thing that displays is:
>
> GRUB
>
> The computer stops there. alt+ctrl+del doesn't work, I have to turn it
> off.
> I'm using a Promise TX2000 raid adapter in a Raid3,0 array (3 drives)
> Linux
> detected the drives as hde, hdf, and hdg. Windows is on hde, Fedora on hdf
> and Slackware on hdg.
>
> How do I manually install Grub or LiLo?
>
> TIA
> Mike
>

There are a couple of ways to reinstall GRUB. One is with the
/sbin/grub-install script. Just specify which device is your boot device
or --help for options. The other is manually. Type /sbin/grub at the command
line to enter the grub command line. Specify the root directory partition
and then use setup to install the files:

[root]#grub
grub> root (hd1,0)
grub> setup (hd0)
grub> quit

This specifies that the first partition on drive 2 (/dev/hdf1 in your case)
is where the root is. And then installs grub to the MBR of the first drive
(/dev/hde). Grub starts counting the drives from zero.

If you installed GRUB to the Fedora partition, then setup (hd1,0) would be
the command to use.

The problem may also be the RAID is confusing GRUB.



Relevant Pages

  • Re: Dual Boot Problem
    ... >>screen, not grub. ... > Not being able to boot the install afterwards does lead to shelving the ... Both Windows and Fedora are on IDE ... drives though, so I'm not sure whats going on. ...
    (Fedora)
  • Re: Fedora vs. Ubuntu (hijacked: can I dual boot FC and Kubuntu?)
    ... When you install say FC5 and then Ubuntu on the same drive ... the last one in will tend to "take over" GRUB, ... Making GRUB "point" back to the original partition means ... "root (" and then press tab you can see the drives available (should ...
    (Fedora)
  • Re: Hardware problem
    ... Fedora ... If I reset the BIOS, the drives show, but then when the machine ... Did GRUB properly install? ...
    (Fedora)
  • RE: Re-installing GRUB on FC3
    ... Your hardware configuration should be: ... for fedora -- apparently it DOES matter. ... then grub should come up. ... line and install and setup from the GRUB shell after booting from the ...
    (Fedora)
  • Re: Strange Optical drive problem
    ... Grub with, combined_mode=libata? ... It's not the first time that I've seen using LiLo instead of Grub, ... I'll try to find out how to install LiLo instead of Grub. ... CD drives just work these days. ...
    (Ubuntu)