Dualboot with Win10: Can't boot to Manjaro any more

you have booted & installed in a UEFI failback mode bios -MBR
manjaro do not use LVM to get more than 4 partitions on disks MBR

so if you want to install , first
do backup all datas from windows
suppress all partitions sda5 to sda 7

*** DO BACKUP for windows ***
then see for conversion

with GPT , you will have

  • /boot/efi 100Mo
  • MSR 16Mo hidden
  • more than 16 partitions

for install manjaro

UEFI, create a profile and save for Windows and another for linux

recheck all option in your UEFI ( for linux)

SecureBoot off
Fast Boot off
No CSM
No Legacy
all disks on AHCI

boot only on UEFI:<partition 1> → EFI install manjaro

you can check in terminal , before install

inxi  -Fxza
test -d /sys/firmware/efi && echo efi || echo bios
sudo efibootmgr -v
sudo parted -l 

*** do not format /boot/efi , only add after for mountpoint ***