the wiki page link you gave me says this:
Quote:
ISO images
For ISO images, the parameter 'iso' must be passed to MEMDISK.
LABEL hdt_iso
LINUX memdisk
INITRD hdt.iso
APPEND iso
Sometimes
APPEND iso raw
is the better "APPEND" option. For example, some Windows ISO's need the 'raw' option on some PCs.
does that refer to what goes on the menu? or somewhere else? because my menu isn't quite the same. that says LINUX but mine says KERNEL:
Quote:
MENU INCLUDE /menus/defaults.cfg
LABEL back
MENU LABEL ..
KERNEL menu.c32
APPEND /menus/main.cfg
LABEL bootimg
MENU LABEL Your own boot image here
KERNEL memdisk
APPEND initrd=/custom/boot.img
LABEL hdshred_img
MENU LABEL hd shredder 3.6.4 free
KERNEL memdisk
APPEND initrd=/images/hdshred.img
LABEL gbyte_xr2
MENU LABEL gigabyte xpress recovery 2
KERNEL memdisk
APPEND initrd=/images/xr2.iso
I don't want to simply substitute LINUX for KERNEL in what might be the wrong place and cause a meltdown!

if that
is the right answer, then would it look like this?
Quote:
LABEL gbyte_xr2
MENU LABEL gigabyte xpress recovery 2
LINUX memdisk
INITRD /images/xr2.iso
APPEND iso