set timeout=5 set default=bbr/bsa set timeout=5 set fallback=0 set debug="loader,mm" set term="vt100" set timeout="5" menuentry 'Linux Buildroot' { linux /Image rootwait verbose debug crashkernel=256M initrd /ramdisk-buildroot.img } menuentry 'bbr/bsa' { chainloader /EFI/BOOT/Shell.efi } menuentry 'SCT for Security Interface Extension (optional)' { chainloader /EFI/BOOT/Shell.efi -nostartup sie_startup.nsh } menuentry 'Linux Boot for Security Interface Extension (optional)' { linux /Image rootwait verbose debug secureboot initrd /ramdisk-buildroot.img }