Skip to content

Commit

Permalink
Update 940_grub2_rescue.sh
Browse files Browse the repository at this point in the history
In the GRUB2 configuration file that is created by output/default/940_grub2_rescue.sh
do no longer "insmod" the GRUB2 modules efi_gop efi_uga video_bochs video_cirrus
to create this GRUB2 configuration file like the create_grub2_cfg function does it
cf. 0cc1b6a
and 2470edf
  • Loading branch information
jsmeix committed May 4, 2021
1 parent 57a6d4e commit 3eb8f05
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions usr/share/rear/output/default/940_grub2_rescue.sh
Expand Up @@ -151,11 +151,9 @@ if is_true $USING_UEFI_BOOTLOADER ; then

# Create configuration file for 'Relax-and-Recover' UEFI boot entry.
# This file will not interact with existing Grub2 configuration in any way.
# Regarding "insmod" of GRUB2 modules see what the create_grub2_cfg function does
# cf. https://github.com/rear/rear/pull/2609#issuecomment-831883795
( echo "set btrfs_relative_path=y"
echo "insmod efi_gop"
echo "insmod efi_uga"
echo "insmod video_bochs"
echo "insmod video_cirrus"
echo "insmod all_video"
echo ""
echo "set gfxpayload=keep"
Expand Down

0 comments on commit 3eb8f05

Please sign in to comment.