grml2usb
grml2usb copied to clipboard
install Grml system to usb device
grml2usb
Install Grml Live Linux to a USB key drive.
Purpose
This tool installs a Grml ISO image (or a running Grml) to USB drives, making them bootable.
You can install multiple Grml flavours on the same USB drive, for example both amd64 and arm64 versions.
Installation
From Debian repositories
sudo apt install grml2usb
From GitHub releases
Download the latest release from GitHub Releases, and then:
# Download and install .deb package
sudo apt install ./grml2usb_*.deb
Quick Start
- Install
grml2usbpackage - Download a Grml ISO image
- Install it to USB device:
sudo grml2usb grml.iso /dev/sdX1
Warning: Replace /dev/sdX1 with the FAT partition on your USB device.
This will destroy all data on the device.
Documentation
For detailed usage instructions and all available options, visit: https://grml.org/grml2usb/
License
This project is licensed under the GPL v2+.
Contributing
- Source code: https://github.com/grml/grml2usb
- Issues: https://github.com/grml/grml2usb/issues
- Releases: https://github.com/grml/grml2usb/releases
- Grml Live Linux: https://grml.org