1
0
Fork
You've already forked wibol
0
Windows Iso Bootable On Linux
  • C++ 100%
2025年05月15日 01:15:29 +05:00
assets Upload files to 'assets' 2023年06月06日 15:31:46 +00:00
.gitignore add .gitignore 2023年06月07日 11:07:01 +05:00
LICENSE Initial commit 2023年05月25日 19:38:40 +00:00
main.cpp no idea what i have made changed 2025年05月15日 01:15:29 +05:00
Proto.svg initial commit 2023年06月06日 15:14:46 +00:00
README.md update readme 2025年05月15日 01:15:05 +05:00

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?

  1. Use following command to identify USB device name
lsblk

Let say USB name is sdc

  1. Execute wibol with root privillages
sudo ./wibol
  1. Type USB in USB Field e.g /dev/sdc
  2. 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