Created
October 26, 2016 12:09
-
-
Save rupakraj/8c26afdc6610e22d1b8a6d4fd68e6103 to your computer and use it in GitHub Desktop.
Making USB stick bootable using winusb
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
If we need to make usb stick bootable of windows ISO follow the steps | |
``` | |
$ sudo apt-get install winusb | |
``` | |
run winusb comand with appropiate parameters | |
``` | |
$ sudo winusb --format <ISO file> <desk> | |
``` | |
Example | |
``` | |
$ sudo winusb --format ~/en_windows_10_multiple_editions_x64_dvd_6846432.iso /dev/sdc | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the tutorial "How to bootable usb pendrive with CMD step by step easy tutorial".
in this tutorial i was show , how you can make your pendrive bootable for windows setup with easy step .
Watch it and comment blew . its easy or not . video => https://www.youtube.com/watch?v=dd69WxjlWkc
Thanks.