I was able to reproduce this failure in a VM with ubuntu-26.04-beta- live-server-amd64.iso. The issue is that dracut is not instructed to assemble the RAID. There are three ways:
1. boot with `rd.auto` 2. boot with `rd.md.uuid=<uuid>` 3. include cmdline with the rd.md.uuid setting into the initrd (using the --hostonly-cmdline option) Option 3 should be the default, but due to a bug it was not. Submitted fix: https://github.com/dracut-ng/dracut-ng/pull/2321 Workaround: Apply the one-line fix above or run `dracut -f -N` to explicitly build with hostonly mode. ** Changed in: dracut (Ubuntu) Importance: Undecided => High ** Changed in: dracut (Ubuntu) Status: Confirmed => In Progress ** Changed in: dracut (Ubuntu) Assignee: (unassigned) => Benjamin Drung (bdrung) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2144948 Title: after install ends up in emergency mode: raid is not assembled automatically To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dracut/+bug/2144948/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
