On 12/21/2011 06:38 AM, afuentes wrote:
On Wed, 2011-12-21 at 05:53 -0500, Wayne Topa wrote:Can you show us what the /etc/default/grub-imageboot file looks like.with pleasure :) cat /etc/default/grub-imageboot # Where to find the iso/floppy images IMAGES="IMAGES="/home/afuentes/qindel/isos"
I tried that too and it does not work. Why, because you are booting the iso NOT your (squeeze/wheezy/sid) the .iso file does not know about your home directory. You have to put the iso file in /boot/images/ for it to work.
This does work to boot iso's I no longer have floppies so don't know about the #IMAGEOPTS="rawimg" entry.
IMAGES="/boot/images" #IMAGEOPTS="rawimg" ISOOPTS="iso"
# You can override the boot options for iso/floppy images here # see http://syslinux.zytor.com/wiki/index.php/MEMDISK for details #IMAGEOPTS="rawimg" #ISOOPTS="iso"