X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Fgrub.cfg;h=5e99e37016a1efe61f801a6dc9516eca0978b68c;hp=da9c6b4066c1f3c1c9b4904f8fbd7d339503e2d9;hb=594972d1dabb25a7162309752e5a6e42380eeab8;hpb=e4296db4556874420af8a79f504ae2e8a1e07ce8 diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index da9c6b4..5e99e37 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -117,6 +117,12 @@ menuentry "%GRML_NAME% - disable framebuffer" { initrd /boot/%SHORT_NAME%/initrd.gz } +menuentry "%GRML_NAME% - disable Kernel Mode-Setting" { + set gfxpayload=text + linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% nomce "${loopback}" "${kernelopts}" quietradeon.modeset=0 i915.modeset=0 nouveau.modeset=0 nomodeset + initrd /boot/%SHORT_NAME%/initrd.gz +} + menuentry "%GRML_NAME% - forensic mode" { set gfxpayload=1024x768 linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% nomce "${loopback}" "${kernelopts}" readonly quiet nofstab noraid nolvm noautoconfig noswap raid=noautodetect