How to create Windows USB on Manjaro Linux - Command Line Method

Опубликовано: 09 Октябрь 2024
на канале: TechSolvePrac
24,803
317

There may be times when you will need to create Windows Bootable USB on Manjaro Linux. For the purpose you will need a Flash Drive of 8 GB or more capacity. You can follow the below steps to create Windows bootable USB Flash Drive on Manjaro Linux:

Step 1: Download Windows ISO file
Step 2: Format the Flash Drive with NTFS filesystem using GParted tool
Step 3: Open Terminal and use the following command:
$ sudo dd bs=4M if=[source - Windows ISO file] of=[destination - flash drive path] status=progress oflag=sync

After successful completion, the Flash Drive size will be around 5.3 GB.

Source: https://www.techsolveprac.com/

Useful Links used in video:

Hastags: #windows