From: Michael Prokop Date: Thu, 22 Nov 2018 23:12:27 +0000 (+0100) Subject: GRUB: drop `insmod vbe` X-Git-Tag: v0.33.0~5 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=05a5a702275822ac459d1327e1204814764e5ca7;hp=05a5a702275822ac459d1327e1204814764e5ca7;ds=sidebyside GRUB: drop `insmod vbe` When booting in EFI mode this error message is visible for a very short period of time: | error: file `/boot/grub/x86_64-efi/vbe.mod' not found This is annoying, especially because it's hard to read and identify. It's for sure not relevant within Secure Boot mode, as it's forbidden there. Let's also disable it by default for Non-Secure-Boot-mode, if it's relevant for anyone or on specific systems we'll find out. ---