I noticed the following error printed to console during bootup of my custom GRML Live CD:
modprobde: module dm-raid45 not found in modules.dep
I did a bit of research into this module, and found it is called "dmraid" in the Debian package repositories. This package is available for wheezy/jessie, but not installed by default. However, "dmraid" *is* included in GRML's FAI classes:
# grep -R dmraid /etc/grml/fai/*
/etc/grml/fai/config/package_config/GRML_XL:dmraid
/etc/grml/fai/config/package_config/GRML_MEDIUM:dmraid
/etc/grml/fai/config/package_config/GRML_SMALL:dmraid
/etc/grml/fai/config/package_config/GRML_FULL:dmraid
Given how old this RAID driver is... should dmraid be removed from the GRML FAI classes? Or is there something else that needs to be done to correct the "module dm-raid45 not found in modules.dep" error on the custom Live CD?
Thanks!
Eric