summaryrefslogtreecommitdiffstats
path: root/config/includes.binary/boot/grub/loopback.cfg
blob: 18ad692df68583b7e927453838835420605db689 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
menuentry "Live" {
	linux	/live/vmlinuz  boot=live noconfig=sudo username=xubuntu hostname=xubuntu iso-scan/filename=${iso_path} --
	initrd	/live/initrd.img
}
menuentry "Live (Failsafe)" {
	linux	/live/vmlinuz  boot=live config memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal iso-scan/filename=${iso_path} --
	initrd	/live/initrd.img
}
menuentry "Install" {
	linux	/install/vmlinuz  vga=788 iso-scan/filename=${iso_path} quiet --
	initrd	/install/initrd.gz
}
menuentry "Graphical Install" {
	linux	/install/gtk/vmlinuz  video=vesa:ywrap,mtrr vga=788 iso-scan/filename=${iso_path} quiet --
	initrd	/install/gtk/initrd.gz
}
menuentry "Test memory" {
	linux	/live/memtest
}