Synchronize GRUB across multiple disks. https://r00t2.io/
Go to file
brent s. 6c0f0fb195
cleaned up boot entries in relchk, added todo for bootsync
2021-01-20 23:55:11 -05:00
.gitignore initial commit 2021-01-20 17:43:19 -05:00
COPYING adding GPL3 2021-01-20 17:44:41 -05:00
README initial commit 2021-01-20 17:43:19 -05:00
TODO cleaned up boot entries in relchk, added todo for bootsync 2021-01-20 23:55:11 -05:00
bootsync.hook initial commit 2021-01-20 17:43:19 -05:00
bootsync.py fix spacing issues 2021-01-20 21:39:49 -05:00
bootsync.xsd i think i might have something that works here... 2021-01-20 21:24:43 -05:00
prep.txt initial commit 2021-01-20 17:43:19 -05:00
sample.config.xml i think i might have something that works here... 2021-01-20 21:24:43 -05:00

README

This mini-project allows you to maintain segregated ESP failover in a multi-disk setup.

If you have just one disk in your system, this project is useless to you. I promise.

The examples assume use of UEFI and GRUB2, but it can easily be tweaked to use other bootloaders with a little research and modification to the configuration (and commenting out/modifying the writeConfs() function; I'll maybe make that a little smarter in the future).