Update 'Installing Windows on a m.2 SSD with Linux.md'

This commit is contained in:
2025-04-28 11:51:03 +00:00
parent 71fe70872e
commit a617ac9b05

View File

@@ -12,11 +12,14 @@ First, I would recommend removing all other USB storage devices except the one y
## Install woeusb ## Install woeusb
`sudo add-apt-repository ppa:tomtomtom/woeusb` `sudo add-apt-repository ppa:tomtomtom/woeusb`
`sudo apt update` `sudo apt update`
`sudo apt install woeusb` `sudo apt install woeusb`
## Figure out which drive is your USB ## Figure out which drive is your USB
It will be sda (/dev/sda) or something like that It will be sda (/dev/sda) or something like that
`lsblk` `lsblk`
## Unmount the USB drive ## Unmount the USB drive
@@ -24,6 +27,7 @@ It will be sda (/dev/sda) or something like that
## Install the .iso ## Install the .iso
Make sure to open terminal where the .iso is then run: Make sure to open terminal where the .iso is then run:
`sudo woeusb --device Win11_23H2_EnglishInternational_x64.iso /dev/sda` `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. 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.