diff --git a/root/target/linux/x86/image/grub-efi.cfg b/root/target/linux/x86/image/grub-efi.cfg new file mode 100644 index 00000000..bbb31f77 --- /dev/null +++ b/root/target/linux/x86/image/grub-efi.cfg @@ -0,0 +1,13 @@ +@SERIAL_CONFIG@ +@TERMINAL_CONFIG@ + +set default="0" +set timeout="@TIMEOUT@" +search -l kernel -s root + +menuentry "@TITLE@" { + linux /boot/vmlinuz @GPT_ROOTPART@ @CMDLINE@ noinitrd +} +menuentry "@TITLE@ (failsafe)" { + linux /boot/vmlinuz failsafe=true @GPT_ROOTPART@ @CMDLINE@ noinitrd +}