#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

terminal_output console
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=15
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=15
fi
play 480 440 1
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Slint Linux, with Linux 5.14.14' --class slint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.14.14-advanced-384fe084-e26d-4c8e-85db-e8d22a051d3e' {
	load_video
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt3'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 --hint='hd0,gpt3'  384fe084-e26d-4c8e-85db-e8d22a051d3e
	else
	  search --no-floppy --fs-uuid --set=root 384fe084-e26d-4c8e-85db-e8d22a051d3e
	fi
	echo	'Loading Linux 5.14.14 ...'
	linux	/boot/vmlinuz-generic-5.14.14 root=PARTUUID=c583a8b5-2bb3-43d8-9669-b851772476e4 ro  
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd-generic-5.14.14
}
menuentry 'Slint Linux, with Linux 5.13.13' --class slint --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.13.13-advanced-384fe084-e26d-4c8e-85db-e8d22a051d3e' {
	load_video
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt3'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 --hint='hd0,gpt3'  384fe084-e26d-4c8e-85db-e8d22a051d3e
	else
	  search --no-floppy --fs-uuid --set=root 384fe084-e26d-4c8e-85db-e8d22a051d3e
	fi
	echo	'Loading Linux 5.13.13 ...'
	linux	/boot/vmlinuz-generic-5.13.13 root=PARTUUID=c583a8b5-2bb3-43d8-9669-b851772476e4 ro  
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd-generic-5.13.13
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/15_ostree ###
### END /etc/grub.d/15_ostree ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (on /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-efi-1117-11D8' {
	insmod part_gpt
	insmod fat
	set root='hd1,gpt1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1 --hint='hd1,gpt1'  1117-11D8
	else
	  search --no-floppy --fs-uuid --set=root 1117-11D8
	fi
	chainloader /efi/Microsoft/Boot/bootmgfw.efi
}
	menuentry 'Debian GNU/Linux (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-18-amd64--383ab490-af65-4375-8e29-6bee9bbe1fc8' {
		insmod all_video
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 --hint='hd1,gpt3'  383ab490-af65-4375-8e29-6bee9bbe1fc8
		else
		  search --no-floppy --fs-uuid --set=root 383ab490-af65-4375-8e29-6bee9bbe1fc8
		fi
		linux /boot/vmlinuz-4.19.0-18-amd64 root=UUID=383ab490-af65-4375-8e29-6bee9bbe1fc8 ro quiet
		initrd /boot/initrd.img-4.19.0-18-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 4.19.0-18-amd64 (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-18-amd64--383ab490-af65-4375-8e29-6bee9bbe1fc8' {
		insmod all_video
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 --hint='hd1,gpt3'  383ab490-af65-4375-8e29-6bee9bbe1fc8
		else
		  search --no-floppy --fs-uuid --set=root 383ab490-af65-4375-8e29-6bee9bbe1fc8
		fi
		linux /boot/vmlinuz-4.19.0-18-amd64 root=UUID=383ab490-af65-4375-8e29-6bee9bbe1fc8 ro quiet
		initrd /boot/initrd.img-4.19.0-18-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 4.19.0-18-amd64 (recovery mode) (on /dev/sdb3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.19.0-18-amd64-root=UUID=383ab490-af65-4375-8e29-6bee9bbe1fc8 ro single-383ab490-af65-4375-8e29-6bee9bbe1fc8' {
		insmod all_video
		insmod part_gpt
		insmod ext2
		set root='hd1,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 --hint='hd1,gpt3'  383ab490-af65-4375-8e29-6bee9bbe1fc8
		else
		  search --no-floppy --fs-uuid --set=root 383ab490-af65-4375-8e29-6bee9bbe1fc8
		fi
		linux /boot/vmlinuz-4.19.0-18-amd64 root=UUID=383ab490-af65-4375-8e29-6bee9bbe1fc8 ro single
		initrd /boot/initrd.img-4.19.0-18-amd64
	}

### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
	fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg
fi
### END /etc/grub.d/41_custom ###
