X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Fgrub.cfg;h=1bf5c8ebcc77629855356bc50e13e1f6a6bebe95;hp=b3bf32c2ceb203e85049349c69321826ee4f23a7;hb=74c1552c554a38871c6adadc78299b44f7af2f58;hpb=c3932cfd5462a702aa477dbd754dae5fe595ca78 diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index b3bf32c..1bf5c8e 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -104,7 +104,7 @@ menuentry "%GRML_NAME% - debug mode" { } menuentry "%GRML_NAME% - serial mode" { - linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% bootfrom=removable nomce quiet vga=normal video=vesafb:off noquick console=tty1 console=ttyS0,9600n8 + linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% bootfrom=removable nomce quiet vga=normal video=vesafb:off console=tty1 console=ttyS0,9600n8 initrd /boot/%SHORT_NAME%/initrd.gz }