title Live # syslinux label live kernel /live/vmlinuz boot=live config quiet initrd /live/initrd.img title Live (failsafe) # syslinux label livefailsafe kernel /live/vmlinuz boot=live config noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal initrd /live/initrd.img title Live 686 # syslinux label live-686 kernel /live/vmlinuz2 boot=live config quiet initrd /live/initrd2.img title Live 686 (failsafe) # syslinux label live-686failsafe kernel /live/vmlinuz2 boot=live config noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal initrd /live/initrd2.img title Text Install # syslinux label install kernel /install/vmlinuz vga=normal quiet initrd /install/initrd.gz title Text Expert # syslinux label expert kernel /install/vmlinuz priority=low vga=normal initrd /install/initrd.gz title Text Rescue # syslinux label rescue kernel /install/vmlinuz rescue/enable=true vga=normal quiet initrd /install/initrd.gz title Text Auto # syslinux label auto kernel /install/vmlinuz auto=true priority=critical vga=normal quiet initrd /install/initrd.gz title GUI Install # syslinux label installgui kernel /install/gtk/vmlinuz video=vesa:ywrap,mtrr vga=788 quiet initrd /install/gtk/initrd.gz title GUI Expert # syslinux label expertgui kernel /install/gtk/vmlinuz priority=low video=vesa:ywrap,mtrr vga=788 initrd /install/gtk/initrd.gz title GUI Rescue # syslinux label rescuegui kernel /install/gtk/vmlinuz rescue/enable=true video=vesa:ywrap,mtrr vga=788 quiet initrd /install/gtk/initrd.gz title GUI Auto # syslinux label autogui kernel /install/gtk/vmlinuz auto=true priority=critical video=vesa:ywrap,mtrr vga=788 quiet initrd /install/gtk/initrd.gz title Memory test # syslinux label memtest kernel /live/memtest #label floppy # localboot 0x00 #label disk1 # localboot 0x80 #label disk2 # localboot 0x81 #label nextboot # localboot -1