[Bug 618447] Re: RAID modules loaded too late in the boot sequence
Benjamin Drung
618447 at bugs.launchpad.net
Fri Oct 4 11:25:05 UTC 2024
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We appreciate that this bug may be old and you might not
be interested in discussing it anymore. But if you are then please
upgrade to the latest Ubuntu version and re-test. If you then find the
bug is still present in the newer Ubuntu version, please add a comment
here telling us which new version it is in.
** Changed in: initramfs-tools (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/618447
Title:
RAID modules loaded too late in the boot sequence
Status in initramfs-tools package in Ubuntu:
Incomplete
Bug description:
Binary package hint: initramfs-tools
If you get kernel messages like this:
md: personality for level 1 is not loaded!
And when you run:
mdadm --detail /dev/md0
You get:
State : active, Not Started
This is most likely cause by the fact that the RAID1 module is loaded
AFTER the array is brought online. This happens to me mostly on older
(slow) computers.
To fix, create a file in this folder:
/etc/initramfs-tools/scripts/init-top
Call the script what you like and put something like this in the file:
#!/bin/sh
modprobe raid1
You should be okay after that.
Hope this helps,
Gérald
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/618447/+subscriptions
More information about the foundations-bugs
mailing list