+3 votes
1.5k views
in Linux/Unix by (242k points)
reopened
Install WoeUSB Ubuntu 20.04 | Create Windows 10 Bootable USB with WoeUSB

1 Answer

+4 votes
by (1.6m points)
 
Best answer

How to install Windows 10 on Ubuntu 20.04 with WoeUSB

Bootable USB media has now become one of the best options we have for installing various operating systems from there. This facilitates the support work too much since we must not load several DVDs with the ISO image of the system. To achieve this there are various tools and one of the most common and special for this work is WoeUSB..

 

 

What is WoeUSB
WoeUSB is a utility that has been created with the purpose of allowing us to create bootable USBs and it is an application that is fully compatible with all versions from Windows Vista since it also supports 32-bit and 64-bit architectures and Legacy and UEFI modes.

 

Let's see how to install WoeUSB on Ubuntu 20.04.

 

 

To stay up to date, remember to subscribe to our YouTube channel!   SUBSCRIBE

 

 

How to install Windows 10 on Ubuntu 20.04 with WoeUSB

 

Step 1

The first thing is to have two requirements:
  • A USB media of at least 8 GB capacity
  • The Windows 10 ISO image which we can download at the following link: Windows 10 ISO image
To install WoeUSB on Ubuntu 20.04, we are going to first install the PPA repository with the following command:
 sudo add-apt-repository ppa: nilarimogard / webupd8 

image

 

Step 2

We press the Enter key to complete this process:

 

image

 

Step 3

Now we are going to update the system with the following command:
 sudo apt update 

image

 

Step 4

After that we proceed to install WoeUSB with the command:
 sudo apt install woeusb 

image

 

Step 5

As we can see this dependency error is generated, to correct it, we are going to execute the following:
 wget http://mirrors.kernel.org/ubuntu/pool/universe/w/wxwidgets3.0/libwxgtk3.0-0v5_3.0.4+dfsg-3_amd64.deb 
image

 

Step 6

Once saved, we install the package with the following command:
 sudo dpkg -i libwxgtk * _amd64.deb 
image

 

Step 7

Again an error appears, to correct it we execute:
 sudo apt -f install 
image

 

Step 8

We enter the letter S to confirm the installation:

 

image

 

Step 9

We update the system again:
 sudo apt update 
image

 

Step 10

Once updated we proceed with the installation of WoeUSB again:
 sudo apt install woeusb 
image

 

Step 11

We enter the letter S to confirm the process:

 

image

 

Step 12

We can access WoeUSb from Activities:

 

image

 

Step 13

When we open it we will see the following. In the "Source" field we activate the "From a disk image" box

 

image

 

Step 14

We select the ISO image of Windows 10. We click Open

 

image

 

Step 15

We will see it integrated. In the part "Target device" we select the USB medium connected to the equipment:

 

image

 

Step 16

We click on "Install" to start the process,

 

image

 

Step 17

We enter the administrator password:

 

image

 

Step 18

We click on "Authenticate" and we may see the following:

 

image

 

Step 19

If this is the case, we close WoeUSB and go to the Ubuntu file manager, right-click on the USB drive and select "Format":

 

image

 

Step 20

The following Disks window will be displayed, there we select the USB drive and click on Settings to choose "Format partition":

 

image

 

Step 21

In the next window we assign a name and activate the box "For use with Windows (NTFS)":

 

image

 

Step 22

Click Next and we receive the following warning. We click on "Format" to go to the USB format with NTFS:

 

image

 

Step 23

Here we will see the process.

 

image

 

Step 24

At the end we will see the following:

 

image

 

Step 25

Let's go back to WoeUSB and when selecting the ISO image and the USB, the process of creating the bootable USB of Windows 10 will take place:

 

image

 

Step 26

We can see that the USB is assigned the new name:

 

image

 

Step 27

After this, the process will come to an end and we can access the content of the USB where we see the Windows 10 installation files:

 

image

 

Note
In case of seeing the error of "Not responding" of WoeUSB, we can force the expulsion without problem.

Thanks to WoeUSB it is possible to create a bootable USB in Linux.

 


by
Thanks man!!! This does works!! Keep doing!!
...