The title describes it all...
I have previously tried with Balena Etcher but it didn't work as expected.
Also, i can't get WoeUSB installed on my Debian because i have some pathetic problems with Snap.
Is there another way that is not extremely complicated?
Asked
Active
Viewed 579 times
0
1 Answers
0
You can’t make a bootable usb anymore. You need to buy a cd now and install through the cd because it might ask you the product code and if you find this code only on a real windows product not a fake that you install from the internet.
-
let's say that it's not the image from the microsoft site. – John Baltariu Apr 27 '20 at 09:45
-
When I visit https://www.microsoft.com/en-us/software-download/windows10ISO with linux, i can easily select/download the normal 5.1GiB iso ... – Alex Stragies Apr 27 '20 at 09:46
-
I already have an image of WIndows 10. That's not a problem. And it won't ask for the CD Key ( I can skip that part) – John Baltariu Apr 27 '20 at 09:50
-
You need a product key that is only on the catalog of the cd that you will buy. I recommend you to go to a computer store and ask him to install windows 10. He will do it for 5$ – Apr 27 '20 at 09:50
-
@JohnBaltariu then what is your problem ? – Apr 27 '20 at 09:52
-
my problem is that i don't know how to make it bootable on an USB!!! read the question carefully. – John Baltariu Apr 27 '20 at 10:01
-
Why don’t you borrow 2 min the laptop of a friend to make it ?!?! – Apr 27 '20 at 10:02
-
that's indeed a solution... but I'd also like to know how to make bootable images because i plan to switch to Linux full time. – John Baltariu Apr 27 '20 at 10:07
-
type in the terminal sudo dd if=/home/..../name.iso of=/dev/sdb – Apr 27 '20 at 10:12
-
/home/.../name.iso is the path to your iso file and /dev/sdb is the path to your usb then if i am not wrong you are good to go – Apr 27 '20 at 10:14
-
!!! It can be once sdb or sdc you need to see how it’s named – Apr 27 '20 at 10:15
-
does the "dd" command make the image bootable also? – John Baltariu Apr 27 '20 at 10:29
-
Give it a try, i haven’t done it myself – Apr 27 '20 at 10:30
-
@JohnBaltariu did it worked ? – Apr 27 '20 at 21:20
-
i got it to finally work by cloning and building "WoeUSB" – John Baltariu Apr 28 '20 at 19:04