Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[windows] create a windows install USB on MacOS #78

Open
nguyenvulong opened this issue Apr 12, 2024 · 1 comment
Open

[windows] create a windows install USB on MacOS #78

nguyenvulong opened this issue Apr 12, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@nguyenvulong
Copy link
Owner

nguyenvulong commented Apr 12, 2024

steps

  1. download an ISO file of windows from the official website
  2. mount the ISO file by double-clicking on the downloaded ISO file
  3. plug in the USB, format it with exFAT
  4. open the Terminal, run diskutil list, it will show the external drive, something like dev/diskX, my case X = 4
  5. (if step 5 fails (device busy), you should run diskutil umount /dev/disk4s1 and diskutil umount /dev/disk4s2 to umount the partitions first)
  6. run sudo dd if=/path/to/windows11.iso of=/dev/diskX bs=1m. BE CAREFUL.
  7. wait until it finishes, then eject the USB, run diskutil eject /dev/diskX

reference

https://www.pugetsystems.com/support/guides/w11-usb-macos/

@nguyenvulong nguyenvulong added the documentation Improvements or additions to documentation label Apr 12, 2024
@ghost
Copy link

ghost commented Apr 12, 2024

Good 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant