X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Fgrub.cfg;h=8bb254f674a9a01340bd77c54e5f0d57212b3dc2;hb=0c97db3b8040bfbcdaf2af2c7a76361f8f8a4bcd;hp=e9b9abd10c9906a50870c9274b5af83a911a70cd;hpb=5d4e1082513f79687d537e47d6ada9c57bff25d2;p=grml-live.git diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index e9b9abd..8bb254f 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -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 }