grub-efi.cfg 284 B

12345678910111213
  1. @SERIAL_CONFIG@
  2. @TERMINAL_CONFIG@
  3. set default="0"
  4. set timeout="@TIMEOUT@"
  5. search -l kernel -s root
  6. menuentry "@TITLE@" {
  7. linux /boot/vmlinuz @GPT_ROOTPART@ @CMDLINE@ noinitrd
  8. }
  9. menuentry "@TITLE@ (failsafe)" {
  10. linux /boot/vmlinuz failsafe=true @GPT_ROOTPART@ @CMDLINE@ noinitrd
  11. }