Click to See Complete Forum and Search --> : Can't get CDR to friggin work!!!
glaston
01-11-2003, 10:53 AM
I can't seem to do it. I can't find a help file on changing boot loaders. I'm using Grub and the nhf file for adding a cdr says to use Lilo. Is there a way to do it with Grub that anyone knows, if not can someone explain or point me to a help file that explains how to change bootloaders? Thanks...
here is my /boot/grub/menu.lst file
title Debian GNU/Linux, kernel 2.4.19-usb-monolithic
root (hd0,4)
kernel /boot/vmlinuz-2.4.19 root=/dev/hda5 ro hdc=ide-scsi hdd=ide-scsi vga=7
savedefault
boot
I bolded the part in my kernel line where i set my drives to scsi.
carlywarly
01-11-2003, 11:03 AM
You need to edit /etc/grub.conf and you need a line like -
kernel /vmlinuz-2.4.7-10 ro root=/dev/hdh2 hdd=ide-scsi
(just make sure it's all on one line in your editor).
hdd = secondary slave
hdc = sec master
hdb = pri slave etc. Choose the correct one for your cdwriter.
Edit - beaten to it, and maybe I'm wrong, anyway.....