View previous topic :: View next topic |
Author |
Message |
ololoshwin n00b

Joined: 25 Nov 2021 Posts: 8
|
Posted: Fri Mar 07, 2025 2:41 pm Post subject: lvm2 initramfs activation conflicts with udev and systemd |
|
|
Hello
I have custom initramfs to activate lvm volume for roof filesystem.
Everything works except warning in systemct:
dev-mapper-sys-root.device loaded activating tentative /dev/mapper/sys-root
This is because udev marked this device as not ready for systemd:
# udevadm info /dev/mapper/sys-root
…
E: DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG=1
E: DM_UDEV_DISABLE_DISK_RULES_FLAG=1
E: DM_UDEV_DISABLE_OTHER_RULES_FLAG=1
E: SYSTEMD_READY=0
E: TAGS=:systemd:
E: CURRENT_TAGS=:systemd:
How can I pass control over device to the udevd/systemd ? |
|
Back to top |
|
 |
zen_desu Apprentice

Joined: 25 Oct 2024 Posts: 248
|
|
Back to top |
|
 |
|