#2390 PR merged
: No longer load video_bochs and video_cirrus by the create_grub2_cfg function¶
Labels: bug
, fixed / solved / done
jsmeix opened issue at 2020-05-07 14:40:¶
-
Type: Bug Fix
-
Impact: High
-
Reference to related issue (URL):
https://github.com/rear/rear/issues/2388 -
How was this pull request tested?
the change in this pull request was tested by the affected user, see
https://github.com/rear/rear/issues/2388#issuecomment-625147460 -
Brief description of the changes in this pull request:
In the create_grub2_cfg
function in
usr/share/rear/lib/bootloader-functions.sh
that is used in case of UEFI to set up GRUB2 as bootloader for the
recovery system
do no longer let GRUB2 load the modules video_bochs
and
video_cirrus
because those are not available as GRUB2 modules in case of UEFI
(x86_64-efi
)
and the generic insmod all_video
that is still there should be
sufficient for GRUB2
cf.
https://github.com/rear/rear/issues/2388#issuecomment-625105141
jsmeix commented at 2020-05-07 14:44:¶
When there are no objections
I would like to merge it tomorrow evening.
[Export of Github issue for rear/rear.]