From cd7964f3bdbe2d1a1fb2c0563b04f49e824d9321 Mon Sep 17 00:00:00 2001 From: Mexit <25229673+Mexit@users.noreply.github.com> Date: Mon, 15 Aug 2022 20:32:42 +0200 Subject: [PATCH] grub.config: updated modules --- config/grub.config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/grub.config b/config/grub.config index bedadb4..d0ed10d 100644 --- a/config/grub.config +++ b/config/grub.config @@ -4,12 +4,11 @@ # Load modules insmod fat insmod ntfs -insmod regexp -insmod all_video -insmod font -insmod png +insmod udf insmod part_msdos insmod part_gpt +insmod regexp +insmod font if [ "${grub_platform}" == "efi" ]; then # Unload modules @@ -37,8 +36,10 @@ if loadfont (*,gpt2)/grub*/fonts/unicode.pf2 ; then set gfxmode="1280x800;1280x720;1024x768;auto" set gfxpayload="3200x1800;2560x1440;2160x1440;1920x1080;1600x1200;1600x1050;1600x900;1440x900;1366x768;1280x1024;1280x800;1280x720;1024x768;auto" fi + insmod all_video insmod gfxterm insmod gfxmenu + insmod png export gfxmode gfxpayload terminal_output gfxterm fi