Look at /etc/lilo.conf. Actually, anytime you have a question like this, odds are the answers are in /etc because that's where most of the configuration files live. And, they're all text files, so you can tweak them in your favorite editor. I've attached my lilo.conf to give you some ideas. Don't just copy mine, though. Be sure you keep that bootable floppy handy, too, just in case. On Sun, 2 Sep 2001, Dale Alton wrote: > Hi all, > I am currently booting into Debian with a boot disk but would rather have a dual boot machine. I don't know where to go to make these changes. I have some info to make this change. I guess I need to know where to make the change for lilo to do its thing. I have gone looking for lilo but haven't found it. Oh kay I admit it I haven't looked really hard. Is this where I would tell it to boot from the hard drive and if not where would I change that? Another thing is I would like to know where I might be able to get the Linux cookbook. Thank you fore the help. > Dale > > -- Janina Sajka, Director Technology Research and Development Governmental Relations Group American Foundation for the Blind (AFB) Email: janina at afb.net Phone: (202) 408-8175 Chair, Accessibility SIG Open Electronic Book Forum (OEBF) http://www.openebook.org Will electronic books surpass print books? Read our white paper, Surpassing Gutenberg, at http://www.afb.org/ebook.asp Download a free sample Digital Talking Book edition of Martin Luther King Jr's inspiring "I Have A Dream" speech at http://www.afb.org/mlkweb.asp Learn how to make accessible software at http://www.afb.org/accessapp.asp -------------- next part -------------- boot=/dev/hda map=/boot/map install=/boot/boot.b compact prompt timeout=500 message=/boot/message lba32 default=current serial=0,9600N8 image=/boot/vmlinuz-new label = new alias = n vga=0X317 #initrd=/boot/initrd.img-new read-only root=/dev/hda1 append = "hdc=ide-scsi hde=ide-scsi" image = /boot/vmlinuz label=current alias = c vga=0X317 #initrd=/boot/initrd.img read-only root=/dev/hda1 append = "hdc=ide-scsi hde=ide-scsi" image = /boot/vmlinuz label=express alias = x vga=0X317 #initrd=/boot/initrd.img read-only root=/dev/hda1 append = "speakup_synth=dectlk hdc=ide-scsi hde=ide-scsi" image = /boot/vmlinuz label=litetalk alias = l vga=0X317 #initrd=/boot/initrd.img read-only root=/dev/hda1 append = "speakup_synth=ltlk hdc=ide-scsi hde=ide-scsi" image = /boot/vmlinuz label=bns alias = b vga=0X317 #initrd=/boot/initrd.img read-only root=/dev/hda1 append = "speakup_synth=bns hdc=ide-scsi hde=ide-scsi" image = /boot/vmlinuz-previous label=previous alias = p vga=0X317 #initrd=/boot/initrd.img-previous read-only root=/dev/hda1 append = "hdc=ide-scsi hde=ide-scsi" other=/dev/hda3 optional label=dos table = /dev/hda