update-initramfs: "cannot open /dev/md/0"
Posted: Mon Jul 10, 2017 2:52 pm
Copying an existing disk-image (with several partitions in it) using "dd" to install a preconfigured Debian 6 onto a Linux SoftRAID mirror (mdadm RAID1).
Works perfectly fine when doing it on a single disk, but GRUB2 fails to boot with "error: unknown disk"
Here's what I've tried:
Returns the following error:
To be continued...
Related:
Works perfectly fine when doing it on a single disk, but GRUB2 fails to boot with "error: unknown disk"
Here's what I've tried:
Code: Select all
$ update-initramfs -u
This somewhat makes sense, because the RAID registered itself as "/dev/md127" - so "/dev/md/0" doesn't exist.mdadm: cannot open /dev/md/0: No such file or directory
To be continued...
Related: