On Sun, Mar 7, 2021 at 7:18 PM Norbert Preining <norb...@preining.info> wrote: > > Hi Chris, > > once more .. > > > > Does the initrd on this system contain? > > > /usr/lib/udev/rules.d/64-btrfs.rules > > No, it didn't. > > Now I added it, and with 64-btrfs.rules available in the initrd I still > get the same error (see previous screenshot) :-(
I suspect something is wrong with devid 9 in that case. If it's a dracut system, then it waits indefinitely for sysroot. You'll need to boot with something like rd.break=pre-mount and see first if you can mount normally to /sysroot, but if devid 9 is still missing then mount degraded and replace that device. Or otherwise find out why it's missing. I don't think the scrub helps right now, the issue is the device is missing. Where scrub does help is if the device reappears for normal mount following previous degraded mount - the scrub is needed to get the missing device caught up with the rest. -- Chris Murphy