hako wrote: Fri Feb 09, 2024 4:12 am
Have you tried as root user in terminal? update-grub
update-grub does not bring Windows back into the Grub menu.
I tried again with LiveUSB ->Boot Rescue->Windows Boot loader, now with a different boot (from USB, not UEFI):
Now, it finds 2 bootloaders on drive (hd1,1)/bootmgr and on drive (hd1,2)/bootmgr. When I choose the one on the second partition, Windows starts (and occupies itself immediately with updates).
How to get it into the Grub menu?
Yes, Windows on a MBR/DOS partition table installed, can only boot within BIOS/MBR boot mode - not with UEFI-boot.
Now first check again booted in MX Linux the normal procedure with the combo grub-install and update-grub this way:
Open terminal as normal user and run
It will show you two screens: On the first select/tick enable "OS prober ..."
Next -> select the boot drive (/dev/sda ), do not select partitions like /dev/sda2 etc, only the disk.
Normally the process would now find and add Windows boot entry to the GRUB menu.
If not, make sure you powered off from Windows without fastboot/fast-startup, which would prevent
os-prober to scan the windows partition for the windows bootloader...
... otherwise we might adjust some grub files, I guess.