Public bug reported:

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

** Affects: initramfs-tools (Ubuntu)
     Importance: Undecided
         Status: New

-- 
RAID modules loaded too late in the boot sequence
https://bugs.launchpad.net/bugs/618447
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to