Total Pageviews

Friday, 20 August 2021

Iso2Usb: Create Bootable Media from ISO

 A cross platform utility to create bootable USB devices.

https://kaustubhpatange.github.io/Iso2Usb

GitHub issues GitHub language count Licence GitHub repo size

Click on logo to download latest release

Features

  • Create UFEI bootable devices from ISO images
  • Format USB with FAT32/vFAT, NTFS, EXT4
  • Create virtual hard disk (vhd) from USB (windows only)
  • Create dd out from USB block (linux only)
  • Automatic detection & selection of cluster size, partiton type
  • Create extended labels and icon files
  • Calculate md5 & sha1 hash keys
  • Check updates automatically

Compilation

Windows

Linux

  • Setup Java JDK 8 which includes JavaFx source and Intellij IDEA
  • In Intellij, select File > Open project and select folder from src/Linux

If you get any compiling error, make sure to set your default java jdk as jdk8. Also let me know you, the project will not compile over jdk11+ environment since oracle decided to remove JavaFX from package.

from https://github.com/KaustubhPatange/Iso2Usb

No comments:

Post a Comment