[Bug 618447] [NEW] RAID modules loaded too late in the boot sequence

Gerald Villemure 618447 at bugs.launchpad.net
Mon Aug 16 00:37:46 UTC 2010


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 Kernel
Bugs, which is subscribed to initramfs-tools in ubuntu.




More information about the kernel-bugs mailing list