modprobe: module tapes not found
2012-04-25 12:27:36 írta
If you upgrade a long-running Debian/Linux to kernel 3.x.x and your
system doesn't boot, because you boot from an mdraid (like raid1)
device, and you see the error
modprobe: module tapes not found
modprobe: module discs not found
modprobe: module cdroms not found
and you end up in (initramfs), then do that:
- Do Not Panic!
- cd /etc/modprobe.d/
- rm devfsd.conf (we do not use devfs anymore,
really)
- modprobe raid1 (or whatever you need, raid5 raid10 or any dm / md devices)
- mdadm --assemble --scan (and hope you did configure your mdadm.conf right the last time :-))
- CTRL-D
And after start do the same on the system and recreate the initrd....