Linux – Grub entry to boot from cd rom

bootgrublinux

What would be the grub entry to boot from cd rom? (so the boot loader of the cd rom should be loaded and executed next)

Grub is installed on the hard disk and should not live on the cd rom. I want to be able to boot an existing cd rom as it is from the grub menu of the harddisk.

Best Answer

Try this tool, you copy it to your /boot folder and add an entry in the menu.lst of grub, it will list every possible boot device available including USB even if your mobo does not support it.

Read the instructions and be careful not to mess your boot sector.

Jim