bug-grub
[Top][All Lists]
Advanced

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

Re: [Bug-grub] Booting problem with grub


From: Jason Thomas
Subject: Re: [Bug-grub] Booting problem with grub
Date: Wed, 31 Jul 2002 10:55:20 +1000
User-agent: Mutt/1.4i

On Tue, Jul 30, 2002 at 12:54:23PM +0530, Rangan, Amit wrote:
> I am using Redhat 7.2 with 2 HDD's mirrored togeather and making the
> partitions as follows:
> 
> md0   for  / partition
> md1   for /var Partition
> md2   for /tmp Partition
> md3   for /boot Partition
> But my linux machine is not able to boot from the hard disk partitions,
> every time i have to boot it from a floppy. 
> 
> The enteries of my grub.conf file are as follows:
> 
> boot=/dev/md3  
> splashimage=(hd0,0)/grub/splash.xpm.gz 
> root (hd0,0) 
> kernel /vmlinuz-2.4.7-10 ro root=/dev/md0 
> initrd /initrd-2.4.7-10.img

the grub directory containing stage* and *1_5 images should be under the
boot partition and the splash image

then specify root as the boot partition as thats where the kernel is
then tell the kernel where the real root is.

title   Linux 2.4.7-10 or whatever you want here
root (hd0,3)
kernel /vmlinuz-2.4.7-10 ro root=/dev/md0
initrd /initrd-2.4.7-10.img
splashimage /grub/splash.xpm.gz 



reply via email to

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