A Windows ISO image from Linux to a USB stick Announcing the arrival of Valued Associate #679:...
Find 108 by using 3,4,6
What does it mean that physics no longer uses mechanical models to describe phenomena?
How would a mousetrap for use in space work?
Why weren't discrete x86 CPUs ever used in game hardware?
Hangman Game with C++
Maximum summed subsequences with non-adjacent items
Why should I vote and accept answers?
Is CEO the "profession" with the most psychopaths?
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
Using audio cues to encourage good posture
How to write this math term? with cases it isn't working
Is there hard evidence that the grant peer review system performs significantly better than random?
Can a new player join a group only when a new campaign starts?
An adverb for when you're not exaggerating
How does the secondary effect of the Heat Metal spell interact with a creature resistant/immune to fire damage?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
How to react to hostile behavior from a senior developer?
Amount of permutations on an NxNxN Rubik's Cube
How can I reduce the gap between left and right of cdot with a macro?
What is this clumpy 20-30cm high yellow-flowered plant?
How much damage would a cupful of neutron star matter do to the Earth?
What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?
What was the first language to use conditional keywords?
Chinese Seal on silk painting - what does it mean?
A Windows ISO image from Linux to a USB stick
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Best way to create a bootable Windows USB from UbuntuHow to install Windows 7 to an USB HDD from Linux?How can I create a bootable USB stick from an openSUSE 11.2 DVD ISO imageIs it possible to take ANY ISO image file and make a boot USB key?Windows 8 ISO image to USB stick?How to burn iso image with Windows 8 Consumer Preview to USB memory stick on Mac OS XUSB Stick Not ContiguousHow to make iso image in Ubuntu linux that booted from live usb?Install Windows, remove Ubuntu USB stick from Mac OSXcreate image from usb in windows?ISO on USB stickNeed to create image ISO from USB stick, possible?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I've got Windows in an ISO image and want to put it on a USB stick so I can then install window. I want to do this from Linux.
windows usb images linux-distributions
add a comment |
I've got Windows in an ISO image and want to put it on a USB stick so I can then install window. I want to do this from Linux.
windows usb images linux-distributions
1
Do you have a question? Questions usually include a question mark!
– Lee Taylor
Mar 28 '13 at 1:44
which windows ? If it's xp , it would be a problem.
– Ashildr
Dec 10 '13 at 13:20
add a comment |
I've got Windows in an ISO image and want to put it on a USB stick so I can then install window. I want to do this from Linux.
windows usb images linux-distributions
I've got Windows in an ISO image and want to put it on a USB stick so I can then install window. I want to do this from Linux.
windows usb images linux-distributions
windows usb images linux-distributions
asked Mar 23 '13 at 0:05
Andy DAndy D
11
11
1
Do you have a question? Questions usually include a question mark!
– Lee Taylor
Mar 28 '13 at 1:44
which windows ? If it's xp , it would be a problem.
– Ashildr
Dec 10 '13 at 13:20
add a comment |
1
Do you have a question? Questions usually include a question mark!
– Lee Taylor
Mar 28 '13 at 1:44
which windows ? If it's xp , it would be a problem.
– Ashildr
Dec 10 '13 at 13:20
1
1
Do you have a question? Questions usually include a question mark!
– Lee Taylor
Mar 28 '13 at 1:44
Do you have a question? Questions usually include a question mark!
– Lee Taylor
Mar 28 '13 at 1:44
which windows ? If it's xp , it would be a problem.
– Ashildr
Dec 10 '13 at 13:20
which windows ? If it's xp , it would be a problem.
– Ashildr
Dec 10 '13 at 13:20
add a comment |
4 Answers
4
active
oldest
votes
Use WinUSB:
WinUSB is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD.
This package contains two programs:
- WinUSB-gui: a graphical interface which is very easy to use.
- winusb: the command line tool.
Supported images: Windows Vista, Seven, 8 installer for any language and any version (home, pro...) and Windows PE.
add a comment |
Use UNetbootin. It works with Windows bootable ISO, too.
add a comment |
- Open the ISO file with your program of choice, I prefer 7Zip.
- Make the primary partition on the thumb drive ACTIVE
- Copy all of the files present in the ISO onto the USB stick
- Boot from the USB
add a comment |
WinUSB is a tool for creating a bootable USB flash drive used for installing Windows. Native UEFI booting is supported for Windows 7 and later images. WoeUSB is an updated fork of the WinUSB project.
Some third-party installers feature Windows installation images (/sources/install.wim
) greater than 4GB making FAT32 as target filesystem impossible. NTFS filesystem support has been added to WoeUSB 3.0.0 and later.
To install WoeUSB (updated fork of WinUSB project) in Ubuntu 14.04/16.04/17.10/18.04/18.10/19.04:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install woeusb
To install WinUSB in Ubuntu 14.04/16.04/16.10/17.04:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install winusb
This will install the WinUSB graphical interface and the WinUSB command line tool. The WinUSB GUI is much easier to use than the WinUSB command line tool.
Installing WinUSB/WoeUSB on EFI-loaded Ubuntu will uninstall the grub-efi packages in order to install the grub-pc packages, so before you reboot run the following commands to repair grub:
sudo update-grub
sudo grub-install /dev/sdX # replace X with the letter of the partition where grub is located
sudo update-grub
sudo reboot
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f570168%2fa-windows-iso-image-from-linux-to-a-usb-stick%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use WinUSB:
WinUSB is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD.
This package contains two programs:
- WinUSB-gui: a graphical interface which is very easy to use.
- winusb: the command line tool.
Supported images: Windows Vista, Seven, 8 installer for any language and any version (home, pro...) and Windows PE.
add a comment |
Use WinUSB:
WinUSB is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD.
This package contains two programs:
- WinUSB-gui: a graphical interface which is very easy to use.
- winusb: the command line tool.
Supported images: Windows Vista, Seven, 8 installer for any language and any version (home, pro...) and Windows PE.
add a comment |
Use WinUSB:
WinUSB is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD.
This package contains two programs:
- WinUSB-gui: a graphical interface which is very easy to use.
- winusb: the command line tool.
Supported images: Windows Vista, Seven, 8 installer for any language and any version (home, pro...) and Windows PE.
Use WinUSB:
WinUSB is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD.
This package contains two programs:
- WinUSB-gui: a graphical interface which is very easy to use.
- winusb: the command line tool.
Supported images: Windows Vista, Seven, 8 installer for any language and any version (home, pro...) and Windows PE.
answered Mar 23 '13 at 0:46
KaranKaran
49.5k1489162
49.5k1489162
add a comment |
add a comment |
Use UNetbootin. It works with Windows bootable ISO, too.
add a comment |
Use UNetbootin. It works with Windows bootable ISO, too.
add a comment |
Use UNetbootin. It works with Windows bootable ISO, too.
Use UNetbootin. It works with Windows bootable ISO, too.
answered Mar 23 '13 at 0:16
Apple IIApple II
3,16832349
3,16832349
add a comment |
add a comment |
- Open the ISO file with your program of choice, I prefer 7Zip.
- Make the primary partition on the thumb drive ACTIVE
- Copy all of the files present in the ISO onto the USB stick
- Boot from the USB
add a comment |
- Open the ISO file with your program of choice, I prefer 7Zip.
- Make the primary partition on the thumb drive ACTIVE
- Copy all of the files present in the ISO onto the USB stick
- Boot from the USB
add a comment |
- Open the ISO file with your program of choice, I prefer 7Zip.
- Make the primary partition on the thumb drive ACTIVE
- Copy all of the files present in the ISO onto the USB stick
- Boot from the USB
- Open the ISO file with your program of choice, I prefer 7Zip.
- Make the primary partition on the thumb drive ACTIVE
- Copy all of the files present in the ISO onto the USB stick
- Boot from the USB
answered Dec 10 '13 at 14:24
Lee HarrisonLee Harrison
2,003912
2,003912
add a comment |
add a comment |
WinUSB is a tool for creating a bootable USB flash drive used for installing Windows. Native UEFI booting is supported for Windows 7 and later images. WoeUSB is an updated fork of the WinUSB project.
Some third-party installers feature Windows installation images (/sources/install.wim
) greater than 4GB making FAT32 as target filesystem impossible. NTFS filesystem support has been added to WoeUSB 3.0.0 and later.
To install WoeUSB (updated fork of WinUSB project) in Ubuntu 14.04/16.04/17.10/18.04/18.10/19.04:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install woeusb
To install WinUSB in Ubuntu 14.04/16.04/16.10/17.04:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install winusb
This will install the WinUSB graphical interface and the WinUSB command line tool. The WinUSB GUI is much easier to use than the WinUSB command line tool.
Installing WinUSB/WoeUSB on EFI-loaded Ubuntu will uninstall the grub-efi packages in order to install the grub-pc packages, so before you reboot run the following commands to repair grub:
sudo update-grub
sudo grub-install /dev/sdX # replace X with the letter of the partition where grub is located
sudo update-grub
sudo reboot
add a comment |
WinUSB is a tool for creating a bootable USB flash drive used for installing Windows. Native UEFI booting is supported for Windows 7 and later images. WoeUSB is an updated fork of the WinUSB project.
Some third-party installers feature Windows installation images (/sources/install.wim
) greater than 4GB making FAT32 as target filesystem impossible. NTFS filesystem support has been added to WoeUSB 3.0.0 and later.
To install WoeUSB (updated fork of WinUSB project) in Ubuntu 14.04/16.04/17.10/18.04/18.10/19.04:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install woeusb
To install WinUSB in Ubuntu 14.04/16.04/16.10/17.04:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install winusb
This will install the WinUSB graphical interface and the WinUSB command line tool. The WinUSB GUI is much easier to use than the WinUSB command line tool.
Installing WinUSB/WoeUSB on EFI-loaded Ubuntu will uninstall the grub-efi packages in order to install the grub-pc packages, so before you reboot run the following commands to repair grub:
sudo update-grub
sudo grub-install /dev/sdX # replace X with the letter of the partition where grub is located
sudo update-grub
sudo reboot
add a comment |
WinUSB is a tool for creating a bootable USB flash drive used for installing Windows. Native UEFI booting is supported for Windows 7 and later images. WoeUSB is an updated fork of the WinUSB project.
Some third-party installers feature Windows installation images (/sources/install.wim
) greater than 4GB making FAT32 as target filesystem impossible. NTFS filesystem support has been added to WoeUSB 3.0.0 and later.
To install WoeUSB (updated fork of WinUSB project) in Ubuntu 14.04/16.04/17.10/18.04/18.10/19.04:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install woeusb
To install WinUSB in Ubuntu 14.04/16.04/16.10/17.04:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install winusb
This will install the WinUSB graphical interface and the WinUSB command line tool. The WinUSB GUI is much easier to use than the WinUSB command line tool.
Installing WinUSB/WoeUSB on EFI-loaded Ubuntu will uninstall the grub-efi packages in order to install the grub-pc packages, so before you reboot run the following commands to repair grub:
sudo update-grub
sudo grub-install /dev/sdX # replace X with the letter of the partition where grub is located
sudo update-grub
sudo reboot
WinUSB is a tool for creating a bootable USB flash drive used for installing Windows. Native UEFI booting is supported for Windows 7 and later images. WoeUSB is an updated fork of the WinUSB project.
Some third-party installers feature Windows installation images (/sources/install.wim
) greater than 4GB making FAT32 as target filesystem impossible. NTFS filesystem support has been added to WoeUSB 3.0.0 and later.
To install WoeUSB (updated fork of WinUSB project) in Ubuntu 14.04/16.04/17.10/18.04/18.10/19.04:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install woeusb
To install WinUSB in Ubuntu 14.04/16.04/16.10/17.04:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install winusb
This will install the WinUSB graphical interface and the WinUSB command line tool. The WinUSB GUI is much easier to use than the WinUSB command line tool.
Installing WinUSB/WoeUSB on EFI-loaded Ubuntu will uninstall the grub-efi packages in order to install the grub-pc packages, so before you reboot run the following commands to repair grub:
sudo update-grub
sudo grub-install /dev/sdX # replace X with the letter of the partition where grub is located
sudo update-grub
sudo reboot
edited 10 hours ago
answered Oct 13 '15 at 5:37
karelkarel
9,439103339
9,439103339
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f570168%2fa-windows-iso-image-from-linux-to-a-usb-stick%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Do you have a question? Questions usually include a question mark!
– Lee Taylor
Mar 28 '13 at 1:44
which windows ? If it's xp , it would be a problem.
– Ashildr
Dec 10 '13 at 13:20