On Wed, Feb 26, 2003 at 11:23:18AM -0800, Steve White wrote:
> I have installed from a RCl1.4 CDrom on a PentiumIII and have followed all
> of the instructions carefully (or so I thought).  I have obviously missed
> something as now the system will not boot from the hard drive.  I get no
> grub prompt, nothing but a cursor blinking at the top left of the screen.
> 
> My grub.conf file:
> default 0
> timeout 30
> splash=(hd0,0)/boot/grub/splash.xpm.gz
>
> title=Steve's Gentoo Linux
> root (hd0,0)
> kernel (hd0,0)/boot/bzImage root=/dev/hda3
Have you got a separate /boot partition or not? If you don't that's 
probably OK, but if you do then you'll probably need to remove the /boot
bit from the paths, ie: 
kernel (hd0,0)/bzImage

Reason being that with a separate /boot (hd0,0) probably _is_ /boot, not
the directory above it.
> 
> I set up grub by running the command root (hd0,0) and setup.
> 
setup what? It requires a parameter telling it where to set itself up. If
you want grub as the main/only bootloader you probably want it in the MBR,
so you'd use
root (hd0,0)
setup (hd0)

Ewan

--
[EMAIL PROTECTED] mailing list

Reply via email to