Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
its possible to add this option in GRUB but it creates problems in a few machines coz GRUB's functions depends on BIOS too.
first of all, set first boot device to CD Drive in BIOS. dont insert any CD in CD Drive and power on machine. does it ask for CD or transfer control to Second Boot device (Harddisk) ?
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein New Users:Read This First
in that case, you dont need to add an entry for CD in GRUB. insert any CD, Machine will check if its bootable or not. if its not, machine will pass control to Second Boot Device and if CD is bootable, machine will boot from it.
anyways, you can add this code in menu.lst
Code:
title Boot from CD
chainloader (hd2)+1
add this code in /boot/grub/device.map file
Code:
(hd2) /dev/hdc
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein New Users:Read This First
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it. subscribe
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe