From a617ac9b052948e9e3c8016c22d21dd5a0e84947 Mon Sep 17 00:00:00 2001 From: cube Date: Mon, 28 Apr 2025 11:51:03 +0000 Subject: [PATCH] Update 'Installing Windows on a m.2 SSD with Linux.md' --- Installing Windows on a m.2 SSD with Linux.md | 4 ++++ 1 file changed, 4 insertions(+) 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.