Ontem instalei o Windows 7 (em / dev / sdb1) e o Windows 8.1 (em / dev / sdb2).
"Claro", o meu Ubuntu 14.04 existente (on / dev / sdb3) foi, portanto, tornado não inicializável. Eu corrijo isso com o utilitário Boot Repair via Ubuntu 14.04 Live USB.
No entanto, algo estranho está acontecendo:
- Eu executei o Boot Repair depois de instalar o Windows 7, o que fez com que o Ubuntu e o Windows 7 fossem exibidos no menu do grub.
- Executei o Boot Repair novamente depois que instalei o Windows 8.1, o que fez com que o Ubuntu e o Windows 8 aparecessem no menu do grub ... Mas ... onde o Windows 7 foi parar?
Então eu executei o Boot Repair novamente, sem sucesso. Eu corri manualmente
$ sudo update-grub
que resultou em
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-34-generic
Found initrd image: /boot/initrd.img-3.13.0-34-generic
Found linux image: /boot/vmlinuz-3.13.0-24-generic
Found initrd image: /boot/initrd.img-3.13.0-24-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 8 (loader) on /dev/sdb1
done.
estranho - Ele mostra o Windows 8 em / dev / sdb1, onde o Windows 7 está instalado.
Além disso:
$ sudo os-prober
/dev/sdb1:Windows 8 (loader):Windows:chain
$
... no Ubuntu? Não tem o Windows 7?
Também executei Script de informações de inicialização :
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at
sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 112 for .
=> Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 112 for .
=> No boot loader is installed in the MBR of /dev/sdc.
sda1:
File system: swap
Boot sector type: -
Boot sector info:
sda2:
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5:
File system:
Boot sector type: -
Boot sector info:
Mounting failed: mount: unknown filesystem type ''
sdb1:
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
sdb2:
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /bootmgr /Windows/System32/winload.exe
sdb3:
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 14.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab
sdb4:
File system: ext2
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdc1:
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdc2:
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
-- snip because the rest is personal :) --
Os flags de inicialização estão em / dev / sda1 e / dev / sdb1.
Então tudo parece em ordem, mas o Grub simplesmente não reconhece os dois Windows corretamente ... O que está acontecendo?
(Para completar, o / dev / sda é um SDD quebrado e sem uso que estou experimentando.)