vitorioluis
(usa Debian)
Enviado em 31/01/2011 - 16:23h
o aptitude atualizou para o grub 1.96 /boot/grub/grub.cfg o caminho da lista de sistema.
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,3)
search --fs-uuid --set 10636aa6-cf7a-484b-aa52-67d9a0cf3b36
if font /usr/share/grub/ascii.pff ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
terminal gfxterm
fi
### 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_hurd ###
### END /etc/grub.d/10_hurd ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.26-2-xen-amd64" {
set root=(hd0,2)
search --fs-uuid --set d929cad7-ba46-4e8e-8bf9-8f1d0201b2f7
kernel /boot/xen-3.2-1-amd64.gz
linux /vmlinuz-2.6.26-2-xen-amd64 root=UUID=10636aa6-cf7a-484b-aa52-67d9a0cf3b36 ro
initrd /initrd.img-2.6.26-2-xen-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.26-2-xen-amd64 (single-user mode)" {
set root=(hd0,2)
search --fs-uuid --set d929cad7-ba46-4e8e-8bf9-8f1d0201b2f7
linux /vmlinuz-2.6.26-2-xen-amd64 root=UUID=10636aa6-cf7a-484b-aa52-67d9a0cf3b36 ro single
initrd /initrd.img-2.6.26-2-xen-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.26-2-amd64" {
set root=(hd0,2)
search --fs-uuid --set d929cad7-ba46-4e8e-8bf9-8f1d0201b2f7
linux /vmlinuz-2.6.26-2-amd64 root=UUID=10636aa6-cf7a-484b-aa52-67d9a0cf3b36 ro
initrd /initrd.img-2.6.26-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.26-2-amd64 (single-user mode)" {
set root=(hd0,2)
search --fs-uuid --set d929cad7-ba46-4e8e-8bf9-8f1d0201b2f7
linux /vmlinuz-2.6.26-2-amd64 root=UUID=10636aa6-cf7a-484b-aa52-67d9a0cf3b36 ro single
initrd /initrd.img-2.6.26-2-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/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###