when installing grub(2) to mdadm devices are you supposed to install it to /dev/sdX or /dev/mdX?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||
|
|
|
You have to install it on /dev/sdX devices because grub runs before you are able to know that that your are using raid devices. And you should install grub on all active disk that are part of the mdadm. |
|||
|
|