Skip to content

How do I add a second bootable disk? #585

Discussion options

You must be logged in to vote

Not anymore, because I finally got the accursed thing working properly using mdraid. That actually got this motherboard recognizing both drives AS bootable, which it was refusing to do at least half the time, after I used efibootmgr to manually create entries for both drives.

This was what worked, after booting into the system from a portable ZBM thumbdrive.

First, unmount /boot/efi and wipe the boot partitions on both disks:

root@new:~# umount /boot/efi
root@new:~# sgdisk --zap-all /dev/sda1 ; sgdisk --zap-all /dev/sdb1

Then, reconfigure both boot partitions to the Linux RAID automount type, create a new RAID1 mirror across them, and format it for use:

root@new:~# sgdisk /dev/sda -t1:FD…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@jimsalterjrs
Comment options

@jimsalterjrs
Comment options

@ahesford
Comment options

@jimsalterjrs
Comment options

Answer selected by jimsalterjrs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants