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. 27ac49a065
adding GPL3
2 years ago
.gitignore initial commit 2 years ago
COPYING adding GPL3 2 years ago
README initial commit 2 years ago
bootsync.hook initial commit 2 years ago
bootsync.py initial commit 2 years ago
bootsync.xsd initial commit 2 years ago
prep.txt initial commit 2 years ago
sample.config.xml initial commit 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).