Moderator: Moderators
# nano /boot/grub/grub.cfg#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_fonts ###
### END /etc/grub.d/00_fonts ###
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="2"
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,6)'
search --no-floppy --fs-uuid --set 5ad17a44-49f9-4e99-b2e2-c22a1f2df949
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=1024x768
# vga= is deprecated, grub2 handles this just fine
# making grub2 res == linux fb res
set gfxpayload=keep
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,3)'
search --no-floppy --fs-uuid --set 5b3a44fb-8361-499c-8b84-8f74d88fba55
set locale_dir=($root)/grub/locale
set lang=es
insmod gettext
if sleep --interruptible 0 ; then
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_distro_theme ###
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 5b3a44fb-8361-499c-8b84-8f74d88fba55
insmod png
if background_image /grub/default-splash.png ; then
set color_normal=white/black
set color_highlight=magenta/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_distro_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Sabayon GNU/Linux, with Linux x86-2.6.34-sabayon" --class sabayon --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 5b3a44fb-8361-499c-8b84-8f74d88fba55
echo Loading Linux x86-2.6.34-sabayon ...
linux /kernel-genkernel-x86-2.6.34-sabayon ro init=/linuxrc splash=silent,theme:sabayon vga=791 console=tty1 quiet doslowusb scandelay=10 resume=swap:UUID=a9f867f8-fb47-4370-bfa1-e04651e7375a real_resume=UUID=a9f867f8-fb47-4370-bfa1-e04651e7375a root=/dev/ram0 ramdisk=8192 real_root=UUID=5ad17a44-49f9-4e99-b2e2-c22a1f2df949 docrypt
echo Loading initial ramdisk ...
initrd /initramfs-genkernel-x86-2.6.34-sabayon
}
menuentry "Sabayon GNU/Linux, with Linux x86-2.6.34-sabayon (recovery mode)" --class sabayon --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 5b3a44fb-8361-499c-8b84-8f74d88fba55
echo Loading Linux x86-2.6.34-sabayon ...
linux /kernel-genkernel-x86-2.6.34-sabayon ro single init=/linuxrc splash=silent,theme:sabayon vga=791 console=tty1 quiet doslowusb scandelay=10 resume=swap:UUID=a9f867f8-fb47-4370-bfa1-e04651e7375a real_resume=UUID=a9f867f8-fb47-4370-bfa1-e04651e7375a root=/dev/ram0 ramdisk=8192 real_root=UUID=5ad17a44-49f9-4e99-b2e2-c22a1f2df949 docrypt
echo Loading initial ramdisk ...
initrd /initramfs-genkernel-x86-2.6.34-sabayon
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 980cfb3d0cfb14ca
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### 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/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 980cfb3d0cfb14ca
chainloader +1
}
### END /etc/grub.d/30_os-prober ###Users browsing this forum: No registered users and 1 guest