Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Fix the grub error "no symbol table" from showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Aug 12, 2013
1 parent 667321a commit 0d0ffdb
Showing 1 changed file with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,10 @@ else
# If all_video.mod isn't available load all modules available
# with versions prior to introduction of all_video.mod
cat <<EOF
if [ x\$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
EOF
fi
cat <<EOF
Expand Down

0 comments on commit 0d0ffdb

Please sign in to comment.