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