Windows Iso Bootable On Linux
- C++ 100%
| assets | Upload files to 'assets' | |
| .gitignore | add .gitignore | |
| LICENSE | Initial commit | |
| main.cpp | no idea what i have made changed | |
| Proto.svg | initial commit | |
| README.md | update readme | |
WIBOL(Windows Iso Bootable On Linux)
A GUI application to create bootable USB of Windows ISO on Linux
Note
At the time application can only create bootable usb for BIOS/Legacy systems
Dependencies
Runtime
- rsync
- sync
- ntfs-3g
- ms-sys
- parted
Build
- fltk
- g++
Compiling
git clone https://codeberg.org/Luciogi/wibol.git
cd wibol
g++ -lfltk wibol.cpp -o wibol
How to Use?
- Use following command to identify USB device name
lsblk
Let say USB name is sdc
- Execute wibol with root privillages
sudo ./wibol
- Type USB in USB Field e.g
/dev/sdc - Drag and Drog ISO on ISO Field, and make sure it does not contain
file://at begining e.g /home/username/Downloads/windows.iso
Tested ISO
- Windows 7
- Windows 10