Master on primary IDE

Slave on primary IDE

Master on secondary IDE

Slave on secondary IDE

append="hda=ide-scsi"

append="hdb=ide-scsi"

append="hdc=ide-scsi"

append="hdd=ide-scsi"

2.Update your system configuration, using the following command:

lilo

3.Save the file and reboot your system.

4.Verify that the change has been implemented, using the following command:

cat /proc/cmdline

5.If hda=ide-scsi (or similar) does not appear, you did not update the configuration file correctly. Start over with Step 1 above.

6.Verify that your system detects the tape device, using the following command:

cat /proc/scsi/scsi

To update the configuration file and verify the configuration (GRUB)

1.Locate the grub.conf file. This file may also be called menu.lst. Possible locations include

/boot/grub and /etc.

2.Add the appropriate text from the following to the end of each kernel image line in the grub.conf file:

Master on primary IDE

Slave on primary IDE

Master on secondary IDE

Slave on secondary IDE

hda=ide-scsi

hdb=ide-scsi

hdc=ide-scsi

hdd=ide-scsi

Each kernel image line will read similar to the following:

kernel /vmlinuz-2.2.6-2 ro root=/dev/hda3 hda=ide-scsi

3.Save the file and reboot your system.

4.Verify that the change has been implemented, using the following command:

14 Installation Notes