LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-30-2019, 11:54 AM   #1
Finsfree
Member
 
Registered: Aug 2018
Location: 3rd rock from the sun
Distribution: Ubuntu, Mint & Kali
Posts: 72

Rep: Reputation: Disabled
Create a Win 10 bootable USB Drive with Ubuntu 18.04.2?


I'm running Ubuntu 18.04.2 Desktop.

What would be the easiest way to create a Windows 10 USB bootable drive?

Seems like the built-in "Startup Disk Creator" only works with other linux distros (Not Windows).

Thanks,
 
Old 04-30-2019, 03:31 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,783

Rep: Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936
The recommended Windows utility to create a live Ubuntu bootable USB flash drive is rufus.

https://rufus.ie/
 
Old 04-30-2019, 04:02 PM   #3
Finsfree
Member
 
Registered: Aug 2018
Location: 3rd rock from the sun
Distribution: Ubuntu, Mint & Kali
Posts: 72

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by michaelk View Post
The recommended Windows utility to create a live Ubuntu bootable USB flash drive is rufus.

https://rufus.ie/
You have it backwards my friend. I want to create a bootable Windows 10 USB drive from a Ubuntu OS. Meaning I will be using Ubuntu as my OS to make a bootable Windows 10 USB drive.
 
Old 04-30-2019, 04:18 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,783

Rep: Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936Reputation: 5936
Ok. I have no experience using the utility.

https://www.omgubuntu.co.uk/2017/06/...-10-usb-ubuntu
 
Old 05-01-2019, 11:00 AM   #5
Finsfree
Member
 
Registered: Aug 2018
Location: 3rd rock from the sun
Distribution: Ubuntu, Mint & Kali
Posts: 72

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by michaelk View Post
Ok. I have no experience using the utility.

https://www.omgubuntu.co.uk/2017/06/...-10-usb-ubuntu
This did not work, so I'm back to square one.

Anymore suggestions?
 
Old 05-01-2019, 12:28 PM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
use woeusb https://medium.com/@codechangethewor...x-501f92e346a5
If you get a file to large error run woeusb from terminal similar to this:
Code:
woeusb \
    --target-filesystem NTFS \
    --device Win10_x64.iso /dev/sdX

Last edited by colorpurple21859; 05-01-2019 at 12:40 PM.
 
2 members found this post helpful.
Old 05-08-2019, 07:44 AM   #7
Finsfree
Member
 
Registered: Aug 2018
Location: 3rd rock from the sun
Distribution: Ubuntu, Mint & Kali
Posts: 72

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
use woeusb https://medium.com/@codechangethewor...x-501f92e346a5
If you get a file to large error run woeusb from terminal similar to this:
Code:
woeusb \
    --target-filesystem NTFS \
    --device Win10_x64.iso /dev/sdX
Yes, that was it! Thanks man!
Attached Thumbnails
Click image for larger version

Name:	WoeUSB Terimal.jpg
Views:	39
Size:	157.8 KB
ID:	30525  
 
Old 05-11-2019, 05:33 PM   #8
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
Your welcome
 
Old 05-13-2019, 08:09 AM   #9
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
Quote:
Originally Posted by colorpurple21859 View Post
use woeusb https://medium.com/@codechangethewor...x-501f92e346a5
If you get a file to large error run woeusb from terminal similar to this:
Code:
woeusb \
    --target-filesystem NTFS \
    --device Win10_x64.iso /dev/sdX
Thank you for the link, I will be creating a LiveUSB Win10 system using my Fedora 29 workstation this week to test some hardware issues I am having under Fedora.
 
Old 05-24-2019, 01:13 AM   #10
douglas.odo@yahoo.com
LQ Newbie
 
Registered: May 2019
Posts: 3

Rep: Reputation: Disabled
In order to create Win 10 bootable USB Drive with Ubuntu 18.04.2 you should use these steps:

1: Download Windows 10 ISO.
2: Install WoeUSB application.
3: Format USB drive.
4: Using WoeUSB to create bootable Windows 10.
5: Using Windows 10 bootable USB.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Can I make a USB hard drive bootable with same procedure to make USB stick bootable? Tem2 Linux - Hardware 1 02-16-2019 08:25 AM
How to: Bootable USB drive with one installed distro, and two bootable installations ? Okruglica Linux - Newbie 1 04-21-2013 08:09 PM
LXer: Create a Bootable Live USB Thumb Drive or Rescue Drive Using UNetbootin LXer Syndicated Linux News 0 08-06-2012 03:10 AM
[SOLVED] If I dd copy a bootable usb drive to an iso will the iso be bootable? mgallatin Linux - Software 5 03-23-2011 04:46 PM
Creating bootable CDROM from a bootable USB drive seaquesttr Linux - Desktop 2 08-01-2010 11:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration