Open TByte007 opened 1 month ago
Hello @TByte007
In the past, I determined problem with late efivarfs mount, which causes similar issues. Could you try mdadm with this commit: https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=91845dab52c3f9ab56710338c0c38e9c1473df1d
See README to get instruction how to compile and install mdadm.
Hello @TByte007
In the past, I determined problem with late efivarfs mount, which causes similar issues. Could you try mdadm with this commit: https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=91845dab52c3f9ab56710338c0c38e9c1473df1d
See README to get instruction how to compile and install mdadm.
I'll try it when I can play with the machine again. Currently I just added IMSM_NO_PLATFORM=1 in GRUB because my colleagues needed for work.
The boot fails until I do
IMSM_NO_PLATFORM=1 mdadm -As
during boot (yet the system has Intel's fake RAID). If I try mdadm --detail-platform I get "imsm capabilities not found for controller ... type: SATA" at boot time If I assemble it with IMSM_NO_PLATFORM=1 and it boots then I get:Of course I can put IMSM_NO_PLATFORM=1 in GRUB but I think that is just a workaround the problem.