X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Fgrub.cfg;h=c2255118db87eacb0aaff8dfccd49417533f138e;hp=e9b9abd10c9906a50870c9274b5af83a911a70cd;hb=f4df7b052074c426861a7d9fe0a51bb1105bd7c9;hpb=7ed0fb224410c8cbca27e0fdb29c974f68d0563f diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index e9b9abd..c225511 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -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 }