Skip to content

MrConnect/Iso2Usb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iso2Usb: Create Bootable Media from ISO

GitHub issues GitHub language count Licence GitHub repo size

Logo

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.

License

Copyright 2019 Kaustubh Patange

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

About

A cross platform utility to create bootable USB devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 71.2%
  • Java 22.6%
  • HTML 5.4%
  • CSS 0.8%