Re: Redundant bootloader with mdraid
Jeromy Smith <[email protected]> Thu, 30 Jun 2016 09:24:53 -0500
| Newsgroups | gmane.linux.suse.autoinstall |
|---|---|
| Message-ID | <CAJUGTWdyMHEj+NFyhYE+ap9RRipyrwkgieLiPE_DoF2wDi9Zkg@mail.gmail.com> |
I have done this using an init-script:
<init-scripts config:type="list">
<script>
<filename>installGrub2.sh</filename>
<source><![CDATA[#!/bin/sh
for disk in b c d
do
grub2-install /dev/sd$disk
done
]]></source>
</script>
</init-scripts>
On Thu, Jun 30, 2016 at 7:33 AM, Daniel Spannbauer <[email protected]> wrote:
> Hello,
>
> I try to install a machine with a mdraid configuration (raid 1).
> Raid is working fine, but how do I get a bootloader on both harddisks?
> At the moment the bootloader is only installed on sda.
>
> Regards
>
> Daniel
>
> --
> Daniel Spannbauer Systemadministration
> marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11
> Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220
> http://www.marco.de/ Email [email protected]
> Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München
> --
> To unsubscribe, e-mail: [email protected]
> To contact the owner, e-mail: [email protected]
>
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]