diff --git a/Installing Windows on a m.2 SSD with Linux.md b/Installing Windows on a m.2 SSD with Linux.md index dbaca80..43b04f6 100644 --- a/Installing Windows on a m.2 SSD with Linux.md +++ b/Installing Windows on a m.2 SSD with Linux.md @@ -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.