For a few restarts GRUB detected Windows but it suddenly stopped detecting Windows. I have no idea how this thing works, but basically I have Windows 10 on /dev/sda2
and /dev/sda1
should be Windows System Reserve partition (500 Mb).
I tried sudo update-grub
This basically adds Ubuntu and its options. I completely reinstalled GRUB and yet not effect. Can someone please tell me how do I add Windows 10 to boot options which is on /dev/sda2
I don't think I have hibernated Windows because I am able to access the Windows file system from Ubuntu. I have tried quite a lot of tricks for this and none of them worked, which is why I posted the question (don't mark it duplicate).
Here is the BootInfo Summary
Thanks
Asked
Active
Viewed 128 times
1
sudo update-grub
Separately you had installed Ubuntu in UEFI boot mode to MBR drive. And Windows is in the now 35 year old BIOS boot mode which requires MBR partitioning. But you must have the newer UEFI hardware. BIOS Windows has to have boot flag on primary NTFS partition with boot files. – oldfred Oct 17 '18 at 17:47sudo dd if=/usr/lib/syslinux/mbr/mbr.bin of=/dev/sda1
I also tried it for /dev/sda but it is not working out... Can you give me like a step by step guide... I'm sorry for the trouble – Mrunal Sonawane Oct 19 '18 at 14:39Checking media presence... No media found
after which the GRUB screen shows up. I have no idea what to do @oldfred – Mrunal Sonawane Oct 19 '18 at 15:17