submenu "GParted Live 0.26.1" {
	isofile=/GParted/gparted-live-0.26.1-5-i686.iso
	export isofile
	loopback loop $isofile

	menuentry "GParted Live (Default settings)" {
		linux (loop)/live/vmlinuz findiso=$isofile boot=live union=overlay username=user config components quiet noswap noeject ip= net.ifnames=0 nosplash
		initrd (loop)/live/initrd.img
	}

	menuentry "GParted Live (Default settings, KMS)" {
		linux (loop)/live/vmlinuz findiso=$isofile boot=live union=overlay username=user config components quiet noswap noeject vga=791 ip= net.ifnames=0 nosplash
		initrd (loop)/live/initrd.img
	}

	menuentry "GParted Live (To RAM. Boot media can be removed later)" {
		linux (loop)/live/vmlinuz findiso=$isofile boot=live union=overlay username=user config components quiet noswap noeject toram=filesystem.squashfs ip= net.ifnames=0 nosplash
		initrd (loop)/live/initrd.img
	}

	menuentry "GParted Live (Safe graphic settings, vga=normal)" {
		linux (loop)/live/vmlinuz findiso=$isofile boot=live union=overlay username=user config components quiet noswap noeject ip= net.ifnames=0 nomodeset vga=normal nosplash
		initrd (loop)/live/initrd.img
	}

	menuentry "GParted Live (Failsafe mode)" {
		linux (loop)/live/vmlinuz findiso=$isofile boot=live union=overlay username=user config components quiet noswap noeject acpi=off irqpoll noapic noapm nodma nomce nolapic nosmp ip= net.ifnames=0 nomodeset vga=normal nosplash
		initrd (loop)/live/initrd.img
	}
}
