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

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
Last Week in AI
Last Week in AI
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
博客园 - Franky
IT之家
IT之家
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
The GitHub Blog
The GitHub Blog
雷峰网
雷峰网
腾讯CDC
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
博客园_首页
G
Google Developers Blog

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