WinUSB is back - new and updated version available
A
friend of mine had this pretty looking Asus laptop that needed a total reinstall, and so in the process I needed to find something to build a Windows 10 bootable USB. I remembered a nice tool called WinUSB but it was abandoned. Well, it's been adopted again, and you can find out about it here
It was a bit tricky following the instructions to build the package, I used the advised ubuntu/debian build-a-package method, which I am not that familiar with. But it came out in the end. This was precisely what I did (garnered from my shell history), I am using Ubuntu 14.04.5:
sudo apt install devscripts equivs gdebi-core
git clone https://github.com/slacka/WinUSB.git
cd WinUSB
mk-build-deps debian/control
sudo gdebi winusb-build-deps_1.0.11_all.deb
dpkg-buildpackage -uc -b
apt install gksu p7zip-full
dpkg -i ../winusb_1.0.11_amd64.deb
The version number may be different if you are reading it some time later than when I write it so check what the filename is with ls and look for the file that has the same except the version.
PS
😎
We can't code here! This is Whale country!Vote #1 l0k1
Go to steemit.com/~witnesses to cast your vote by typing l0k1 into the text entry at the bottom of the leaderboard.
(note, my username is spelled El Zero Kay One or Lima Zero Kilo One, all lower case)
