I've been trying to install trixie onto sretest2010 (which was set up in T394357), and one of the problems I'm finding is that the installer isn't installing grub correctly, leading to a system that can't boot (or boots back into the installer). I did also find this with another ms-be node (ms-be1083). These use LVM RAID1 for /
The failure mode is that on reimage the node reboots after the installer has completed and fails into the grub rescue mode with an error like:
error: disk `mduuid/3207fa1071e844ffdc954a0ec74fddbd' not found.
The problem being that the mduuid is from a previous install. Alternatively, if you've wiped enough disks correctly (the key thing being to make sure that first partition of the two SSDs gets blanked) then after the first install, the system will attempt to boot from disk, fail, and boot back into the installer - and then succeed after that.
As best as I can tell, the installation is not correctly ensuring that the first or /boot/efi partition on both SSDs is written to (not surprisingly, I guess, given only one of them gets mounted), and so if the installer writes onto the "wrong" SSD and the system boots based off the other one, then it has the wrong mduuid embedded.
When watching the installer, it does say that it's doing "grub-install sdm sdn" or similar, so it _ought_ to be attempting to write to both disks. Likewise, if you manage to get one of these systems to boot from the rescue prompt and then run grub-install from the booted system, it then seems to work reliably.
It's not a problem on BIOS-booted systems (I think because there isn't a mounted /boot/efi involved?), but is going to be a real problem if/when we start trying to reimage a bunch of these swift backends that UEFI boot.