The Linux Mint install should be retained, therefore I need to run the installation of the SOs in the generally-not-suggested route: first linux than windows.
There shouldn't be any major issues, also because my PC is quite old and it shouldn'e be starting in EFI mode (aka "Secure boot"), but in the common BIOS mode (aka "legacy boot").
To check the booting mode:
The simplest way is to check for the presence of a /sys/firmware/efi directory. The mere existence of this directory indicates that the computer has booted in EFI modeor else:
dmesg | grep -i EFIStill on EFI booot, check this link.
A BIOS-based computer will lack most or all of these lines, and certainly the EFI: mem## lines.
To repair grub:
- Boot-Repair
- is it available for my Linux Mint LMDE Mate 64bit install?
- Rescue dedicated distro, such as Rescatux, UBCD, PartedMagic, Hiren's boot CD, Trinity rescue disc...
To reinstall grub:
Boot a live CD (mint 64bit in my case) and fire up a terminal.
Identify boot partition with
Reinstall grub withls -l /dev/disk/by-label/
sudo grub-install /dev/XXX
This should work.....