Skip to content

Instantly share code, notes, and snippets.

@ervinb
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ervinb/7be7385f04b7052bb40b to your computer and use it in GitHub Desktop.
Save ervinb/7be7385f04b7052bb40b to your computer and use it in GitHub Desktop.
Bootable Windows 7 USB Stick from Ubuntu

Install required packages

sudo apt-get install gparted ntfs-3g

Create the bootable USB stick

GParted

  • format the USB drive with GParted to NTFS
  • while still in GParted, right click on the newly formatted volume and select Manage Flags and make sure that bootable is ticked

UNetbootin

  • download this specific version of UNetbootin
  • mark the downloaded file as executable and run it

sudo chmod +x ./unetbootin-linux-494 && sudo ./unetbootin-linux-494

  • tick Show all drives and select the USB drive (double check the drive's path in GParted)
  • select the Windows 7 ISO and start the creation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment