浏览代码

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

cube 7 个月前
父节点
当前提交
a617ac9b05
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      Installing Windows on a m.2 SSD with Linux.md

+ 4
- 0
Installing Windows on a m.2 SSD with Linux.md 查看文件

12
 
12
 
13
 ## Install woeusb
13
 ## Install woeusb
14
 `sudo add-apt-repository ppa:tomtomtom/woeusb`
14
 `sudo add-apt-repository ppa:tomtomtom/woeusb`
15
+
15
 `sudo apt update`
16
 `sudo apt update`
17
+
16
 `sudo apt install woeusb` 
18
 `sudo apt install woeusb` 
17
 
19
 
18
 ## Figure out which drive is your USB
20
 ## Figure out which drive is your USB
19
 It will be sda (/dev/sda) or something like that
21
 It will be sda (/dev/sda) or something like that
22
+
20
 `lsblk` 
23
 `lsblk` 
21
 
24
 
22
 ## Unmount the USB drive
25
 ## Unmount the USB drive
24
 
27
 
25
 ## Install the .iso
28
 ## Install the .iso
26
 Make sure to open terminal where the .iso is then run:
29
 Make sure to open terminal where the .iso is then run:
30
+
27
 `sudo woeusb --device Win11_23H2_EnglishInternational_x64.iso /dev/sda`
31
 `sudo woeusb --device Win11_23H2_EnglishInternational_x64.iso /dev/sda`
28
 
32
 
29
 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.
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.