Alex Regan writes:
Hi,In the past, it's had a tendency to always put /boot only on /dev/sda, meaning if the first disk dies, the system becomes unable to boot. I have a software RAID for /boot working on CentOS 6 servers at work, so I would be very surprised if it could not also be done in Fedora. It does require you to be somewhat familiar with RAID and disk partitioning concepts to make it work.It appears to work, but...Also, you have to look out for the boot block install (what "grub2-install" puts on the disk). It doesn't do you any good to have a RAID for /boot if the boot block isn't also present on both disks.Installing to /dev/md0 has also been a problem. Is the procedure to install /dev/sda and /dev/sdb, then switch the boot order in the BIOS when sda dies?Often times when it dies, it won't automatically switch to another disk, it seems.
Did you install grub both on /dev/sda and /dev/sdb?Just using RAID1 for /boot on two drives isn't sufficient to be able to boot off the other drive, when swapped. grub also needs to be installed on both drives. And, yes, grub only gets installed on /dev/sda by default.
After installing Fedora, you need to manually execute /sbin/grub2-install /dev/sdbHopefully, the lobotomized partitioner in recent versions of Fedora, which now hides all partitioning details from the idiot user, except for the total partition size, leaves sufficient room for grub2 on /dev/sdb and /dev/sda.
Attachment:
pgpkrySsmA9Kk.pgp
Description: PGP signature
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org