惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
Google DeepMind News
Google DeepMind News
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
MongoDB | Blog
MongoDB | Blog
I
InfoQ
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
量子位
博客园 - 叶小钗
月光博客
月光博客
IT之家
IT之家
G
Google Developers Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
S
SegmentFault 最新的问题
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
aimingoo的专栏
aimingoo的专栏
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享

sakurawald's blog

fix-window-tearing-in-high-monitor-refresh-rate fix-nvidia-drm-issues fix-screen-brightness-too-low Fix sddm black screen issue comparing-emacs-and-idea-in-java-development-environment fix the cpu frequency throttle after bad charging how to fix corrupted packages in archlinux how to let chrome browser auto clean datas on exit pin refresh rate of an android phone launch tor browser without tor network rescue a corrupted system after forced shutdown during system upgrade apple magic touch pad review guide to install qubes on qemu optimize minecraft server configuration tweak KDE preferences android emulator methods in linux expression evulation
make persistent windows 11 usb sticker
2024-04-20 · via sakurawald's blog

Background

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)

Steps

Download rufus

Download rufus (4.4.2103) and run it.

Enable hdd support

In rufus, press alt + f to enable hdd list

Burn windows installer into your sticker

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 for windows installer sticker purpose.
You need to select windows to go so that refus will create the gpt partition and extract all windows files from windows iso, then you just made a sticker for windows to go (a persistent windows inside your sticker
In other words, rufus will detect the iso file as windows installer iso and then emulates the windows install process in your host os