How to create bootable Windows 7 USB on Ubuntu 16.04
I have a Windows 7 ISO which I'm trying to put on my USB to install Windows alongside ubuntu (I already know the steps to take to fix grub when I'm done) My problem is when I use unetbootin, it gets stuck on a screen that repeats automatic boot in 10 seconds infinitely, and I can't install winUSB on ubuntu 16.04.
I tried all the solutions and it works, but when I try to boot I get some error messages about realtek. Will post a screenshot when I get home.
I tried doing it for a third time and it worked, for some reason. So thanks.
boot usb iso
add a comment |
I have a Windows 7 ISO which I'm trying to put on my USB to install Windows alongside ubuntu (I already know the steps to take to fix grub when I'm done) My problem is when I use unetbootin, it gets stuck on a screen that repeats automatic boot in 10 seconds infinitely, and I can't install winUSB on ubuntu 16.04.
I tried all the solutions and it works, but when I try to boot I get some error messages about realtek. Will post a screenshot when I get home.
I tried doing it for a third time and it worked, for some reason. So thanks.
boot usb iso
add a comment |
I have a Windows 7 ISO which I'm trying to put on my USB to install Windows alongside ubuntu (I already know the steps to take to fix grub when I'm done) My problem is when I use unetbootin, it gets stuck on a screen that repeats automatic boot in 10 seconds infinitely, and I can't install winUSB on ubuntu 16.04.
I tried all the solutions and it works, but when I try to boot I get some error messages about realtek. Will post a screenshot when I get home.
I tried doing it for a third time and it worked, for some reason. So thanks.
boot usb iso
I have a Windows 7 ISO which I'm trying to put on my USB to install Windows alongside ubuntu (I already know the steps to take to fix grub when I'm done) My problem is when I use unetbootin, it gets stuck on a screen that repeats automatic boot in 10 seconds infinitely, and I can't install winUSB on ubuntu 16.04.
I tried all the solutions and it works, but when I try to boot I get some error messages about realtek. Will post a screenshot when I get home.
I tried doing it for a third time and it worked, for some reason. So thanks.
boot usb iso
boot usb iso
edited Nov 11 '16 at 19:13
Null_Error
asked Nov 10 '16 at 14:22
Null_ErrorNull_Error
19116
19116
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
- Go to 'Disks'.
- Select the USB drive.
- Restore the iso file from properties.
This worked for me.
add a comment |
mkusb now does Win10 startup disks:
https://help.ubuntu.com/community/mkusb/v7
Extracting the iso to a NTFS formatted USB has not worked for me in years.
add a comment |
Maybe You can try install WoeUSB or WinUSB
Here the download link: https://pkgs.org/download/woeusb
Or You can install it using terminal commands (WoeUSB):
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install woeusb
WinUSB downloadlink: https://pkgs.org/download/winusb
For WinUSB use command:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install winusb
add a comment |
You can use dd command in Ubuntu. The command is:
sudo dd if=/pathofiso of=/pathtousb
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f847834%2fhow-to-create-bootable-windows-7-usb-on-ubuntu-16-04%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
- Go to 'Disks'.
- Select the USB drive.
- Restore the iso file from properties.
This worked for me.
add a comment |
- Go to 'Disks'.
- Select the USB drive.
- Restore the iso file from properties.
This worked for me.
add a comment |
- Go to 'Disks'.
- Select the USB drive.
- Restore the iso file from properties.
This worked for me.
- Go to 'Disks'.
- Select the USB drive.
- Restore the iso file from properties.
This worked for me.
edited Nov 10 '16 at 14:38
muru
1
1
answered Nov 10 '16 at 14:35
KVSKVS
607
607
add a comment |
add a comment |
mkusb now does Win10 startup disks:
https://help.ubuntu.com/community/mkusb/v7
Extracting the iso to a NTFS formatted USB has not worked for me in years.
add a comment |
mkusb now does Win10 startup disks:
https://help.ubuntu.com/community/mkusb/v7
Extracting the iso to a NTFS formatted USB has not worked for me in years.
add a comment |
mkusb now does Win10 startup disks:
https://help.ubuntu.com/community/mkusb/v7
Extracting the iso to a NTFS formatted USB has not worked for me in years.
mkusb now does Win10 startup disks:
https://help.ubuntu.com/community/mkusb/v7
Extracting the iso to a NTFS formatted USB has not worked for me in years.
answered Nov 11 '16 at 4:24
C.S.CameronC.S.Cameron
4,50911028
4,50911028
add a comment |
add a comment |
Maybe You can try install WoeUSB or WinUSB
Here the download link: https://pkgs.org/download/woeusb
Or You can install it using terminal commands (WoeUSB):
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install woeusb
WinUSB downloadlink: https://pkgs.org/download/winusb
For WinUSB use command:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install winusb
add a comment |
Maybe You can try install WoeUSB or WinUSB
Here the download link: https://pkgs.org/download/woeusb
Or You can install it using terminal commands (WoeUSB):
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install woeusb
WinUSB downloadlink: https://pkgs.org/download/winusb
For WinUSB use command:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install winusb
add a comment |
Maybe You can try install WoeUSB or WinUSB
Here the download link: https://pkgs.org/download/woeusb
Or You can install it using terminal commands (WoeUSB):
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install woeusb
WinUSB downloadlink: https://pkgs.org/download/winusb
For WinUSB use command:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install winusb
Maybe You can try install WoeUSB or WinUSB
Here the download link: https://pkgs.org/download/woeusb
Or You can install it using terminal commands (WoeUSB):
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install woeusb
WinUSB downloadlink: https://pkgs.org/download/winusb
For WinUSB use command:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install winusb
edited Jan 19 at 10:40
answered Jan 18 at 23:01
ElvirElvir
316
316
add a comment |
add a comment |
You can use dd command in Ubuntu. The command is:
sudo dd if=/pathofiso of=/pathtousb
add a comment |
You can use dd command in Ubuntu. The command is:
sudo dd if=/pathofiso of=/pathtousb
add a comment |
You can use dd command in Ubuntu. The command is:
sudo dd if=/pathofiso of=/pathtousb
You can use dd command in Ubuntu. The command is:
sudo dd if=/pathofiso of=/pathtousb
edited Oct 25 '17 at 21:54
wjandrea
9,13942363
9,13942363
answered Nov 11 '16 at 7:40
Arijit ChatterjeeArijit Chatterjee
8971311
8971311
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f847834%2fhow-to-create-bootable-windows-7-usb-on-ubuntu-16-04%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