oneohthree / bootify

Bash script to make USB drives bootables with Windows 7/8/8.1/10 installation files
GNU General Public License v2.0
32 stars 4 forks source link

bootify

bootify is a Bash script to make bootable USB drives with Windows 7/8/8.1/10 installation files. It can be used for Boot or UEFI systems.

Dependencies

Make sure the following tools exist on your system:

stat, file, mktemp, lsblk, dd, mkfs.ntfs, mkfs.vfat, parted, 7z, wimlib-imagex, rsync

Usage

Make sure bootify is executable: chmod +x bootify

sudo ./bootify -d [DEVICE] -s [boot|uefi] -i [ISO]

Todo

Bugs