![](http://pdfasset.owneriq.net/7/7c/77caeb1e-ffa2-45ff-9844-8f25dd9179b0/77caeb1e-ffa2-45ff-9844-8f25dd9179b0-bge.png)
Master on primar y IDE
append="hda=ide-scsi"
Slave on primary IDE
append="hdb=ide-scsi"
Master on secondary IDE
append="hdc=ide-scsi"
Slave on secondary IDE
append="hdd=ide-scsi"
2. Update your sy stem configuration, using the following command:
lilo
3. Save the file and reboot your system.
4. Verify that the change has be en implemented, using the following com m and:
cat /proc/cmdline
5. If hda=ide-scsi (or similar) does not appear, you did not update the confi guration file correctly.
Start over with Step 1 above.
6. Verify that your system detects the tape device, using the following comma nd:
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 primar y IDE
hda=ide-scsi
Slave on primary IDE
hdb=ide-scsi
Master on secondary IDE
hdc=ide-scsi
Slave on secondary IDE
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 be en implemented, using the following com m and:
14
Installation Notes