Update 'Installing Windows on a m.2 SSD with Linux.md'
This commit is contained in:
@@ -12,11 +12,14 @@ First, I would recommend removing all other USB storage devices except the one y
|
||||
|
||||
## Install woeusb
|
||||
`sudo add-apt-repository ppa:tomtomtom/woeusb`
|
||||
|
||||
`sudo apt update`
|
||||
|
||||
`sudo apt install woeusb`
|
||||
|
||||
## Figure out which drive is your USB
|
||||
It will be sda (/dev/sda) or something like that
|
||||
|
||||
`lsblk`
|
||||
|
||||
## Unmount the USB drive
|
||||
@@ -24,6 +27,7 @@ It will be sda (/dev/sda) or something like that
|
||||
|
||||
## Install the .iso
|
||||
Make sure to open terminal where the .iso is then run:
|
||||
|
||||
`sudo woeusb --device Win11_23H2_EnglishInternational_x64.iso /dev/sda`
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user