[boot,remaster] always insmod part_gpt when using UEFI GRUB2 boot loader
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user