summaryrefslogtreecommitdiffstats
path: root/resources/grub
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-01-22 21:41:37 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-01-22 21:41:37 (EST)
commit1ca22162c399831362a96235105a290cbe26c7ac (patch)
treeb18736175de1b16ca0c4bf74e8e0a87cc7f59e57 /resources/grub
parente81d95efa1f87c48cf59cd1dae33062231db1cb4 (diff)
downloadlibreboot-1ca22162c399831362a96235105a290cbe26c7ac.zip
libreboot-1ca22162c399831362a96235105a290cbe26c7ac.tar.gz
libreboot-1ca22162c399831362a96235105a290cbe26c7ac.tar.bz2
grub.cfg: Search menuentry now explicity loads part_gpt
Diffstat (limited to 'resources/grub')
-rw-r--r--resources/grub/config/menuentries/common.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg
index a375315..0c94947 100644
--- a/resources/grub/config/menuentries/common.cfg
+++ b/resources/grub/config/menuentries/common.cfg
@@ -56,6 +56,7 @@ menuentry 'Search for GRUB configuration on internal storage' {
insmod regexp
insmod ahci
insmod part_msdos
+ insmod part_gpt
for x in (ahci0,*) ; do
if [ -f "$x/grub/grub.cfg" ] ; then
submenu "Load Config from $x" $x {