In an older configuration I had a sata SSD drive with windows and linux working both with grub (/dev/sda)
Later I added a faster ssd card (/dev/nvme0) and installed a more recent version of Ubuntu on it and made that faster ssd card the first boot.
For a while I could still dual boot but to get to Windows I always had to change in the BIOS the first boot to that /dev/sda drive (annoying) because the grub installed on /dev/nvme0 never could make my windows run, only the older grub installed on /dev/sda could run it.
Today I wanted to recuperate the unused partitions (my older linux still on the /dev/sda) so I changed its type, zeroed its content and since then I never could boot in Windows.
http://paste.ubuntu.com/p/wc6C7CQghZ/
I used boot-repair but it does not consider /dev/sda1 as a bootable windows partition but it should... what's going on?