WoeUSB для Linux
О программе
Что нового
Новое в версии 5.2.4 (28.11.2021):
- Изменения, которые в основном незаметны, но улучшают общий дизайн для удобства.
Системные требования
Полезные ссылки
Подробное описание
WoeUSB — утилита для Linux систем, позволяющая создавать загрузочные версии USB-носителей с установочными версиями операционных систем Windows. Утилита поддерживает запись загрузочных образов на USB устройства из iso-файлов или DVD дисков.
Утилита имеет две версии — графическая и консольная. Версия с графическим интерфейсом (woeusbgui), будет удобна для обычных пользователей, которые предпочитают работу с интуитивно понятным интерфейсом. Утилита командной строки (woeusb) предназначена для опытных пользователей операционной системы Linux, которым удобно работать в терминале с помощью текстовых команд.
Поддерживаются загрузочные образы Windows Vista, Windows 7, Window 8.x, Windows 10 и Windows PE всех языков и редакций. Поддерживаются режимы загрузки Legacy / MBR / IBM PC, а также UEFI для образов Windows 7 и выше.
Как в Linux записать загрузочную USB-флешку с установочной версией Windows с помощью утилиты WoeUSB
- Скачайте утилиту WoeUSB и запустите её с помощью ярлыка в меню программ или с рабочего стола.
- В разделе «Sourse» выберите источник дистрибутива операционной системы Windows.
- Отметьте пункт «From a disk image (iso)» и укажите путь к iso файлу.
- Или отметьте пункт «From a CD/DVD drive» и выберите привод компакт дисков с вставленным установочным DVD диском.
- В разделе «File System» укажите файловую систему, в которую будет отформатирован ваш USB-носитель.
- В последнем разделе «Target device» выберите USB устройство, на которое будет записана установочная версия Windows.
- Нажмите Install и при необходимости подтвердите выполнение операции.
Другие программы
Rufus
Утилита для создания загрузочных USB-носителей в Windows
F-Secure Linux Security
Антивирус для Linux с защитой в режиме реального времени
Woeusb kali linux как установить

- woeusb — непосредственно сама программа, которая работает из командной строки.
- woeusbgui — графическая оболочка (интерфейс) для woeusb (использует библиотеку WxWidgets).
- Файл ISO-образа
- DVD-диск с Windows
Поддерживаемые версии Windows
- Windows Vista
- Windows 7
- Window 8.x
- Windows 10
- Редакции: Home, Pro, Windows PE и другие.
- Legacy
- MBR-style
- IBM PC compatible bootmode
- Native UEFI для Windows 7 и новее (целевая файловая система только FAT)
Установка WoeUSB в Linux
Как создать установочную флешку с Windows
CodyKochmann / woeusb-debian-install.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| #! /bin/bash |
| # these were the commands used to install and use woeusb on kali linux (debian) |
| # to create a bootable windows usb drive |
| # by: Cody Kochmann |
| git clone https://github.com/slacka/WoeUSB.git |
| cd WoeUSB/ |
| ./setup-development-environment.bash |
| apt install devscripts equivs gdebi-core |
| mk-build-deps |
| gdebi woeusb-build-deps_3.3.0-1-g463f6fa_all.deb |
| ./src/woeusb —device /mnt/HDD2T/Win10_1903_V1_English_x64.iso /dev/sdd |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
How To Make Bootable Windows 10/11 USB with WoeUSB (Linux)
Make your very own Windows 10/11 Bootable USB with the help of WoeUSB.

This is a tool which is used to create a bootable Window 10 USB drive on Linux and is CLI based known as WoeUSB. This is under active development and a graphic user interface known as WoeUSB-frontend-wxgtk which at the moment is not maintained.
An independent python port of this known as WoeUSB-ng is also available which is maintained actively. This supports to the creation of a bootable Windows USB from Linux with support for both UEFI booting and Legacy PC. Its filesystem can either be FAT32 or NTFS, whereas the source can be either a disk image or physical installation disk. The best thing is that it supports non-ASCII filenames.
It supports Windows vista, 7, 8, 8.1, and 10 in any language or edition. The whole deal.
Table of Contents
How To Install WoeUSB Tool on Linux Distros

It has the following dependencies:
- Bash >= 4.3.
- Coreutils
- Util-linux.
- Grep and Gawk.
- Find utilities.
- Parted
p7zip is an optional dependency required like when windows 7 installation media does not ship with the USEFI bootloader in the proper location.
Now, on Debian, Ubuntu, and Linux distributions on these such as Pop!_OS, Linus Mint, Zorin Operating System and many others you can install these by using:
Fedora
Arch Linux / Manjaro / Ubuntu
User can now install the new command line somewhere in their PATH (commands below download them, install it to /usr/local/bin)
Bootiso is yet another tool with which users can create bootable USB drives from Linux.
(Guide) Creating Bootable Windows 10 and Windows 11 USB with WoeUSB
In the first step you need to plug the USB stick you wish to create installation into your system. wait for some time, use the following command line in order to list all disks which are connected with your system, including the drive:
Following is an example of a command showing a drive attached to my PC:
Now, in the above example output, you can see the USB device name by looking under the Disk, so in this case, it is /dev/sdd. Partitions are listed below the disk flags, so in this, you can see 2 partitions; 1 and 2 (since the name of the device is /dev/sdd, partitions are /dev/sdd3 and /dev/sdd4.
- After this, you need to unmount any mounted drive partitions.
If the drive you have inserted was mounted then unmount it before proceeding by using:
- Then create bootable windows drive from Linux using WoeUSB.
In two ways this can be done. The device creation method is used to wipe the entire storage device completely, after this you can build one from scratch. This method copies the ISO files to a partition that exists that too of a USB device and then makes it bootable, only overwriting files that exist already under the same name on it.
Using Device Mode (Easy)
Use the following command:
What you need to know about the syntax:
• –device specifies the creation mode of the device, “device” in such a case.
• /path/to/windows.iso –replace this with a path towards the images you wish to use for bootable USB media creation.
• /dev/sdX is the found under step 1 (like /dev/sdd)
• –target-filesystem ntfs specifies to use this as the target filesystem, in spite of default FAT32. Now, without this, you shall get an error in most of the cases which would say that the source image has been exceeded FAT32 4GiB file size limitation, like this: Error: File.

“/media/woeusb_source_/sources/install.wim” in source image has exceeded the FAT32 Filesystem 4GiB Single File Size Limitation and cannot be installed. You must specify a different –target-filesystem.
In this section:
- –partition is used to specify to use its partition mode, which is used to copy the windows ISO files to an already existing partition of a storage device and make it bootable, only overwrite files which exist under the same name of the USB already.
- /path/to/windows.iso –replace this one with the path towards the ISO you wish to use for the bootable USB media creation.
- /dev/sdXN is a device partition to which users want to copy the files. They can find this by using sudo parted -1, which is explained above.
Now, we are not specifying the type of partition target filesystem when using this in such a mode, as this only copies them to a partition on the USB stick, so therefore it is already supposed to be NTFS.
Note: Make sure to double click that device and partition are correct before running the command; all data on it shall be lost!
For more options such as specifying your own label for the filesystem which has been created newly, apply a workaround for a BIOS bug that shall not include the device there in the boot menu if no partition has a boot flag toggles, and more, you can see the app help (woeusb –help).

Summary
This was all for it! You should now be able to create a Windows 10/11 bootable USB using WoeUSB tool on Ubuntu, Debian or CentOS! This method has currently worked on all types and brands on pen drives, none have yet failed on me including SanDisk, Kingston or HP ones.
Woeusb kali linux как установить
B правой части каждого сообщения есть стрелки ⇧ и ⇩ . Не стесняйтесь оценивать ответы. Чтобы автору вопроса закрыть свой тикет, надо выбрать лучший ответ. Просто нажмите значок ✔ в правой части сообщения.
Бесплатный курс по пентесту от Школы Кодебай
Запишись на вводный видеокурс по пентесту , состоящий из 24 уроков. Разные инструменты, тактики и навыки: сканирование сети, фаззинг, брутфорс, сниффинг, sql-инъекции, mimikatz, загрузка полезной нагрузки, эксплуатация разных уязвимостей, XSS, CSRF и немного Reverse-shell. Будет полезен для быстрой подготовки к CTF, а так же для прохождения курсов « SQL Injection Master » и « WAPT ».
Бесплатный курс SQL Injection от Школы Кодебай
Запишись на вводный курс по SQL инъекциям. Курс состоит из 6 видео уроков. К каждому уроку приложена методичка. Есть общий чат для учащихся. Будет полезен для быстрой подготовки к CTF, а так же для прохождения курсов « SQL Injection Master » и « WAPT ».

