LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Grub boot from CD (https://www.linuxquestions.org/questions/linux-software-2/grub-boot-from-cd-186096/)

RJDavison 05-26-2004 11:38 AM

Grub boot from CD
 
Is it possible to configure Grub to boot from a CD. I'm doing this to try and stop having to change the bios every time I want to use Knoppix. An exaple would help alot.

drigz 05-26-2004 11:56 AM

i dont use grub or knoppix, so this isnt very explicatory, and may not work at all, but you could try:
Code:

title Boot from CD
root (hd1,0) # or whatever hd* you want
kernel /location/of/kernel/on/knoppix/disk root=/whatever/knoppix/sets/root/partition/to

i would advise you to try inserting your knoppix cd, then going into the grub boot prompt and trying to boot to the cd from there. that would be much safer, and you could experiment more easily.


All times are GMT -5. The time now is 06:27 PM.