desk_mod
(usa Debian)
Enviado em 14/12/2010 - 14:01h
kra nem chega a pedir onde eu quero instalar, ele somente da o erro, antes memo da pergunta, o mesmo ta acontecenu com o lilo, talvez seja problema na configuraçao do grub, nunca configurei ele, talvez esteja errado, da uma olhada no arquivo intero
#
# 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_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
}
set menu_color_normal=white/black
set menu_color_highlight=yellow/black
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b9da999f-4ab8-41f1-af5e-e4e0e1cae28b
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=1024x768
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
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b9da999f-4ab8-41f1-af5e-e4e0e1cae28b
insmod tga
background_image ($root)/boot/archbang.tga
fi
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b9da999f-4ab8-41f1-af5e-e4e0e1cae28b
set locale_dir=($root)/boot/grub/locale
set lang=pt
insmod gettext
set timeout=15
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Arch Linux, with Linux vmlinuz26" --class archlinux --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b9da999f-4ab8-41f1-af5e-e4e0e1cae28b
echo Loading Linux vmlinuz26 ...
linux /boot/vmlinuz26 root=/dev/disk/by-uuid/b9da999f-4ab8-41f1-af5e-e4e0e1cae28b ro quiet splash
echo Loading initial ramdisk ...
initrd /boot/kernel26.img
}
menuentry "Debian Linux" --class debianlinux --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 4ccaff95d490-453a-9dc4-47c3782aa5c4
echo Loading Linux vmlinuz-2.6.32-5-686
linux /boot/vmlinuz-2.6.32-5-686 root=/dev/disk/by-uuid/4ccaff95-d490-453a-9dc4-47c3782aa5c4 ro quiet splash
echo Loading initial ramdisk ...
intrid /boot/initrd.img-2.6.32-5-686
}
menuentry "Arch Linux, with Linux vmlinuz26 Fallback" --class archlinux --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b9da999f-4ab8-41f1-af5e-e4e0e1cae28b
echo Loading Linux vmlinuz26 ...Loading Linux Fallback ...
linux /boot/vmlinuz26 root=/dev/disk/by-uuid/b9da999f-4ab8-41f1-af5e-e4e0e1cae28b ro quiet splash
echo Loading initial ramdisk ...
initrd /boot/kernel26-fallback.img
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### 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.
##windows
menuentry "Windows" {
insmod ntfs
set root='(hd0,1)'
chainloader +1
makeactive
}
### END /etc/grub.d/40_custom ###