Woeusb kali linux как установить
Перейти к содержимому

Woeusb kali linux как установить

  • автор:

не могу установить woeusb

E: Невозможно исправить ошибки: у вас зафиксированы сломанные пакеты.

Система уже «сломана», и пока не починишь, не сможешь установить вообще ничего.

andytux ★★★★★
( 03.01.21 13:17:48 MSK )
Ответ на: комментарий от andytux 03.01.21 13:17:48 MSK
mago_g0sora
( 03.01.21 13:54:01 MSK ) автор топика

Как вариант, воспользуйтесь альтернативной Windows2USB

ValdikSS ★★★★★
( 03.01.21 14:29:50 MSK )
Ответ на: комментарий от ValdikSS 03.01.21 14:29:50 MSK

и как этим пользоваться?

mago_g0sora
( 03.01.21 14:44:05 MSK ) автор топика
Ответ на: комментарий от mago_g0sora 03.01.21 14:44:05 MSK

How to use?

Download latest portable AppImage version from the Releases page, set execution bit ( chmod +x windows2usb-*.AppImage ) and run it from the terminal.

The program prints removable storage list if no arguments supplied.

ValdikSS ★★★★★
( 03.01.21 14:46:04 MSK )
Ответ на: комментарий от ValdikSS 03.01.21 14:46:04 MSK

windows2usb: команда не найдена 

mago_g0sora
( 03.01.21 14:55:23 MSK ) автор топика
Ответ на: комментарий от mago_g0sora 03.01.21 14:55:23 MSK

Сначала нужно перейти в каталог с программой с помощью cd , а затем запускать как ./windows2usb-0.1.6-x86_64.AppImage , либо же сразу указать полный путь для запуска.

Скрипт предназначен для людей, немного разбирающихся в Linux. Если вы задаёте такие вопросы, то будьте предельно осторожны: windows2usb полностью сотрёт устройство, на которое записывает Windows, и если вы случайно укажете не флешку, а жесткий диск, то сотрёт и его.

ValdikSS ★★★★★
( 03.01.21 15:05:57 MSK )
Ответ на: комментарий от ValdikSS 03.01.21 15:05:57 MSK

cyrill@monkey:~/Загрузки$ ./windows2usb-0.1.6-x86_64.AppImage /dev/sdc Windows.iso mbr == Working with ISO Win10_x64_Ru_8in2 == == Creating new MBR-formatted partition table == Checking that no-one is using this disk right now . OK Disk /dev/sdc: 7.5 GiB, 8022654976 bytes, 15669248 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x008ff9ac Old situation: Device Boot Start End Sectors Size Id Type /dev/sdc1 * 2048 15669247 15667200 7.5G 7 HPFS/NTFS/exFAT >>> Script header accepted. >>> Done. Created a new DOS disklabel with disk identifier 0xeb74404c. New situation: Disklabel type: dos Disk identifier: 0xeb74404c The partition table has been altered. Calling ioctl() to re-read partition table. Syncing disks. == Waiting 3 seconds to settle new partition layout == == Creating NTFS partition == Checking that no-one is using this disk right now . OK Disk /dev/sdc: 7.5 GiB, 8022654976 bytes, 15669248 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xeb74404c Old situation: >>> Created a new DOS disklabel with disk identifier 0xb8034ebd. /dev/sdc1: Created a new partition 1 of type 'HPFS/NTFS/exFAT' and of size 7.5 GiB. Partition #1 contains a vfat signature. /dev/sdc2: Done. New situation: Disklabel type: dos Disk identifier: 0xb8034ebd Device Boot Start End Sectors Size Id Type /dev/sdc1 * 2048 15669247 15667200 7.5G 7 HPFS/NTFS/exFAT The partition table has been altered. Calling ioctl() to re-read partition table. Syncing disks. Cluster size has been automatically set to 4096 bytes. Creating NTFS volume structures. mkntfs completed successfully. Have a nice day. == Writing bootloader == Windows 7 master boot record successfully written to /dev/sdc NTFS Windows 7 boot record successfully written to /dev/sdc1 == Mounting data partition == == Extracting files from ISO to the partition == 7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,4 CPUs x64) Scanning the drive for archives: 1 file, 4612947968 bytes (4400 MiB) Extracting archive: /home/cyrill/Загрузки/Windows.iso -- Path = /home/cyrill/Загрузки/Windows.iso Type = Udf Physical Size = 4612947968 Comment = Win10_x64_Ru_8in2 Cluster Size = 2048 Created = 2020-10-28 11:00:52 14% 386 - sources/install.esd 

у меня зависло на этом моменте

CodyKochmann / woeusb-debian-install.sh

Save CodyKochmann/e94968d8370e820363cf3fb0592bc542 to your computer and use it in GitHub Desktop.

these were the commands used to install and use woeusb on kali linux (debian) to create a bootable windows usb drive

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

Где скачaть WoeUsb на Linux?

(Заранее извиняюсь за тупость)
Привет. Я хочу скачать WoeUsb, для того чтобы создать загрузочную флешку с виндой (У меня сейчас Ubuntu 20.10). Я однажды находил в каком то ж*пе интернета рабочий и нормальный WoeUsb, в интернете полно ресурсов где можно скачать WoeUsb и все они выдают ошибку при установке, а альтернативы такие как Balena Etcher, Unetbootin, WinUsb и т.д. не работают. Пожалуйста дайте ссылку на нормальный рабочий woeusb.

  • Вопрос задан более трёх лет назад
  • 14815 просмотров

Комментировать
Решения вопроса 2

sotvm

Умный поймёт, а дураку и так всё равно.
sudo dd if=/windows.iso of=/dev/sdX
и не нужно никаких гуЁв а-ля WoeUsb )))
Ответ написан более трёх лет назад
Нравится 4 5 комментариев

BorLaze

главное, в sda не записать 🙂

sotvm

BorLaze,
это пустяки 🙂
главное не записать на тот раздел, где хранится ценная инфа и нет бэкапа ))

пытался сделать флешку дд. дд не работает. совсем. уефи флешку не видит. когда руфусом, видит и работает. когда унетбутином/етчером, видит, но не работает. шоеюсб НИЧЕГО с флешкой не делает. вентой её просто не видит. мне нужен руфус на линукс.

sotvm

внимательно читать пробовал?

622c35e43c383531111930.png

вот файл последнего релиза
вся эта хренотень,так же работает через dd

Подтверждаю, созданные при помощи dd загрузочные флэшки Windows 10 не работают; принимающая система их не распознаёт.
На разных сайтах видел предупреждение о том, что dd для образов Винды не идёт. Впрочем, для Linux-образов команда работает хорошо, пусть и очень медленно, и требует после себя команду sync, поскольку запись файлов не всегда завершается после видимого окончания работы команды в терминале. Кроме того, утилиту рекомендуется запускать с Live. Делал так — всё записалось отлично. Никаких дополнительных параметров в команду не добавлял.
Слышал об аналогах dd, но сейчас не вспомню названий.

hottabxp

Сначала мы жили бедно, а потом нас обокрали..

а альтернативы такие как Balena Etcher, Unetbootin, WinUsb и т.д. не работают.

Это да, не знаю за что их так хвалят.

sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt update sudo apt install woeusb

Запуск:
sudo woeusbgui

Несколько дней назад с помощью woeusb делал флешку (mbr) с Windows 10(там файл был больше 4ГБ). Все получилось без проблем. Использую Ubuntu 20.04

Ответ написан более трёх лет назад
Нравится 1 2 комментария
Имя Фамилия @alikk_python Автор вопроса
спасибо, но там ошибки
sudo add-apt-repository ppa:nilarimogard/webupd8

Repository: ‘deb ppa.launchpad.net/nilarimogard/webupd8/ubuntu groovy main’
Description:
The main Web Upd8 PPA maintained by: www.webupd8.org

To add this PPA, simply paste this in a terminal:
sudo add-apt-repository ppa:nilarimogard/webupd8

Packages in this PPA: audacious, ap-hotspot, awn-applet-radio, awn-applet-wm, calise, cmus, dockbarx, dockbarx-themes-extra, dropbox-share, emerald, exaile, fbmessenger, gnome-subtitles, gnome-window-applets, grsync, grive, gthumb, launchpad-getkeys, mc, mdm (Mint Display Manager), minitunes, minitube, musique, notifyosdconfig, nautilus-columns, powertop, ppa-purge, rosa-media-player, fixed pulseaudio-equalizer, subtitleeditor, syncwall, umplayer, unity-reboot, wimlib, youtube-dl, xfce4-dockbarx-plugin, xournal, yad, yarock and others. Almost all packages are updated to their latest version.

For other (specialized) PPAs we maintain, see: https://launchpad.net/~webupd8team
More info: https://launchpad.net/~nilarimogard/+archive/ubunt.
Adding repository.
Press [ENTER] to continue or Ctrl-c to cancel.
Found existing deb entry in /etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-groovy.list
Adding deb entry to /etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-groovy.list
Found existing deb-src entry in /etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-groovy.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-groovy.list
Adding key to /etc/apt/trusted.gpg.d/nilarimogard-ubuntu-webupd8.gpg with fingerprint 1DB29AFFF6C70907B57AA31F531EE72F4C9D234C
Hit:1 uz.archive.ubuntu.com/ubuntu groovy InRelease
Hit:2 uz.archive.ubuntu.com/ubuntu groovy-updates InRelease
Hit:3 uz.archive.ubuntu.com/ubuntu groovy-backports InRelease
Hit:4 ppa.launchpad.net/gezakovacs/ppa/ubuntu groovy InRelease
Hit:5 dl.google.com/linux/chrome/deb stable InRelease
Hit:6 repo.yandex.ru/yandex-browser/deb beta InRelease
Get:7 security.ubuntu.com/ubuntu groovy-security InRelease [110 kB]
Ign:8 ppa.launchpad.net/gnome3-team/gnome3/ubuntu groovy InRelease
Hit:9 https://repo.steampowered.com/steam stable InRelease
Ign:10 ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu groovy InRelease
Hit:11 https://download.mono-project.com/repo/ubuntu vs-bionic InRelease
Hit:12 packages.microsoft.com/repos/edge stable InRelease
Hit:13 ppa.launchpad.net/kivy-team/kivy/ubuntu groovy InRelease
Hit:14 packages.microsoft.com/repos/code stable InRelease
Hit:15 ppa.launchpad.net/lutris-team/lutris/ubuntu groovy InRelease
Hit:16 ppa.launchpad.net/nilarimogard/webupd8/ubuntu groovy InRelease
Ign:17 ppa.launchpad.net/noobslab/apps/ubuntu groovy InRelease
Hit:18 ppa.launchpad.net/vala-team/ppa/ubuntu groovy InRelease
Err:19 ppa.launchpad.net/gnome3-team/gnome3/ubuntu groovy Release
404 Not Found [IP: 91.189.95.85 80]
Err:20 ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu groovy Release
404 Not Found [IP: 91.189.95.85 80]
Err:21 ppa.launchpad.net/noobslab/apps/ubuntu groovy Release
404 Not Found [IP: 91.189.95.85 80]
Hit:22 https://download.sublimetext.com apt/stable/ InRelease
Reading package lists. Done
E: The repository ‘ppa.launchpad.net/gnome3-team/gnome3/ubuntu groovy Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository ‘ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu groovy Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository ‘ppa.launchpad.net/noobslab/apps/ubuntu groovy Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Имя Фамилия @alikk_python Автор вопроса
вторая и третья ошибка
sudo apt update

Hit:1 https://repo.steampowered.com/steam stable InRelease
Hit:2 uz.archive.ubuntu.com/ubuntu groovy InRelease
Hit:3 uz.archive.ubuntu.com/ubuntu groovy-updates InRelease
Hit:4 uz.archive.ubuntu.com/ubuntu groovy-backports InRelease
Hit:5 ppa.launchpad.net/gezakovacs/ppa/ubuntu groovy InRelease
Ign:6 ppa.launchpad.net/gnome3-team/gnome3/ubuntu groovy InRelease
Ign:7 ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu groovy InRelease
Hit:8 repo.yandex.ru/yandex-browser/deb beta InRelease
Hit:9 dl.google.com/linux/chrome/deb stable InRelease
Hit:10 https://download.mono-project.com/repo/ubuntu vs-bionic InRelease
Hit:11 ppa.launchpad.net/kivy-team/kivy/ubuntu groovy InRelease
Get:12 security.ubuntu.com/ubuntu groovy-security InRelease [110 kB]
Hit:13 ppa.launchpad.net/lutris-team/lutris/ubuntu groovy InRelease
Hit:14 ppa.launchpad.net/nilarimogard/webupd8/ubuntu groovy InRelease
Hit:15 https://download.sublimetext.com apt/stable/ InRelease
Ign:16 ppa.launchpad.net/noobslab/apps/ubuntu groovy InRelease
Hit:17 ppa.launchpad.net/vala-team/ppa/ubuntu groovy InRelease
Err:18 ppa.launchpad.net/gnome3-team/gnome3/ubuntu groovy Release
404 Not Found [IP: 91.189.95.85 80]
Err:19 ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu groovy Release
404 Not Found [IP: 91.189.95.85 80]
Hit:20 packages.microsoft.com/repos/edge stable InRelease
Hit:21 packages.microsoft.com/repos/code stable InRelease
Err:22 ppa.launchpad.net/noobslab/apps/ubuntu groovy Release
404 Not Found [IP: 91.189.95.85 80]
Reading package lists. Done
E: The repository ‘ppa.launchpad.net/gnome3-team/gnome3/ubuntu groovy Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository ‘ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu groovy Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository ‘ppa.launchpad.net/noobslab/apps/ubuntu groovy Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

sudo apt install woeusb

Reading package lists. Done
Building dependency tree
Reading state information. Done
E: Unable to locate package woeusb

Ответы на вопрос 0
Ваш ответ на вопрос

Войдите, чтобы написать ответ

сети

  • Компьютерные сети
  • +2 ещё

Как настроить правила маршрутизации трафика для двух IP адресов на Ubuntu server?

  • 1 подписчик
  • 21 час назад
  • 73 просмотра

WoeUSB – Create Bootable Windows USB Sticks from Linux

We have written on tools. e.g. ISO Image Writer, Fedora Media Writer, and Etcher, with which you can make flash drives bootable. But even they have issues making flash drives and memory cards bootable with Windows in my experience.

The tool we introduce to you today is capable of achieving this feat without stress; it’s called WoeUSB.

WoeUSB is a free and open-source software tool that allows you to create bootable Windows USB drives from Windows ISO files or DVD discs.

It is specifically designed for Linux-based operating systems and provides a graphical interface to simplify the process of creating bootable USB drives for installing Windows.

With WoeUSB, Linux users can easily create a bootable USB drive containing Windows installation files, which can be used to install or repair Windows on a computer.

This is particularly useful when you don’t have access to a Windows machine but need to install Windows on a new computer or reinstall it on an existing one.

WoeUSB supports various versions of Windows, including Windows Vista, Windows 7, Windows 8, Windows 8.1, and Windows 10. It uses the NTFS file system for compatibility with Windows installation files and ensures that the USB drive is properly formatted and configured to be bootable.

Install WoeUSB on Linux

WoeUSB is a program that can be run without installation as shown, but first, install some required dependencies.

$ sudo apt install bash dosfstools findutils grep gawk grub-common grub-pc-bin ntfs-3g p7zip-full parted util-linux wget wimtools

Next, download the program (woeusb-N.N.N.bash) from the releases page and set the missing executable file permission.

$ chmod +x woeusb-N.N.N.bash

Finally, launch a terminal application and run the program via the appropriate path.

$ sudo ./woeusb-N.N.N.bash

Run WoeUSB in Ubuntu

Create Bootable Windows USB Device

Here are a few examples of using WoeUSB from the command line:

1. To create a bootable Windows USB device from a Windows ISO file:

$ sudo ./woeusb-N.N.N.bash --device /path/to/windows.iso /dev/sdX

Replace /path/to/windows.iso with the actual path to your Windows ISO file, and /dev/sdX with the target USB device (e.g., /dev/sdb, /dev/sdc). Make sure to specify the correct device to avoid overwriting data on other drives.

2. To create a bootable Windows USB device from a Windows DVD disc:

$ sudo ./woeusb-N.N.N.bash --device /dev/sr0 /dev/sdX

3. To format the USB drive as NTFS:

$ sudo ./woeusb-N.N.N.bash --format /dev/sdX

4. To specify the partition scheme explicitly (e.g., GPT):

$ sudo ./woeusb-N.N.N.bash --partition-type=gpt --device /path/to/windows.iso /dev/sdX

Remember to replace /dev/sdX with the appropriate device identifier for your system. It’s essential to double-check the device name to avoid accidentally overwriting data on other drives.

Are you familiar with WoeUSB? Share your experience and/or questions with us in the comments section below.

Divine Okoi is a cybersecurity postgrad with a passion for the open-source community. With 700+ articles covering different topics in IT, you can always trust him to inform you about the coolest tech.

Each tutorial at GeeksMint is created by a team of experienced writers so that it meets our high-quality writing standards.

24 thoughts on “WoeUSB – Create Bootable Windows USB Sticks from Linux”

It says that /dev/sdb/ isn’t a block device file. How can I fix it? Reply
YGO Wiseman

it said it can’t locate woeusb package when trying to install, why is that? where it should be locate it for the system to find it? Reply

waste of time – kubuntu 20.04
(package referred to existed in v18, can’t be be installed because it has its own dependency issues) The following packages have unmet dependencies: woeusb : Depends: libwxgtk3.0-0v5 (>= 3.0.4+dfsg) which is a virtual package and is not provided by any available package The following actions will resolve these dependencies: Keep the following packages at their current version: 1) woeusb [Not Installed] Reply

I followed below steps to make woe usb write windows 10 iso to bootable USB. My laptop runs on Ubuntu 18.04. 1) Download .deb package from github 2) sudo dpkg -i woeusb-build-deps_3.3.1_all.deb The above command gave below error
Selecting previously unselected package woeusb-build-deps.
(Reading database … 337994 files and directories currently installed.)
Preparing to unpack woeusb-build-deps_3.3.1_all.deb …
Unpacking woeusb-build-deps (3.3.1) …
dpkg: dependency problems prevent configuration of woeusb-build-deps:
woeusb-build-deps depends on debhelper (>= 9); however:
Package debhelper is not installed.
woeusb-build-deps depends on dh-autoreconf; however:
Package dh-autoreconf is not installed.
woeusb-build-deps depends on libwxgtk2.8-dev | libwxgtk3.0-dev; however:
Package libwxgtk2.8-dev is not installed.
Package libwxgtk3.0-dev is not installed. dpkg: error processing package woeusb-build-deps (–install):
dependency problems – leaving unconfigured
Errors were encountered while processing:
woeusb-build-deps
3) Now its required to install dependencies as follows.
sudo apt –fix-broken install 4) Woe USB will be installed automatically with command in point 3 above. If its not installed then,
sudo dpkg -i woeusb-build-deps_3.3.1_all.deb 5) Open gparted from Ubuntu apps. Find your USB device and unmount it. This step is must to do. 6) Open terminal and simply type woeusbgui 7) Choose your windows iso image and start writing ! Reply

And…. You told us how to download it (although had dependency errors with Ubuntu 20.04.2 LTS where I had to use other sources) but you just ended it at that even though your title says ” … Create Bootable Windows USB Sticks from Linux”. We’re halfway there so no, this isn’t an article to tell someone how to “… Create Bootable Windows USB Sticks from Linux”. Reply

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *