is it a /boot partition or directory? if its a directory then you need to add that to the path: kernel (hd1,0)/boot/vmlinuz-2.4.9-21 ro root=/dev/hdb6 hdc=ide-scsi
if not try using the grub command prompt which has utilities like find. or tab completion of the above command: kernel (hd1,0)/ now hit the tab key to see what options are available. On Sat, Feb 23, 2002 at 08:45:26PM -0500, Muralidhar Ganga wrote: > Hi, > > I have a problem in booting the first entry of /etc/grub.conf, from my > second hard disk. > > I have attached the /etc/grub.conf file. > It complains "File not found" when grub tries to boot with > (vmlinuz-2.4.9-21). I have those two files in /boot of second hard disk > /dev/hdb. > > I have installed grub onto the MBR of first hard disk as: > /sbin/grub-install /dev/hda. > > It shows the image and could not boot with it. But the rest of the > images are fine. I also have a /boot directory on /dev/hda. > > Does the GRUB confusing with that ? > > Thanks > /Murali > > > # grub.conf generated by anaconda > # > # Note that you do not have to rerun grub after making changes to this > file > # NOTICE: You have a /boot partition. This means that > # all kernel and initrd paths are relative to /boot/, eg. > # root (hd0,5) > # kernel /vmlinuz-version ro root=/dev/hda3 > # initrd /initrd-version.img > #boot=/dev/hdb1 > default=1 > timeout=10 > splashimage=(hd1,0)/grub/splash.xpm.gz > password --md5 $1$���t����$duEFQt8hc0ZpmDr2N7vb11 > title Red Hat Linux-up (2.4.9-21) > root (hd1,5) > kernel (hd1,0)/vmlinuz-2.4.9-21 ro root=/dev/hdb6 hdc=ide-scsi > initrd (hd1,0)/initrd-2.4.9-21debug.img > title Red Hat Linux (2.4.7-10enterprise) > root (hd1,5) > kernel (hd1,0)/vmlinuz-2.4.7-10enterprise ro root=/dev/hdb6 > hdc=ide-scsi > initrd (hd1,0)/initrd-2.4.7-10enterprise.img > title Red Hat Linux-smp (2.4.7-10smp) > root (hd1,5) > kernel (hd1,0)/vmlinuz-2.4.7-10smp ro root=/dev/hdb6 hdc=ide-scsi > initrd (hd1,0)/initrd-2.4.7-10smp.img > title Red Hat Linux-up (2.4.7-10) > root (hd1,5) > kernel (hd1,0)/vmlinuz-2.4.7-10 ro root=/dev/hdb6 hdc=ide-scsi > initrd (hd1,0)/initrd-2.4.7-10.img > title DOS > rootnoverify (hd0,0) > chainloader +1 _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub
