mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-21 13:41:20 +02:00
build_library/grub.cfg: Enable grub fallback behavior
With secure boot a failed shim signature check will leave us stuck in grub. Enable automatic fallback in that case.
This commit is contained in:
parent
580c181df8
commit
be652a29d5
@ -9,6 +9,9 @@ insmod all_video
|
|||||||
|
|
||||||
# Default menuentry id and boot timeout
|
# Default menuentry id and boot timeout
|
||||||
set default="flatcar"
|
set default="flatcar"
|
||||||
|
# Retry default boot entry - this will decrement the gpt tries counter and
|
||||||
|
# switch to previous entry when all attempts are exhausted.
|
||||||
|
set fallback="0 0 0"
|
||||||
set timeout=1
|
set timeout=1
|
||||||
|
|
||||||
# Default kernel args for root filesystem, console, and Flatcar.
|
# Default kernel args for root filesystem, console, and Flatcar.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user