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 # No grub module for f2fs? menuentry 'Boot Slint on ROOT_DEVICE' { echo "Starting Slint. Please wait..." insmod part_gpt insmod part_msdos insmod btrfs insmod ext2 insmod jfs insmod reiserfs insmod xfs search --fs-uuid --set=root uuid2 linux /boot/vmlinuz root=UUID=uuid2 vga=normal ro initrd /boot/initrd.gz } # Detect installed operating system and allow booting them from GRUB: menuentry "Detect/boot any installed operating system" { configfile "/EFI/BOOT/osdetect.cfg" }