I thried to mount through rescue cd opensuse 15.5 system the md0 and md127 with no sucess.
all monted folders are empty example /, /srv, /opt, /home, /boot/grub2/x86_64-efi, /boot/grub2/i386-pc,…
In either case the boot stuff is outside of the BTRFS RAIDED partitions thus not reproduced .
For Legacy (MBR) boot you need MBR CODE installed
For EFI boot you need a correctly provisioned FAT partition to hold the boot files and the BIOS needs to point to the correct place.
fdisk -l
Disco /dev/sda: 931,51 GiB, 1000204886016 bytes, 1953525168 sectores
Modelo do disco: WDC WD10EARX-00N
Unidades: sectores de 1 * 512 = 512 bytes
Tamanho do sector (lógico/físico): 512 bytes/4096 bytes
Tamanho de E/S (mínimo/óptimo): 4096 bytes/4096 bytes
Tipo de rótulo de disco: dos
Identificador de disco: 0x0006740a
Dispositivo Arranque Início Fim Sectores Tamanho Id Tipo
/dev/sda1 * 2048 206847 204800 100M fd Linux raid auto-detectada
/dev/sda2 206848 1953525167 1953318320 931,4G fd Linux raid auto-detectada
Disco /dev/md127: 931,41 GiB, 1000098824192 bytes, 1953318016 sectores
Unidades: sectores de 1 * 512 = 512 bytes
Tamanho do sector (lógico/físico): 512 bytes/4096 bytes
Tamanho de E/S (mínimo/óptimo): 4096 bytes/4096 bytes
Disco /dev/md0: 99,94 MiB, 104792064 bytes, 204672 sectores
Unidades: sectores de 1 * 512 = 512 bytes
Tamanho do sector (lógico/físico): 512 bytes/4096 bytes
Tamanho de E/S (mínimo/óptimo): 4096 bytes/4096 bytes
Tipo de rótulo de disco: dos
Identificador de disco: 0x00000000
You were asked whether you were using legacy BIOS or EFI and you silently ignored this question. You have /boot/efi so I assumed you were using EFI. If you are using legacy BIOS, you simply need to reinstall bootloader to your boot device. Boot device is determined by your BIOS setup, most likely it was the first HDD (now SSD).
cat bootloader
## Path: System/Bootloader
## Description: Bootloader configuration
## Type: list(grub,grub2,grub2-efi,none)
## Default: grub2
#
# Type of bootloader in use.
# For making the change effect run bootloader configuration tool
# and configure newly selected bootloader
#
#
LOADER_TYPE="grub2"
## Path: System/Bootloader
## Description: Bootloader configuration
## Type: yesno
## Default: "no"
#
# Enable UEFI Secure Boot support
# This setting is only relevant to UEFI which supports Secure Boot. It won't
# take effect on any other firmware type.
#
#
SECURE_BOOT="no"
## Path: System/Bootloader
## Description: Bootloader configuration
## Type: yesno
## Default: "no"
#
# Enable Trusted Boot support
# Only available for legacy (non-UEFI) boot.
#
TRUSTED_BOOT="no"
OK, so you are definitely using legacy BIOS boot. You said you replaced disks one by one. Did you do it online, without powering off your system? Or did you boot from some other live distro to do it?
Looks like the sistem as the boot on the two hdd drives.
I change one hdd and it worked ok because the other hdd is listed above, but when i change the other one, the two are missing in the grub_installdevice.