LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-14-2021, 04:19 AM   #1
Novatian
Senior Member
 
Registered: Feb 2008
Location: Australia
Distribution: Mint 20.3 MATE, Android, Windows 10, MX Linux and Mint 21.1 MATE
Posts: 1,052

Rep: Reputation: 38
Dual boot software to create bootable windows 10 USB?


What methods do other LQ users apply to create a Windows 10 bootable USB? Which software, and is there a sticky or how to? Using a desktop and legacy BIOS. It is for a dual boot system.

Last edited by Novatian; 11-14-2021 at 04:25 AM.
 
Old 11-14-2021, 09:22 AM   #2
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Personally I simply download the windows iso, then from my Linux desktop I use dd to write the iso to the USB device.

I have also used fedora media writer (on both linux and windows). I know that others have used etcher or rufus. Lots of choices available, and a very quick search for 'how to write an iso to usb' gives more than 19 million results.
 
Old 11-16-2021, 03:12 PM   #3
Novatian
Senior Member
 
Registered: Feb 2008
Location: Australia
Distribution: Mint 20.3 MATE, Android, Windows 10, MX Linux and Mint 21.1 MATE
Posts: 1,052

Original Poster
Rep: Reputation: 38
Quote:
Originally Posted by computersavvy View Post
Personally I simply download the windows iso, then from my Linux desktop I use dd to write the iso to the USB device.

I have also used fedora media writer (on both linux and windows). I know that others have used etcher or rufus. Lots of choices available, and a very quick search for 'how to write an iso to usb' gives more than 19 million results.
Thanks, I don't yet have any windows going so I have to use Linux. Rufus doesn't work in Linux but I will look at the others.
 
Old 11-16-2021, 10:21 PM   #4
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
On linux (most distros) the easiest way to write an iso to the usb device is to use dd.

A command such as
Code:
dd if=isofile.iso of=/dev/sdX bs=64M status=progress
will easily copy the iso file to the usb device as an exact image.
- isofile.iso is the name of the image file to copy
- /dev/sdX is the name of the usb device. If it has partitions that auto-mount when inserted you must unmount those partitions before using dd to write to the device.
- bs is the block size you wish to use for reading/writing. I use 64M because I have plenty of memory and it speeds up the process dramatically instead of using the default 512 byte block size.

'man dd' will give you all the info on how to use the dd command if you want to understand it better.
 
Old 11-17-2021, 10:49 AM   #5
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,628

Rep: Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557Reputation: 2557

This seems to be a duplicate of https://www.linuxquestions.org/questions/linux-software-2/using-manjaro-to-create-a-bootable-windows-10-for-dual-boot-4175703532

 
Old 11-17-2021, 12:02 PM   #6
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
I agree. The OP has seemed reluctant to try using 'dd' and when he opened this I wanted to stress the easy way, not the alternates.
 
Old 11-23-2021, 02:58 AM   #7
Novatian
Senior Member
 
Registered: Feb 2008
Location: Australia
Distribution: Mint 20.3 MATE, Android, Windows 10, MX Linux and Mint 21.1 MATE
Posts: 1,052

Original Poster
Rep: Reputation: 38
Yes I prefer a GUI to code. So I used Ventoy and it went well.

https://www.youtube.com/watch?v=O0Hxt3Evn_E

From this video.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Using Manjaro to create a bootable Windows 10 for dual boot? Novatian Linux - Software 23 11-23-2021 08:42 AM
[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
Creating bootable CDROM from a bootable USB drive seaquesttr Linux - Desktop 2 08-01-2010 11:57 AM
Making a USB stick bootable from a bootable cdrom cwwilson721 Slackware 2 10-23-2009 09:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:26 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