How to create boot able win11 home on 64gb external drive (pendrive) for UEFI on debian-based linux ?
I tried dd command this version:
sudo dd bs=4M if=/home/xxx/Downloads/Win11_22H2_Polish_x64v2.iso of=/dev/sdb status=progress && sync
but system doesn’t boot of it, dd might not work on windows products at all.
does anybody know how to make a boot able win11 on pen drive in linux terminal ??