Skip to content

Instantly share code, notes, and snippets.

@FrostyX
Last active June 4, 2016 11:10
Show Gist options
  • Save FrostyX/bf4a922999d9c278f967daca5350a4bb to your computer and use it in GitHub Desktop.
Save FrostyX/bf4a922999d9c278f967daca5350a4bb to your computer and use it in GitHub Desktop.
Install Windows 7 via USB

Run diskpart and then

Windows:

list disk
select disk <num>
clean
create partition primary
select partition 1
active
format quick fs=fat32
assign
exit

Linux:

mkdir ~/extracted
sudo mount -o loop ~/win7.iso ~/extracted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment