On Tue, 08 Jan 2002 16:59:40 -0800  "Robert L. Hemus" wrote:
> Tn the step by steps to install a CDROM RW in step 2 it says you add
>     "hd?=ide-scsi to the kernel line in your menu.lst file."
> then reboot.
> When I do this it won't reboot.  Need to use the rescue disk.  Is the
> file I need to work on in /root/boot/grub/menu.lst?  If so, what have I
> done, am doing wrong?
> Thanks in advance.
> Bob Hemus

I had trouble some time back. Here is what I wrote after I solved it :

I actually used the KDE Control Center (no lie!)

In KDE Control Center, add ide-scsi at boot option in
System->Startup->Kernel Modules->SCSI

Then :

rm /dev/cdrom
ln -s /dev/sr0 /dev/cdrom

and edit /etc/fstab to have :
/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto 0 0

After all that and a reboot, it all works like it's supposed to.

Apparently, KDE added a line to the end of the file
 /etc/modules/default
ide-scsi
-- 
-----------------------------------------------------------------------
| Alan K. Jackson            | To see a World in a Grain of Sand      |
| [EMAIL PROTECTED]          | And a Heaven in a Wild Flower,         |
| www.ajackson.org           | Hold Infinity in the palm of your hand |
| Houston, Texas             | And Eternity in an hour. - Blake       |
-----------------------------------------------------------------------

_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to