Salve a tutti, da poco ho installato windows (8.1) e fedora sullo stesso ssd ma Windows non è presente tra le scelte del grub.
Le partizioni sono gestite così:
[code]fdisk -l
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
Disk /dev/sda: 250.1 GB, 250059350016 bytes, 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: gpt
Start End Size Type Name
1 2048 514047 250M EFI System
2 514048 229275647 109,1G Microsoft basic
3 229275648 229537791 128M Microsoft reser Microsoft reserved partition
4 229537792 230561791 500M Microsoft basic
5 230561792 488396799 123G Microsoft basic
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
Disk /dev/sdb: 1500.3 GB, 1500301910016 bytes, 2930277168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: gpt
Start End Size Type Name
1 2048 16590847 7,9G Linux filesyste
2 16590848 39323647 10,9G Linux filesyste
3 39323648 613181439 273,7G Linux filesyste
4 613181440 623626239 5G Linux filesyste
5 623626240 2930276351 1,1T Microsoft basic
[/code]
Windows è all’interno della partizione NTFS e la prima partizione EFI è del /boot/efi di Fedora.
Ho tentato così ma non trova il bootloader Windows:
grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.9.5-301.fc19.x86_64
Found initrd image: /boot/initramfs-3.9.5-301.fc19.x86_64.img
Found linux image: /boot/vmlinuz-0-rescue-5d94e72721064fbab9fe1a3a92f6b04c
Found initrd image: /boot/initramfs-0-rescue-5d94e72721064fbab9fe1a3a92f6b04c.img
done
Come aggiungere windows al grub?
Grazie.