
Hi,
if anyone beside me is using grub4dos to boot grml-isos, 2009.10 is different to 2009.05:you have to set heads and sectors for the mapping.
grub4dos menu.lst
# http://michael-prokop.at/blog/2009/05/25/boot-an-iso-via-grub2/ # http://www.boot-land.net/forums/index.php?showtopic=8288 title grml i2009.10 RC1 - Default boot ssh=grml toram (using 1024x768 framebuffer) find --set-root /images/grml_2009.10-rc1.iso map --heads=0 --sectors-per-track=0 /images/grml_2009.10-rc1.iso (0xff) map --hook root (0xff) kernel /boot/grml/linux26 findiso=/images/grml_2009.10-rc1.iso boot=live quiet vga=791 noeject noprompt lang=de ssh=grml toram initrd /boot/grml/initrd.gz savedefault
# http://michael-prokop.at/blog/2009/05/25/boot-an-iso-via-grub2/ title grml - Default boot ssh=grml toram (using 1024x768 framebuffer) find --set-root /images/grml_2009.05.iso map /images/grml_2009.05.iso (0xff) map --hook root (0xff) kernel /boot/grml/linux26 findiso=/images/grml_2009.05.iso boot=live quiet vga=791 noeject noprompt lang=de ssh=grml toram initrd /boot/grml/initrd.gz savedefault
regards,
Ralf