A CLI tool that allows you to restart your PC and then auto-boot into a selected device.
cargo install root_bootNote: You need Rust 1.70+
- Clone the repository:
git clone https://github.com/execRooted/root_boot.git
cd root_boot- Run the installer:
sudo ./install.shThe installer will automatically:
- Install Rust if not present
- Install it system-wide to
/usr/local/bin/root_boot
cd root_boot
sudo ./uninstall.sh# Run root_boot (will automatically request sudo if needed)
root_boot
The program will:
- Check for required privileges;
- Detect all bootable devices on your system;
- Display them with model names and sizes;
- Allow you to select a device by number;
- Set the selected device as the boot device;
- Reboot the system into that selected device;
- Devices are displayed as:
Model Size (Path) - Enter the number corresponding to your desired boot device
- Enter
0to exit the program
- Linux: Root privileges (automatically requested)
- Windows: Administrator privileges (automatically requested)
- Electricity: ...well you kinda need that
Made by execRooted