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 89f8c25 commit 632ee34
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 9 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=1024x768,auto
gfxmode=auto,1024x768
gfxpayload=keep
fi
insmod efi_gop
Expand Down
Loading

0 comments on commit 632ee34

Please sign in to comment.