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?