# /etc/grub.d/40_custom exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry "ubuntu-11.10-desktop-amd64.iso" { set isofile="/archives/ubuntu-11.10-desktop-amd64.iso" loopback loop (hd0,7)$isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile quiet noeject noprompt splash -- initrd (loop)/casper/initrd.lz }