Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to create a USB boot disk in Linux to save Windows users

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly describes how to create USB boot disk in Linux to save Windows users, the article is very detailed, has a certain reference value, interested friends must read!

WoeUSB can make Windows boot disks in Linux and help your friends unlock their strike machines.

People often ask me to help them recover locked or damaged Windows computers. Sometimes, I can mount Windows partitions using Linux USB boot disks and then transfer and backup files from damaged systems.

Sometimes customers lose their passwords or otherwise lock their login credentials. One way to unlock an account is to create a Windows boot disk to repair your computer. Microsoft allows you to download copies of Windows from websites and provides tools to create USB boot drives. But to use them, you need a Windows computer, which means, as a Linux user, I need other ways to create a DVD or USB boot drive. I found it difficult to create Windows USB on Linux. My trusty tools like Etcher.io, Popsicle (for Pop!_ OS) and UNetbootin, or using dd from the command line to create bootable media, have not been very successful.

Until I discovered WoeUSB-ng, a Linux tool licensed under GPL 3.0 that creates a USB boot drive for Windows Vista, 7, 8, and 10. This open source software comes in two programs: a command-line tool and a graphical user interface (GUI) version.

Install WoeUSB-ng

The GitHub repository contains instructions for installing WoeUSB-ng on Arch, Ubuntu, Fedora, or using pip3.

If you are a supported Linux distribution, you can install WoeUSB-ng using your package manager. Alternatively, you can use Python's package manager pip to install applications. This is common in any Linux distribution. There is no functional difference between these methods, so use whatever you are familiar with.

I'm running Pop!_ OS, which is a derivative of Ubuntu, but because of my familiarity with Python, I chose pip3 installation:

$ sudo pip3 install WoeUSB-ng

Create a boot disk

You can use WoeUSB-ng from the command line or GUI version.

To create a boot disk from the command line, the syntax requires that the command contain the path to the Windows ISO file and a device. (In this case,/dev/sdX.) Use the lsblk command to identify your drive)

$ sudo woeusb --device Windows.iso /dev/sdX

You can also launch the program to get an easy-to-use interface. In the WoeUSB-ng application window, locate the Windows.iso file and select it. Select your USB target device (the drive you want to turn into a Windows boot disk). This will delete all information on this drive, so choose carefully and then double-check (double-check) your choice!

When you are sure you have selected the correct target drive, click the Install button.

WoeUSB-ng UI

It takes 5 to 10 minutes to create the media, depending on your Linux computer's processor, memory, USB port speed, etc. Please be patient.

When this process is complete and verified, you will have a Windows USB boot disk available to help others repair Windows computers.

help others

Open source is about helping others. Many times you can help Windows users by using Linux-based system rescue CDs. But sometimes, the only way to help is to get it directly from Windows, and WoeUSB-ng is a great open source tool that makes this possible.

The above is "How to create USB boot disk in Linux to save Windows users" all the content of this article, thank you for reading! Hope to share the content to help everyone, more relevant knowledge, welcome to pay attention to the industry information channel!

Original address: linux.cn/article-13143-1.html

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report