boot-repair Não adiciona Widnows 7 ao menu grub

0

Eu tenho um laptop com o Debian 7, o Windows 7 e o Ubuntu 13.04. Eu decidi atualizar para o Ubuntu 13.10 , e instalei a partição Ubuntu novamente.

Após a reinstalação, o Windows 7 desapareceu do menu do grub. Eu inicializei a máquina com um live cd e iniciei boot-repair .

O boot-repair parecia ter identificado o sistema operacional instalado , incluindo a partição Windows :

...
sda5: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  Grub2 (v1.99-2.00)
    Boot sector info:  Grub2 (v1.99-2.00) is installed in the boot sector of 
                       sda5 and looks at sector 817082808 of the same hard 
                       drive for core.img, but core.img can not be found at 
                       this location.
    Operating System:  Ubuntu 13.10 
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/grub/i386-pc/core.img
...    

E a instalação correu bem sem erros:

grub-install (GRUB) 2.00-19ubuntu2.1,grub-install (GRUB) 2.

Reinstall the GRUB of sda5 into the MBR of sda
Installation finished. No error reported.
grub-install /dev/sda: exit code of grub-install /dev/sda:0

chroot /mnt/boot-sav/sda5 update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.11.0-15-generic
Found initrd image: /boot/initrd.img-3.11.0-15-generic
Found linux image: /boot/vmlinuz-3.11.0-12-generic
Found initrd image: /boot/initrd.img-3.11.0-12-generic
Found Debian GNU/Linux (7.0) on /dev/sda6
Unhide GRUB boot menu in sda5/boot/grub/grub.cfg

Boot successfully repaired.

You can now reboot your computer.

O relatório completo está disponível aqui .

Ainda assim, após a reinicialização eu vejo apenas os registros Ubuntu e Debian no grub, sem a seção Windows 7 :

Alguma idéia do que há de errado com a tentativa de correção de reparo de inicialização?

    
por Adam Matan 25.01.2014 / 19:29

2 respostas

0

Por incrível que pareça, update-grub fez o truque:

$ sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.11.0-15-generic
Found initrd image: /boot/initrd.img-3.11.0-15-generic
Found linux image: /boot/vmlinuz-3.11.0-12-generic
Found initrd image: /boot/initrd.img-3.11.0-12-generic
Found Windows 8 (loader) on /dev/sda1
Found Windows 8 (loader) on /dev/sda2
Found Windows Recovery Environment (loader) on /dev/sda4
Found Debian GNU/Linux (7.0) on /dev/sda6
done
    
por Adam Matan 25.01.2014 / 21:06
0

Você pode tentar usar o SuperGRUB2 Disco para o seu problema.

    
por Vishnu N K 30.01.2014 / 04:31