title: make persistent windows 11 usb sticker date: 2024-04-21 01:00:32 tags:
Sometimes, you just don't want to run windows as a guest os
in your linux host os
.
And you don't want to install windows inside your internal disk
.
You may want to install the windows os inside your usb sticker
, and boot it in any other hardware to use the hardware. (mostly the gpu hardware)
Download rufus (4.4.2103)
and run it.
In rufus
, press alt + f
to enable hdd list
For UEFI
bios, you need to select partition scheme
as gpt
and select image option
as windows to go
If you just use
dd
command, then you are making a sticker forwindows installer sticker
purpose. You need to selectwindows to go
so thatrefus
will create thegpt partition
andextract all windows files from windows iso
, then you just made a sticker forwindows to go (a persistent windows inside your sticker
In other words,rufus
will detect theiso file
aswindows installer iso
and then emulates thewindows install process
in your host os