#Hi i need help setting up a bootable win10 usb so i can dual boot
1 messages · Page 1 of 1 (latest)
Yes i am on linux im kind of just needing a walk through on how to do this
i use arch to be exact
im not trying to be bothersome but can you show me 😅
dd if=win_10.iso of=/dev/sde where the win_10.iso is the iso file and /dev/sde is the USB drive. You can determine the what drive is the USB drive by running lsblk and try to find the USB drive. For me they are usually sub 64 gb.
i have a 128gb usb and its in two partition's and i want to keep it in two partiton's
look ima be honest im a moron i have no clue what im doing can i get in a call or have you or someone use teamviewer or something im just not smart
Writing an iso to a USB removes all the data on the drive.
can i not write to the partition
If you don't want data to disappear from the USB you'll need to find another one. When you DD to a drive it erases everything on it.
ok i dot have much on it thats fine i have a win 10 iso downloading rn
An iso file contains all the data needed to be written to a drive. It contains the partition table and such.