Grub totally broken, my Windows doesn't work anymore

Hi guys,
I really need your help. My manjaro / W10 dual boot worked perfectly until a few days ago. For some reason that I can’t determine, my grub no longer shows me Windows. I then try to solve the problem but I do not succeed. I put you screens below of everything I have tried.
Thank you in advance

Disque /dev/sda : 931,51 GiB, 1000204886016 octets, 1953525168 secteurs
Modèle de disque : ST1000DM010-2EP1
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 : 0x882b84db

Périphérique Amorçage      Début        Fin   Secteurs Taille Id Type
/dev/sda1                   2048 1024002047 1024000000 488,3G  7 HPFS/NTFS/exFAT
/dev/sda2             1024002048 1953520064  929518017 443,2G 83 Linux


Disque /dev/sdb : 119,24 GiB, 128035676160 octets, 250069680 secteurs
Modèle de disque : ADATA SU800     
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 : 0x4047c913

Périphérique Amorçage     Début       Fin  Secteurs Taille Id Type
/dev/sdb1    *             2048   1187839   1185792   579M  7 HPFS/NTFS/exFAT
/dev/sdb2               1187840 112642047 111454208  53,1G  7 HPFS/NTFS/exFAT
/dev/sdb3             112642048 129026047  16384000   7,8G 82 partition d'échange Linux / Solaris
/dev/sdb4             129026048 250067789 121041742  57,7G 83 Linux
[julien@JulienPC ~]$ sudo blkid /dev/sdb1
[sudo] Mot de passe de julien : 
/dev/sdb1: LABEL="RM-CM-)servM-CM-) au systM-CM-(me" BLOCK_SIZE="512" UUID="E0C01186C01163D6" TYPE="ntfs" PARTUUID="4047c913-01"
[julien@JulienPC ~]$ sudo os-prober
/dev/sdb1:Windows 10:Windows:chain
[julien@JulienPC ~]$ cat nano /etc/grub.d/40_custom 
cat: nano: Aucun fichier ou dossier de ce type
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

menuentry "Windows 10" --class windows --class os {
	insmod ntfs
	search --no-floppy --set=root --fs-uuid E0C01186C01163D6
	ntldr /bootmgr
}

Hi @Teckinfor ,
Please, take a look at the following post in order to fix the problem.
[Dual Boot] Can't get into grub but straightly boot Manjaro after updating Manjaro

Hope it help, regards

1 Like

Check the Stable Update Announcement.

3 Likes

Thank you so much

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.