I used instructions from PenDriveLinux.com to create a multiple-boot USB drive with some ISO images on it. I used Xubuntu 10.10 Desktop image and a Linux Mint 9 XFCE image. I was able to boot either of the two operating systems. Each one booted directly to the desktop however.
If I boot *Ubuntu from an ISO image which has been "burned" to a CD or a USB, I am presented with a menu prompting me to install or try the OS, test memory, etc.
Why does booting from the ISO go directly to the desktop, whereas the other method presents the OS menu first?
Update
menuentry "Ubuntu 10.10 Desktop ISO" {
loopback loop /ubuntu.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/ubuntu.iso noeject noprompt splash --
initrd (loop)/casper/initrd.lz
}