|
|
@@ -12,11 +12,14 @@ First, I would recommend removing all other USB storage devices except the one y
|
|
12
|
12
|
|
|
13
|
13
|
## Install woeusb
|
|
14
|
14
|
`sudo add-apt-repository ppa:tomtomtom/woeusb`
|
|
|
15
|
+
|
|
15
|
16
|
`sudo apt update`
|
|
|
17
|
+
|
|
16
|
18
|
`sudo apt install woeusb`
|
|
17
|
19
|
|
|
18
|
20
|
## Figure out which drive is your USB
|
|
19
|
21
|
It will be sda (/dev/sda) or something like that
|
|
|
22
|
+
|
|
20
|
23
|
`lsblk`
|
|
21
|
24
|
|
|
22
|
25
|
## Unmount the USB drive
|
|
|
@@ -24,6 +27,7 @@ It will be sda (/dev/sda) or something like that
|
|
24
|
27
|
|
|
25
|
28
|
## Install the .iso
|
|
26
|
29
|
Make sure to open terminal where the .iso is then run:
|
|
|
30
|
+
|
|
27
|
31
|
`sudo woeusb --device Win11_23H2_EnglishInternational_x64.iso /dev/sda`
|
|
28
|
32
|
|
|
29
|
33
|
Be sure to use the correct filename, it may not be the same as here, and the correct path, there's a chance that it isn't /dev/sda if you have other devices. Woeusb will let you know when it is done.
|