Well I'll sum up whatWhat I did so far:
I had ubuntuUbuntu + windowsWindows 10, was working fine but ubuntuUbuntu was taking too much space on my drive.
Deleted ubuntuUbuntu partitions, gave the space back to windows, boot into the windows usbWindows USB drive to perform the bootrec /fixmbrbootrec /fixmbr,fixbootfixboot commands Although bootrec /scanosbootrec /scanos didn't detect any windowsWindows installation...I think that's why it doesn't work now. Did the rebuiuldbcdrebuiuldbcd, didn't do anything either.
Anyway at this point I rebooted and it worked like a charm, my windowsWindows was loading properly everytimeevery time.
Now I installed mintMint after having an issue with "grub-efi-amd64 package failed to install to /target/" In order to solve this I had to do something quite ballsy to me at least
I have an SSD 256GB256 GB with windowsWindows on it and a HD 2TB2 TB on which I wanted to install linux forLinux. For some very strange reason the boot partition was apparently on the HD, which is weird I would assume it'sit would be on the SSD . Anyway I deleted the NTFS boot partition and created a 500MB500 MB FAT32 boot + esp partition instead . After setting this to be the boot partition it worked, the installation finished successfully.
Then reboot, at first I had no grub menu and it was booting directly to mintMint, searching the web I ended up modifying the etc/default/grub/etc/default/grub file and perform a grub-update.
worked,Worked; I now have the grub menu but no windowsWindows is listed.
I tried to run the repair-boot application, it worked, reinstalled everything, but still no windowsWindows.
os-prober doesn't return anything Only linuxLinux is listed when performing the grub-update command
fdisk -l command
Sorry I tried to use the code feature from stackexange but didn't work
"Disque /dev/sda : 1,8 TiB, 2000398934016 octets, 3907029168 secteurs Unités : secteur de 1 × 512 = 512 octets Taille de secteur (logique / physique) : 512 octets / 4096 octets taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets Type d'étiquette de disque : dos Identifiant de disque : 0x6eefb801
Périphérique Amorçage Début Fin Secteurs Taille Id Type /dev/sda1 * 2048 1026047 1024000 500M ef EFI (FAT-12/16/ /dev/sda2 1026048 3789838335 3788812288 1,8T 83 Linux /dev/sda3 3789838336 3805462527 15624192 7,5G 82 partition d'éch /dev/sda4 3805462528 3907028934 101566407 48,4G 83 Linux
Disque /dev/sdb : 232,9 GiB, 250059350016 octets, 488397168 secteurs Unités : secteur de 1 × 512 = 512 octets Taille de secteur (logique / physique) : 512 octets / 512 octets taille d'E/S (minimale / optimale) : 512 octets / 512 octets Type d'étiquette de disque : dos Identifiant de disque : 0x6eefb808
Périphérique Amorçage Début Fin Secteurs Taille Id Type /dev/sdb1 2048 486547455 486545408 232G 7 HPFS/NTFS/exFAT /dev/sdb2 486547456 487469055 921600 450M 27 TFS WinRE masquée /dev/sdb3 487471104 488392703 921600 450M 27 TFS WinRE masquée
Disque /dev/sdc : 3,8 GiB, 4009754624 octets, 7831552 secteurs Unités : secteur de 1 × 512 = 512 octets Taille de secteur (logique / physique) : 512 octets / 512 octets taille d'E/S (minimale / optimale) : 512 octets / 512 octets Type d'étiquette de disque : dos Identifiant de disque : 0x2f9b3b55.
Périphérique Amorçage Début Fin Secteurs Taille Id Type /dev/sdc1 * 63 7831551 7831489 3,8G c W95 FAT32 (LBA)"
fdisk -l command "Disque /dev/sda : 1,8 TiB, 2000398934016 octets, 3907029168 secteurs Unités : secteur de 1 × 512 = 512 octets Taille de secteur (logique / physique) : 512 octets / 4096 octets taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets Type d'étiquette de disque : dos Identifiant de disque : 0x6eefb801 Périphérique Amorçage Début Fin Secteurs Taille Id Type /dev/sda1 * 2048 1026047 1024000 500M ef EFI (FAT-12/16/ /dev/sda2 1026048 3789838335 3788812288 1,8T 83 Linux /dev/sda3 3789838336 3805462527 15624192 7,5G 82 partition d'éch /dev/sda4 3805462528 3907028934 101566407 48,4G 83 Linux Disque /dev/sdb : 232,9 GiB, 250059350016 octets, 488397168 secteurs Unités : secteur de 1 × 512 = 512 octets Taille de secteur (logique / physique) : 512 octets / 512 octets taille d'E/S (minimale / optimale) : 512 octets / 512 octets Type d'étiquette de disque : dos Identifiant de disque : 0x6eefb808 Périphérique Amorçage Début Fin Secteurs Taille Id Type /dev/sdb1 2048 486547455 486545408 232G 7 HPFS/NTFS/exFAT /dev/sdb2 486547456 487469055 921600 450M 27 TFS WinRE masquée /dev/sdb3 487471104 488392703 921600 450M 27 TFS WinRE masquée Disque /dev/sdc : 3,8 GiB, 4009754624 octets, 7831552 secteurs Unités : secteur de 1 × 512 = 512 octets Taille de secteur (logique / physique) : 512 octets / 512 octets taille d'E/S (minimale / optimale) : 512 octets / 512 octets Type d'étiquette de disque : dos Identifiant de disque : 0x2f9b3b55 Périphérique Amorçage Début Fin Secteurs Taille Id Type /dev/sdc1 * 63 7831551 7831489 3,8G c W95 FAT32 (LBA)" I've looked on the internetInternet but I have to say that I'm stuck, it may have something to do with the windowsWindows side of thing, but still, the issue is in grub so I'm unsure.
I'll highly appreciate any assistance.
Thanks,