[Toulibre] Surveiller l'état des disques durs
Philippe Masson
isotran at free.fr
Jeu 25 Juin 21:32:30 CEST 2015
Le 25/06/2015 11:56, Jérôme a écrit :
> OK donc tu recommandes de l'installer aussi sur l'autre disque "à la
> main". Bizarre qu'on ait besoin de le faire vu que le RAID devrait
> prendre en charge la duplication. Et s'il faut le faire, l'installeur
> pourrait s'en charger. Je crois que j'ai deux problèmes : - La non
> duplication du secteur de boot. - L'incapacité à booter sur le disque
> qui comporte le secteur de boot car le LVM ne marche alors pas.
Bonsoir,
Consulte ce fil de forum (où les solutions proposées sont testées) :
https://forums.opensuse.org/showthread.php/393772-How-to-install-bootloader-on-both-disks-with-software-RAID-1
- Apparemment raid 1 ne duplique pas le MBR.
- La duplication du MBR 0 vers le MBR 1 ne fonctionnerait pas pour des
raisons d'identification du lecteur par Grub ; il en irait sans doute de
même via l'installation simple au moyen de grub-install telle que je
l'ai préconnisée au départ.
Le "work-around" ayant l'air le plus efficace serait celui-ci :
-----
Hi,
Alternatively, as root, get a grub command prompt and then do:
1) Find the the stage 1 file:
grub> find /boot/grub/stage1
(hd0,0)
(hd1,0)
grub>
The output could be different, depending on the partition where /boot is
located.
2) Asumming your disks are /dev/sda (hd0) and /dev/sdb (hd1) and you
have grub installed in the MBR of /dev/sda, do the following to install
grub into /dev/sdb MBR:
> device (hd0) /dev/sdb
> root (hd0,0)
> setup (hd0)
That is telling grub to assume the drive is hd0 (the first disk in the
system).
Thus, if the first fails, the second will play the role of the first
one, and so the MBR will be correct.
If you think twice, the end result is the same as the one obtained
adopting the way explained by Tilman Schmidt in the previous post.
Regards.
----
Bonne chance
Philippe
Plus d'informations sur la liste de diffusion Toulouse-ll