[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-grub] Kernel appending
From: |
Pragnesh Sampat |
Subject: |
Re: [Bug-grub] Kernel appending |
Date: |
Tue, 04 Dec 2001 18:22:37 -0500 |
> > I can best explain this with what works. I want to apply the
> > kernel driver ide-scsi to the /dev/ldd devices in particular the CD-Rom
> > read-write device. Lilo uses a line 'append="hdd=ide-scsi"' that has
> > worked for a year about.
> >
> > Red Hat 7.2 set up grub with just a line in the setup ide=scsi
> > which does not work.
This works for me, straight from my rh72 system.
#splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.9-13)
root (hd0,0)
kernel /vmlinuz-2.4.9-13 ro root=/dev/hda8 hdd=ide-scsi
initrd /initrd-2.4.9-13.img
-Pragnesh