Click to See Complete Forum and Search --> : scsi emulation with grub


grannydmb
10-30-2001, 12:39 AM
I've been reading up on scsi emulation but I have only found docs on editing lilo for it. If anyone can help with scsi emulation using grub I would appreciate it.

Matt

bdg1983
10-30-2001, 06:36 AM
Here's part of my /boot/grub/menu.lst

title = Linux-2.4.13-Modular
root = (hd0,4)
kernel = /boot/vmlinuz-2.4.13-modular hdd=ide-scsi idebus=42 ide0=ata66 vga=normal quiet root=/dev/hda6
initrd = /boot/initrd-2.4.13.gz

So just add hd?=ide=scsi to the kernel line and make sure it's all on one line with no line breaks (the kernel line that is).

grannydmb
10-30-2001, 09:51 AM
Thanks I'll give it a go. :)