aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-platform-debian/grub/grub.cfg.in
blob: 190f281447661d1d4d3919ee98c1b706ca1f60d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set default=0
set timeout=1
set console_uart="CONSOLE_UART"

menuentry 'Debian GNU/Linux (eMMC)' {
    linux /boot/KERNEL console=tty0 console=${console_uart} root=/dev/disk/by-label/rootfs rootwait rw efi=noruntime
    initrd /boot/INITRD
    devicetree /boot/dtbs/DEVICE_TREE
}

menuentry 'Fastboot' {
    search.fs_label boot boot_part
    chainloader ($boot_part)/EFI/BOOT/fastboot.efi
}