Sempre que inicializo meu sistema, o Linux inicializa diretamente. Se eu pressionar shift, o GRUB mostrará apenas Linux, não Windows. Aqui estão os resultados de fdisk
e update-grub
. Acho que instalei o Linux da maneira errada.
$ fdisk
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 1953525167 976762583+ ee GPT
Partition 1 does not start on physical sector boundary.
$ update-grub
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.19.0-32-generic
Found initrd image: /boot/initrd.img-3.19.0-32-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
No volume groups found
done
Responder1
Primeiro tentei com sudo os-prober
e sudo update-grub
ele não reconheceu minhas janelas.
Finalmente resolvi este problema seguindo os passos deReparo de inicialização
Instale o reparo de inicialização
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
Empurre "Reparo recomendado" E coloque em um terminal alguns comandos conforme sugerido.
Acho que meu Grub não reconhece o Windows devido a um desligamento incorreto e resolveu o problema.
Espero que isso lhe ajude.