[opensuse-autoinstall] Redundant bootloader with mdraid
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 ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
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 <ds@marco.de> 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 ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
participants (2)
-
Daniel Spannbauer
-
Jeromy Smith