#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/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
set default="0"
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
}
insmod ext2
set root='(hd31)'
if loadfont /boot/grub/unifont.pf2 ; then
  set gfxmode="1024x768x32;800x600x32;640x480x32;1024x768;800x600;640x480"
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
set locale_dir=($root)/boot/grub/locale
set lang=it
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_theme_openmamba ###
insmod png
background_image /boot/grub/openmamba-grub-1024x768.png
set menu_color_normal=white/black
set menu_color_highlight=white/green
### END /etc/grub.d/05_theme_openmamba ###

menuentry "openmamba GNU/Linux, with Linux %kernelver% (KMS mode)" --class openmamba --class gnu-linux --class gnu --class os {
        root=(hd31)
	insmod ext2
	echo	Loading Linux ...
	linux	/boot/vmlinuz root=live:LABEL=openmamba ro resume2= selinux=0 quiet splash
	echo	Loading initial ramdisk ...
	initrd	/boot/initrmfs.gz
}

menuentry "openmamba GNU/Linux, with Linux %kernelver% (VGA 1024x768 mode)" --class openmamba --class gnu-linux --class gnu --class os {
        root=(hd31)
	insmod ext2
	echo	Loading Linux ...
	linux	/boot/vmlinuz root=live:LABEL=openmamba ro resume2= selinux=0 quiet splash vga=792
	echo	Loading initial ramdisk ...
	initrd	/boot/initrmfs.gz
}

menuentry "openmamba GNU/Linux, with Linux %kernelver% (VGA 800x600 mode)" --class openmamba --class gnu-linux --class gnu --class os {
        root=(hd31)
	insmod ext2
	echo	Loading Linux ...
	linux	/boot/vmlinuz root=live:LABEL=openmamba ro resume2= selinux=0 quiet splash vga=789
	echo	Loading initial ramdisk ...
	initrd	/boot/initrmfs.gz
}

menuentry "openmamba GNU/Linux, with Linux %kernelver% (debug mode)" --class openmamba --class gnu-linux --class gnu --class os {
        root=(hd31)
	insmod ext2
	echo	Loading Linux ...
	linux	/boot/vmlinuz root=live:LABEL=openmamba ro resume2= selinux=0 rddebug
	echo	Loading initial ramdisk ...
	initrd	/boot/initrmfs.gz
}

menuentry "" {
	root=
}

menuentry "Memory test (memtest86+)" {
        root=(hd31)
	insmod ext2
	echo	Loading memtest86+ ...
	linux16	/boot/memtest.bin
}

menuentry "" {
	root=
}

menuentry "" {
	root=
}

menuentry "" {
	root=
}

menuentry "INFO: %buildinfo%" {
	root=
}