Synchronize GRUB across multiple disks. https://r00t2.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
brent s. 6c0f0fb195
cleaned up boot entries in relchk, added todo for bootsync
2 years ago
.gitignore initial commit 2 years ago
COPYING adding GPL3 2 years ago
README initial commit 2 years ago
TODO cleaned up boot entries in relchk, added todo for bootsync 2 years ago
bootsync.hook initial commit 2 years ago
bootsync.py fix spacing issues 2 years ago
bootsync.xsd i think i might have something that works here... 2 years ago
prep.txt initial commit 2 years ago
sample.config.xml i think i might have something that works here... 2 years ago

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).