Installation of DMRaid should automatically add necessary modules to /etc/initramfs-tools/modules
Bug #1683105 reported by
David Lee
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dmraid (Ubuntu) |
Triaged
|
Medium
|
Phillip Susi | ||
Artful |
Won't Fix
|
Medium
|
Unassigned |
Bug Description
[Impact]
Users of fakeraid using raid 5 can not boot their systems because the required kernel module is not loaded by the initramfs. The hook script simply needs to request this module be loaded.
[Test Case]
Install on a fakeraid raid 5
[Regression Potential]
None. Seriously, the worst that can happen is that the requested module is not loaded anyway.
affects: | linux (Ubuntu) → dmraid (Ubuntu) |
description: | updated |
description: | updated |
description: | updated |
Changed in dmraid (Ubuntu Artful): | |
importance: | Undecided → Medium |
To post a comment you must log in.
The modules file is for the user to manually add modules. Packages add them via their hook script. The dmraid hook script currently adds dm-mod and dm-mirror, but I believe the kernel has changed and now the correct modules are dm-raid and dm-mirror. Can you try editing your dmraid hook script and changing the force_load dm-mod line to dm-raid and see if that fixes it?