[NTLUG:Discuss] RE:New CD-RW on RedHat 8.0 and GRUB

Greg Edwards greg at nas-inet.com
Tue May 13 13:26:49 CDT 2003


David Simmons wrote:
>>BAM!  The Linux IDE driver just took control of your second ATA
>>channel -- no IDE-SCSI emulation
>>possible.  Are you reserving it in LILO (or GRUB) at boot-time by
>>passing?:
>>  hdc=ide-scsi hdd=ide-scsi
> 
> 
> Can someone give me specifics as to how to do this...I've been STFW...and
> trying all combinations (trying kernel arguments, editting the grub
> lines)...to no avail.
> 
> Thanks in advance,
> 
> Dave


 From /boot/grub/menu.lst

title linux
kernel (hd0,0)/vmlinuz root=/dev/hda6 devfs=mount hdc=ide-scsi 
hdd=ide-scsi acpi=off quiet vga=788
initrd (hd0,0)/initrd.img

 From /etc/modules

scsi_hostadapter

 From /etc/modules.conf

probeall scsi_hostadapter ide-scsi

 From /etc/fstab

none /mnt/cdrom supermount 
dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0

IIRC, the codepage is not needed and the system moans about it.  I just 
haven't removed it yet.

HTH,
-- 
Greg Edwards
New Age Software, Inc. - http://www.nas-inet.com
======================================================
Galactic Outlaw        - http://goutlaw.nas-inet.com
   The ultimate cyberspace adventure!




More information about the Discuss mailing list