Fix the 'Memtest86+ bootentry doesn't work within GRUB2' issue.
[grml-live.git] / templates / boot / grub / grub.cfg
index e9b9abd..8bb254f 100644 (file)
@@ -24,7 +24,7 @@ menuentry "%GRML_NAME% - release %VERSION% (default)" {
 }
 
 menuentry "Memory test (memtest86+)" {
-    linux   /boot/addons/memtest
+    linux16 /boot/addons/memtest
 }
 
 menuentry "Grub - all in one image" {
@@ -100,7 +100,7 @@ menuentry "%GRML_NAME% - debug mode" {
 }
 
 menuentry "%GRML_NAME% - serial mode" {
-    linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live nomce quiet vga=normal video=vesafb:off console=tty1 console=ttyS0,9600n8 
+    linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live nomce quiet vga=normal video=vesafb:off noquick console=tty1 console=ttyS0,9600n8 
     initrd /boot/%SHORT_NAME%/initrd.gz
 }