[boot,remaster] always insmod part_gpt when using UEFI GRUB2 boot loader

This commit is contained in:
Fabio Erculiani
2012-12-25 15:51:12 +01:00
parent cfa6519da6
commit e16b4550ee
6 changed files with 10 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ if [ x$modeset_opt = x ]; then
export modeset_opt
fi
insmod part_gpt
menuentry "Start Sabayon __VERSION__ SpinBase" {
set gfxpayload=keep
+2
View File
@@ -35,6 +35,8 @@ if [ x$modeset_opt = x ]; then
export modeset_opt
fi
insmod part_gpt
menuentry "Start Sabayon __VERSION__ HardenedServer" {
set gfxpayload=keep
echo "Starting $chosen"
+2
View File
@@ -35,6 +35,8 @@ if [ x$modeset_opt = x ]; then
export modeset_opt
fi
insmod part_gpt
menuentry "Start Sabayon __VERSION__ x86_64 __FLAVOUR__" {
set gfxpayload=keep
echo "Starting $chosen"
+1
View File
@@ -35,6 +35,7 @@ if [ x$modeset_opt = x ]; then
export modeset_opt
fi
insmod part_gpt
menuentry "Start Sabayon __VERSION__ __FLAVOUR__" {
set gfxpayload=keep
+2
View File
@@ -35,6 +35,8 @@ if [ x$modeset_opt = x ]; then
export modeset_opt
fi
insmod part_gpt
menuentry "Start Sabayon __VERSION__ ServerBase" {
set gfxpayload=keep
echo "Starting $chosen"
+2
View File
@@ -35,6 +35,8 @@ if [ x$modeset_opt = x ]; then
export modeset_opt
fi
insmod part_gpt
menuentry "Start Sabayon __VERSION__ __FLAVOUR__" {
set gfxpayload=keep
echo "Starting $chosen"