Skip to content

Commit

Permalink
Try fix grub
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 13, 2023
1 parent 74af56f commit a1b12a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if [ -z "${loaded}" ]; then
if [ "${disable_gfxterm}" != "true" ]; then
if loadfont /boot/grub/unicode.pf2 ; then
if [ -z "$gfxmode" ] ; then
gfxmode=auto,1024x768
gfxmode=1024x768,auto
gfxpayload=keep
fi
insmod efi_gop
Expand Down
Loading

0 comments on commit a1b12a5

Please sign in to comment.