linux:win-boot-usb
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:win-boot-usb [2019/05/12 17:58] – Wulf Rajek | linux:win-boot-usb [2023/05/29 11:55] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Create custom Win USB install ====== | ||
+ | |||
+ | < | ||
+ | sudo add-apt-repository ppa: | ||
+ | sudo apt update | ||
+ | sudo apt install woeusb | ||
+ | sudo add-apt-repository --remove ppa: | ||
+ | sudo apt update | ||
+ | </ | ||
+ | |||
+ | or build manually from git: | ||
+ | < | ||
+ | git clone https:// | ||
+ | cd WoeUSB/ | ||
+ | ./ | ||
+ | sudo apt-get install devscripts equivs gdebi-core | ||
+ | mk-build-deps | ||
+ | sudo gdebi woeusb-build-deps_*.deb | ||
+ | dpkg-buildpackage -uc -b | ||
+ | sudo gdebi ../ | ||
+ | </ | ||
+ | |||
+ | identify USB stick' | ||
+ | < | ||
+ | lsblk and/or | ||
+ | sudo blkid | ||
+ | </ | ||
+ | |||
+ | Create adjustable USB stick from Windows ISO file | ||
+ | < | ||
+ | sudo umount /dev/sdb1 | ||
+ | |||
+ | sudo woeusb --target-filesystem NTFS --device win_10.iso /dev/sdb | ||
+ | </ | ||
+ | or use | ||
+ | < | ||
+ | woeusbgui | ||
+ | </ | ||
+ | |||
+ | https:// | ||
+ | |||
+ | |||
====== Create bootable win7 USB drive in linux ====== | ====== Create bootable win7 USB drive in linux ====== | ||
+ | |||
+ | https:// | ||
Plug in USB Drive | Plug in USB Drive |
linux/win-boot-usb.1557680339.txt.gz · Last modified: 2023/05/29 11:53 (external edit)