What do I put in my grub.conf file for scsi emulation so I can use my cd
burner? This is the output of my grub.conf file:
[root@bullwinkle grub]# cat grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/hda1
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Fedora Core (2.4.22-1.2188.nptl)
root (hd0,0)
kernel /boot/vmlinuz-2.4.22-1.2188.nptl ro root=LABEL=/ rhgb
initrd /boot/initrd-2.4.22-1.2188.nptl.img
many tia
russell