set default=0 set timeout=30 menuentry "MirGRML 2009.10 - default: text only" { set gfxpayload=text linux /boot/grmlmir/linux26 apm=power-off video=ofonly boot=live nomce initrd /boot/grmlmir/initrd.gz } menuentry "MirOS BSD (i386) boot loader" { multiboot /usr/mdec/boot } menuentry "MirOS BSD (i386) fallback method" { multiboot /usr/mdec/boot module /boot/grub/loopback.0 boot.cfg module /v10/i386/bsd.rd bsd } menuentry "Memory test (memtest86+)" { linux16 /boot/addons/memtest } menuentry "Network boot (gPXE)" { linux16 /boot/addons/gpxe.lkr } menuentry "FreeDOS (Balder 1.0 + jupp)" { linux16 /boot/addons/memdisk initrd16 /boot/addons/balder10.imz } menuentry "MirGRML 2009.10 - enable persistent mode" { set gfxpayload=text linux /boot/grmlmir/linux26 apm=power-off video=ofonly boot=live nomce persistent initrd /boot/grmlmir/initrd.gz } menuentry "MirGRML 2009.10 - serial console" { set gfxpayload=text linux /boot/grmlmir/linux26 apm=power-off boot=live nomce video=vesafb:off noquick console=tty1 console=ttyS0,9600n8 initrd /boot/grmlmir/initrd.gz } menuentry "MirGRML 2009.10 - with 1024x768 framebuffer" { insmod vbe set gfxpayload=1024x768x16,1024x768 linux /boot/grmlmir/linux26 apm=power-off boot=live nomce initrd /boot/grmlmir/initrd.gz } menuentry "MirGRML 2009.10 - with 1280x1024 framebuffer" { insmod vbe set gfxpayload=1280x1024x16,1280x1024 linux /boot/grmlmir/linux26 apm=power-off boot=live nomce initrd /boot/grmlmir/initrd.gz } menuentry "MirGRML 2009.10 - with 800x600 framebuffer" { insmod vbe set gfxpayload=800x600x16,800x600 linux /boot/grmlmir/linux26 apm=power-off boot=live nomce initrd /boot/grmlmir/initrd.gz } menuentry "MirGRML 2009.10 - failsafe boot" { set gfxpayload=text linux /boot/grmlmir/linux26 apm=power-off boot=live nomce boot=live noautoconfig atapicd noapic noacpi acpi=off nomodules nofirewire noudev nousb nohotplug noapm nopcmcia nosmp maxcpus=0 noscsi noagp nodma ide=nodma noswap nofstab nosound nogpm nosyslog nodhcp nocpu nodisc nomodem xmodule=vesa noraid nolvm noresume selinux=0 edd=off initrd /boot/grmlmir/initrd.gz } menuentry "MirGRML 2009.10 - debug mode" { set gfxpayload=text linux /boot/grmlmir/linux26 apm=power-off boot=live nomce video=ofonly debug boot=live initcall_debug initrd /boot/grmlmir/initrd.gz } menuentry "MirGRML 2009.10 - copy squashfs to RAM" { set gfxpayload=text linux /boot/grmlmir/linux26 toram=grml-mir.squashfs apm=power-off video=ofonly boot=live nomce initrd /boot/grmlmir/initrd.gz } menuentry "MirGRML 2009.10 - copy entire CD to RAM" { set gfxpayload=text linux /boot/grmlmir/linux26 toram apm=power-off video=ofonly boot=live nomce initrd /boot/grmlmir/initrd.gz } menuentry "MirGRML 2009.10 - forensic mode (untested)" { set gfxpayload=text linux /boot/grmlmir/linux26 apm=power-off boot=live nomce video=ofonly readonly nofstab noraid nolvm noautoconfig noswap raid=noautodetect initrd /boot/grmlmir/initrd.gz }