problemas del grub que no muestra las entradas de windows

View: New views
3 Messages — Rating Filter:   Alert me  

problemas del grub que no muestra las entradas de windows

by Mauricio Zapata :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hola comunidad quisiera que me ayudaran con informacion de como puedo solucionar un problema presentado con el grub de version 1.8 y a continuacion expongo la cituacion.

1. instalo debian lenny y todo va hasta hay bien
2. reinicio el computador y veo que no se encuentran las entradas de windows vista y solo aparecen la de debian lenny

este es mi archivo /boot/grub/menu.lst# This is a divider, added to separate the menu items below from the Debian
# ones.
title           Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title           Windows Vista SO (loader)
rootnoverify    (hd0,0)
savedefault
makeactive
chainloader     +1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title           Windows Vista (loader)
rootnoverify    (hd0,1)
savedefault
makeactive
chainloader     +1


y este es mi archivo /boot/grub/grub.cfg

#
# 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 ###
set default=0
insmod ext2
set root=(hd0,4)
search --no-floppy --fs-uuid --set 8f405d45-185f-4e8f-a5b0-8cbf8162d243
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
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd0,4)
search --no-floppy --fs-uuid --set 8f405d45-185f-4e8f-a5b0-8cbf8162d243
insmod png
f background_image /usr/share/images/desktop-base/moreblue-orbit-grub.png ; th$
  set color_normal=black/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_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, Linux 2.6.30-2-686" {
        insmod ext2
        set root=(hd0,4)
        search --no-floppy --fs-uuid --set 8f405d45-185f-4e8f-a5b0-8cbf8162d243
        linux   /boot/vmlinuz-2.6.30-2-686 root=UUID=8f405d45-185f-4e8f-a5b0-8c$initrd  /boot/initrd.img-2.6.30-2-686
}
menuentry "Debian GNU/Linux, Linux 2.6.30-2-686 (recovery mode)" {
        insmod ext2
        set root=(hd0,4)
        search --no-floppy --fs-uuid --set 8f405d45-185f-4e8f-a5b0-8cbf8162d243
        linux   /boot/vmlinuz-2.6.30-2-686 root=UUID=8f405d45-185f-4e8f-a5b0-8c$
        initrd  /boot/initrd.img-2.6.30-2-686
}
### 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 ###







quisiera que me propusieran soluciones ha este problema y como solucionarlo

gracias

 

_______________________________________________
Lista de correo de Colibri
Colibri@...
http://listas.el-directorio.org/cgi-bin/mailman/listinfo/colibri
 http://slcolombia.org/Colibri/UsoLista
 http://slcolombia.org/Colibri/ContratoSocial

El Directorio, el sitio del Software Libre  en Colombia:
http://www.el-directorio.org

Re: problemas del grub que no muestra las entradas de windows

by diegueus9 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Estás usando el grub2 o es mi impresión?

si así es mira esto:
http://blogs.koolwal.net/2008/12/28/windows-xpvista-dual-boot-does-not-boot-from-grub2-or-grub-pc/

2009/10/22 Mauricio Zapata <hmauro256@...>:

> hola comunidad quisiera que me ayudaran con informacion de como puedo
> solucionar un problema presentado con el grub de version 1.8 y a
> continuacion expongo la cituacion.
>
> 1. instalo debian lenny y todo va hasta hay bien
> 2. reinicio el computador y veo que no se encuentran las entradas de windows
> vista y solo aparecen la de debian lenny
>
> este es mi archivo /boot/grub/menu.lst# This is a divider, added to separate
> the menu items below from the Debian
> # ones.
> title           Other operating systems:
> root
>
>
> # This entry automatically added by the Debian installer for a non-linux OS
> # on /dev/sda1
> title           Windows Vista SO (loader)
> rootnoverify    (hd0,0)
> savedefault
> makeactive
> chainloader     +1
>
>
> # This entry automatically added by the Debian installer for a non-linux OS
> # on /dev/sda2
> title           Windows Vista (loader)
> rootnoverify    (hd0,1)
> savedefault
> makeactive
> chainloader     +1
>
>
> y este es mi archivo /boot/grub/grub.cfg
>
> #
> # 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 ###
> set default=0
> insmod ext2
> set root=(hd0,4)
> search --no-floppy --fs-uuid --set 8f405d45-185f-4e8f-a5b0-8cbf8162d243
> 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
> set timeout=5
> ### END /etc/grub.d/00_header ###
>
> ### BEGIN /etc/grub.d/05_debian_theme ###
> insmod ext2
> set root=(hd0,4)
> search --no-floppy --fs-uuid --set 8f405d45-185f-4e8f-a5b0-8cbf8162d243
> insmod png
> f background_image /usr/share/images/desktop-base/moreblue-orbit-grub.png ;
> th$
>   set color_normal=black/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_debian_theme ###
>
> ### BEGIN /etc/grub.d/10_linux ###
> menuentry "Debian GNU/Linux, Linux 2.6.30-2-686" {
>         insmod ext2
>         set root=(hd0,4)
>         search --no-floppy --fs-uuid --set
> 8f405d45-185f-4e8f-a5b0-8cbf8162d243
>         linux   /boot/vmlinuz-2.6.30-2-686
> root=UUID=8f405d45-185f-4e8f-a5b0-8c$initrd  /boot/initrd.img-2.6.30-2-686
> }
> menuentry "Debian GNU/Linux, Linux 2.6.30-2-686 (recovery mode)" {
>         insmod ext2
>         set root=(hd0,4)
>         search --no-floppy --fs-uuid --set
> 8f405d45-185f-4e8f-a5b0-8cbf8162d243
>         linux   /boot/vmlinuz-2.6.30-2-686
> root=UUID=8f405d45-185f-4e8f-a5b0-8c$
>         initrd  /boot/initrd.img-2.6.30-2-686
> }
> ### 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 ###
>
>
>
>
>
>
>
> quisiera que me propusieran soluciones ha este problema y como solucionarlo
>
> gracias
>
>
>
> _______________________________________________
> Lista de correo de Colibri
> Colibri@...
> http://listas.el-directorio.org/cgi-bin/mailman/listinfo/colibri
>  http://slcolombia.org/Colibri/UsoLista
>  http://slcolombia.org/Colibri/ContratoSocial
>
> El Directorio, el sitio del Software Libre  en Colombia:
> http://www.el-directorio.org
>



--
Diego Andrés Sanabria
Ingeniería de Sistemas Universidad Distrital
about:me http://www.google.com/profiles/diegueus9
cel 3015290609

Sent from Bogota, DC, Colombia
_______________________________________________
Lista de correo de Colibri
Colibri@...
http://listas.el-directorio.org/cgi-bin/mailman/listinfo/colibri
 http://slcolombia.org/Colibri/UsoLista
 http://slcolombia.org/Colibri/ContratoSocial

El Directorio, el sitio del Software Libre  en Colombia:
http://www.el-directorio.org

Re: problemas del grub que no muestra las entradas de windows

by Mauricio Zapata :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


muchas gracias diego ya lo solucione y la informacion fue muy precisa  fue asi para las personas que le pueda pasar en un futuro

se instala el paquete os-prober

apt-get install os-prober
luego se ejecuta
#os-prober
y luego actualizamos el grub2
#update-grub2
y felicidad solucionado el problema

_______________________________________________
Lista de correo de Colibri
Colibri@...
http://listas.el-directorio.org/cgi-bin/mailman/listinfo/colibri
 http://slcolombia.org/Colibri/UsoLista
 http://slcolombia.org/Colibri/ContratoSocial

El Directorio, el sitio del Software Libre  en Colombia:
http://www.el-directorio.org