submenu "ElementaryOS 0.4" {
	set isofile=/ElementaryOS/elementaryos-0.4-stable-amd64.20160909.iso
	loopback loop $isofile

	menuentry "Try elementary OS without installing" {
		linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noeject quiet splash --
		initrd (loop)/casper/initrd.lz 
	}

	menuentry "Install elementary OS" {
		linux (loop)/casper/vmlinuz boot=casper only-ubiquity iso-scan/filename=$isofile noeject quiet splash --
		initrd (loop)/casper/initrd.lz 
	}
}
