Grub erkennt Win10 nicht

Hallo liebe Leute,
ich schaffe es nicht, meinem Grub beizubringen, dass ich noch eine HDD mit Win10 haben, die ich gerne in Grub eingebunden hätte. Ich habe schon versucht, das mit Google oder Forum-Suche zu lösen, aber leider funktioniert es nicht.
Auf der sda1 sollte ein Win10 doch gefunden werden - wähle ich diese Boot-Option beim Start (BIOS) an, dann kann ich Win10 starten.
Über Hilfe würde ich mich sehr freuen.

Meine grub sieht so aus:

# GRUB boot loader configuration

GRUB_DEFAULT="0"
GRUB_TIMEOUT="4"
GRUB_DISTRIBUTOR="EndeavourOS"
GRUB_CMDLINE_LINUX_DEFAULT="nowatchdog nvme_load=YES resume=UUID=5448de17-7384-4e6a-8836-2eeef1973a69 loglevel=3"
GRUB_CMDLINE_LINUX=""

# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK="y"

# Set to 'countdown' or 'hidden' to change timeout behavior,
# press ESC key to display menu.
GRUB_TIMEOUT_STYLE="menu"

# Uncomment to use basic console
GRUB_TERMINAL_INPUT="console"

# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT="console"

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `videoinfo'
GRUB_GFXMODE="1024x768x24"

# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX="keep"

# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID="true"

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY="true"

# Uncomment and set to the desired menu colors.  Used by normal and wallpaper
# modes only.  Entries specified as foreground/background.
export GRUB_COLOR_NORMAL="white/black"
export GRUB_COLOR_HIGHLIGHT="white/blue"

# Uncomment one of them for the gfx desired, a image background or a gfxtheme
GRUB_BACKGROUND="/usr/share/endeavouros/backgrounds/eos_wallpapers_community/Endy_vector_satelliet.png"
#GRUB_THEME="/path/to/gfxtheme"

# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"

# Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT="true"

# Uncomment to disable submenus in boot menu
GRUB_DISABLE_SUBMENU="false"

# Probing for other operating systems is disabled for security reasons. Read
# documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this
# functionality install os-prober and uncomment to detect and include other
# operating systems.
GRUB_DISABLE_OS_PROBER="false"

“lsblk-f” bringe folgende Aussage:

[florian@lamachine ~]$ lsblk -f
NAME FSTYPE FSVER LABEL       UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                               
├─sda1
│    ntfs                     BC5A95BF5A95773C                                    
├─sda2
│    vfat   FAT32             0C4F-92D5                                           
├─sda3
│                                                                                 
└─sda4
     ntfs                     80F86053F860498C                                    
sdb                                                                               
├─sdb1
│    ntfs         Dropbox     86F49CFCF49CEFA3                                    
└─sdb2
     ntfs         Daten       DE4029E44029C3DD                                    
sdc                                                                               
sdd                                                                               
sde                                                                               
sdf                                                                               
sdg                                                                               
sr0                                                                               
nvme0n1
                                                                                  
├─nvme0n1p1
│    ext4   1.0   endeavouros 37d58db2-4f47-49cf-97c4-06ade7b0c9d4  831,4G     2% /
└─nvme0n1p2
     swap   1     swap        5448de17-7384-4e6a-8836-2eeef1973a69                [SWAP]

Hast Du das “os-prober” package installiert?

falls nicht oder nicht bekannt:

sudo pacman -S os-prober

ja, scheint installiert zu sein

Warnung: os-prober-1.81-1 ist aktuell -- Reinstalliere
Abhängigkeiten werden aufgelöst …
Nach in Konflikt stehenden Paketen wird gesucht …

Paket (1)        Alte Version  Neue Version  Netto-Veränderung

extra/os-prober  1.81-1        1.81-1                 0,00 MiB

Gesamtgröße der installierten Pakete:  0,06 MiB
Größendifferenz der Aktualisierung:    0,00 MiB

hast du denn die grub.cfg neu gebaut und wenn ja hat das Fehler ausgegeben?
sudo grub-mkconfig -o /boot/grub/grub.cfg

Es kann auch helfen die Windows partition davor manuell zu mounten (z.B. im Dateibrowser öffnen)

sehe auch das ist entweder ältere hardware und kann kein efi (uefi) oder das System is im legacy mode eingestellt in der Firmware (“bios”)