grub-efi.cfg 120 B

123456
  1. set default="0"
  2. set timeout="5"
  3. menuentry "Buildroot" {
  4. linux /bzImage root=PARTUUID=UUID_TMP rootwait console=tty1
  5. }