How can I boot from .iso images stored on the harddrive ?
- by user29701
I want to put a .iso file of a bootable linux CD on the harddrive of my computer. I want to have it boot using grub (or lilo), and have it boot from the .iso file as if the .iso was a real CD in the CDROM drive.
Here is a page that makes reference to doing this, but instead of a .iso file it is a .img file of a floppy or a whole harddisk installation:
http://grub4dos.sourceforge.net/wiki/index.php/Grub4dos%5Ftutorial
That page makes reference to "cdrom emulation is not supported", but I don't know if it is not supported in grub, or if what want to do is completely impossible.
Apparently Epidemic Linux (and maybe Knoppix ?) have a "bootfrom" parameter:
"Using the parameter “bootfrom=/partition/path” you can start Epidemic from an ISO image located anywhere on the HD without having to create a DVD. This is very handy for testing the system."
(From www.epidemiclinux.org/ )
Drew
P.S. I am NOT interested in installing the CD on the harddrive. If I could have a dozen .iso's on the harddrive, I would like to be able to select them from grub and boot each of them.