Drop debug from bootoptions and use debug=vc only.
[grml-live.git] / templates / boot / grub / grub.cfg
index 01e9705..b3bf32c 100644 (file)
@@ -99,7 +99,7 @@ menuentry "%GRML_NAME% - failsafe mode" {
 }
 
 menuentry "%GRML_NAME% - debug mode" {
-    linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% bootfrom=removable nomce vga=791 initcall_debug verbose debug=vc
+    linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% bootfrom=removable nomce vga=791 initcall verbose debug=vc
     initrd /boot/%SHORT_NAME%/initrd.gz
 }