set menu_color_normal=white/black set menu_color_highlight=white/blue set gfxmode=640x480 terminal_output console if [ x$feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=10 # Fallback normal timeout code in case the timeout_style feature is # unavailable. else set timeout=10 fi play 480 262 1 330 1 392 1 523 1 menuentry 'Boot Slint on ROOT_DEVICE' { echo "Starting Slint. Please wait..." linux /vmlinuz root=ROOT_DEVICE vga=normal ro } # Detect installed operating system and allow booting them from GRUB: menuentry "Detect/boot any installed operating system" { configfile "/EFI/BOOT/osdetect.cfg" }