I installed latest Tumbleweed on my system which has two drives, /dev/sda and /dev/sdb, and Tumbleweed is on /dev/sdb. Windows is in /dev/sda and yet the Grub bootloader does not detect it.
fdisk /dev/sda and then p to print, gives me:
Device Boot Start End Sectors Size Id Type
/dev/sda1 280 7839 7560 3.7M 1 FAT12
/dev/sda2 718848 2063831039 2063112192 983.8G 7 HPFS/NTFS/exFAT
/dev/sda3 2063831040 3702228991 1638397952 781.3G 83 Linux
I do not know the raw grub syntax to add the partition or even if I should add anything as it seems Grub behaviour and configuration has changed a lot since I last tried to manually edit a grub configuration around 2008.
How can I add windows? I went into Yast System -> Boot Loader and I don’t see anyway to tell it to try to boot from /dev/sda2 where I have Windows 10 on NTFS.
It did detect a Debian jessie install on /dev/sda3, but did not detect the /dev/sda2. There is some possibility that I damaged the /dev/sda2 partition and this may explain it not being detected. But can I force a suggestion into grub somehow?
Here’s where I see that Windows is NOT in the grub list (also not there at actual boot time)
http://i.imgur.com/G69tZLQ.png
Warren