Skip to content

Instantly share code, notes, and snippets.

@LTe
Created April 1, 2010 20:52
Show Gist options
  • Save LTe/352348 to your computer and use it in GitHub Desktop.
Save LTe/352348 to your computer and use it in GitHub Desktop.
#
# 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='(hd0,1)'
search --no-floppy --fs-uuid --set daf08574-ea98-4f43-9ed5-bea54dea6452
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=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
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set daf08574-ea98-4f43-9ed5-bea54dea6452
set locale_dir=($root)/boot/grub/locale
set lang=pl
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.32.8-lite" --class debian --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set daf08574-ea98-4f43-9ed5-bea54dea6452
echo Loading Linux 2.6.32.8-lite ...
linux /boot/vmlinuz-2.6.32.8-lite root=/dev/sda1 ro quiet init=/sbin/bootchartd resume=/dev/sda5 rootflags=data=writeback
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32.8-lite
}
menuentry "Debian GNU/Linux, with Linux 2.6.32.8-lite (recovery mode)" --class debian --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set daf08574-ea98-4f43-9ed5-bea54dea6452
echo Loading Linux 2.6.32.8-lite ...
linux /boot/vmlinuz-2.6.32.8-lite root=/dev/sda1 ro single
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32.8-lite
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-amd64" --class debian --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set daf08574-ea98-4f43-9ed5-bea54dea6452
echo Loading Linux 2.6.32-trunk-amd64 ...
linux /boot/vmlinuz-2.6.32-trunk-amd64 root=/dev/sda1 ro quiet init=/sbin/bootchartd resume=/dev/sda5 rootflags=data=writeback
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32-trunk-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-amd64 (recovery mode)" --class debian --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set daf08574-ea98-4f43-9ed5-bea54dea6452
echo Loading Linux 2.6.32-trunk-amd64 ...
linux /boot/vmlinuz-2.6.32-trunk-amd64 root=/dev/sda1 ro single
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32-trunk-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-3-amd64" --class debian --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set daf08574-ea98-4f43-9ed5-bea54dea6452
echo Loading Linux 2.6.32-3-amd64 ...
linux /boot/vmlinuz-2.6.32-3-amd64 root=/dev/sda1 ro quiet init=/sbin/bootchartd resume=/dev/sda5 rootflags=data=writeback
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32-3-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-3-amd64 (recovery mode)" --class debian --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set daf08574-ea98-4f43-9ed5-bea54dea6452
echo Loading Linux 2.6.32-3-amd64 ...
linux /boot/vmlinuz-2.6.32-3-amd64 root=/dev/sda1 ro single
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32-3-amd64
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_otheros ###
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda4
menuentry "Windows Vista (loader)" {
set root=(hd0,4)
search --no-floppy --fs-uuid --set d0be8b04be8ae278
chainloader +1
}
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda6.
menuentry " (on /dev/sda6)" {
set root=(hd0,6)
search --no-floppy --fs-uuid --set cd60ea93-1fcc-47ab-aa10-b9eb13ed255e
linux /boot/vmlinuz26 root=/dev/sda6
}
### END /etc/grub.d/30_otheros ###
### 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 ###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment