Skip to content

Free and open source tool for Linux x86_64 systems that aims to be easy and simple to build, read create bootable USB devices, without relying on external tooling

Notifications You must be signed in to change notification settings

Sot-Mits/PolyBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolyBoot

PolyBoot is a free and open source tool for Linux x86_64 systems that aims to be easy and simple to build, read create bootable USB devices, without relying on external tooling.

As such, support may be quite limited, but given the nature of such a low-level tool it is paramount that everyone can easily understand the program and not fall in the, "it's open-source therefore it's secure", fallacy.

Compilation

Building PolyBoot is simple to build by design and doesn't obfuscate the build process; Everything needed to build and run PolyBoot is included or pulled automatically so you don't have to deal with dependencies.

git clone https://github.com/Sot-Mits/PolyBoot.git
cd PolyBoot
cargo build --release

Usage

polyboot [BLOCK_DEVICE] [IMAGE_DIRECTORY]

Examples

Initialising /dev/sda:

sudo ./polyboot /dev/sda

Initialising /dev/sda and copying images from ~/Documents/ISOs:

sudo /polyboot /dev/sda ~/Documents/ISOs

About

Free and open source tool for Linux x86_64 systems that aims to be easy and simple to build, read create bootable USB devices, without relying on external tooling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages