Install Grml Live Linux to a USB key drive.
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.
sudo apt install grml2usb
Download the latest release from GitHub Releases, and then:
# Download and install .deb package
sudo apt install ./grml2usb_*.deb
- Install
grml2usb
package - 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.
For detailed usage instructions and all available options, visit: https://grml.org/grml2usb/
This project is licensed under the GPL v2+.
- 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