diff options
Diffstat (limited to 'helpers/binary_grub2')
-rwxr-xr-x | helpers/binary_grub2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/binary_grub2 b/helpers/binary_grub2 index 2afae22..7fa8f3a 100755 --- a/helpers/binary_grub2 +++ b/helpers/binary_grub2 @@ -188,7 +188,7 @@ fi LH_BOOTAPPEND_LIVE="$(echo ${LH_BOOTAPPEND_LIVE} | sed -e 's| ||')" # Parameters are listed at: linux/Documentation/kernel-parameters.txt -FAILSAFE="noapic noapm nodma nomce nolapic nosmp vga=normal" +FAILSAFE="noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal" # Assembling kernel configuration |