Changelog is pretty long. Please read the release notes from 3.2.2 to 3.2.10 from here.
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R3806:dc62b43b312f: Update woeusb to 3.2.10
Successfully burnt a Windows 10 ISO.
Successfully reported an error for a 4 GB pen drive.
Diff Detail
Diff Detail
- Repository
- R3806 woeusb
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
While the GUI works fine, we have these errors if launched from terminal:
check_runtime_dependencies: Error: WoeUSB requires blockdev command in the executable search path, but it is not found. check_runtime_dependencies: Error: WoeUSB requires parted command in the executable search path, but it is not found. check_runtime_dependencies: Error: WoeUSB requires partprobe command in the executable search path, but it is not found. check_runtime_dependencies: Error: WoeUSB requires wipefs command in the executable search path, but it is not found. check_runtime_dependencies: Error: mkdosfs/mkfs.msdos/mkfs.vfat/mkfs.fat command not found! check_runtime_dependencies: Error: Please make sure that dosfstools is properly installed! check_runtime_dependencies: Error: mkntfs command not found! check_runtime_dependencies: Error: Please make sure that ntfs-3g is properly installed! check_runtime_dependencies: Error: grub-install or grub2-install command not found! check_runtime_dependencies: Error: Please make sure that GNU GRUB is properly installed!
Is this intended? Because we had these errors in the previous version as well.