Drive Utility - minios-linux/minios-live GitHub Wiki
Using Drive Utility
Drive Utility is a graphical tool for writing MiniOS ISO images to USB drives.
Installation: Available in MiniOS by default, for other distributions see https://github.com/minios-linux/driveutility
Important
⚠️ Warning: Incorrect device selection will result in data loss! Always double-check the selected drive and backup important data.
Drive Requirements
Drive Size (for MiniOS writing)
See Hardware Compatibility Guide for detailed system requirements and drive sizes.
Supported Filesystems
- FAT32: maximum compatibility
- NTFS: Windows compatibility
- EXT4: recommended for Linux
Launching Drive Utility
Through applications menu:
- Open menu → System → "Drive Utility"
Through terminal:
driveutility
Creating Bootable USB Drive
- Select "Write" mode in the main program window
- Select MiniOS ISO file:
- Click "Browse" button next to "Source" field
- Find and select the downloaded MiniOS.iso file
- Select target drive:
- Choose your USB drive from the device list
- Verify selection by size and model
- Start writing:
- Click "Write" button
- Confirm operation - all data on the drive will be deleted
- Wait for completion - process will take several minutes
Automatic Change Persistence
When writing MiniOS through Drive Utility, an exact copy of the ISO image is created. MiniOS will automatically detect the writing method and configure change persistence on first boot.
Parameter Configuration (for advanced users)
For precise persistence configuration, boot parameters can be used:
perchmode=native
- Direct partition saving (when free space available)perchmode=dynfilefs
- Dynamically expandable fileperchmode=raw
- Fixed-size fileperchsize=8000
- Storage space size for data in MB
Details in boot parameters.