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

推荐订阅源

L
LINUX DO - 热门话题
Stack Overflow Blog
Stack Overflow Blog
B
Blog
WordPress大学
WordPress大学
Project Zero
Project Zero
P
Palo Alto Networks Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
有赞技术团队
有赞技术团队
S
SegmentFault 最新的问题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
小众软件
小众软件
T
Tailwind CSS Blog
Forbes - Security
Forbes - Security
F
Full Disclosure
SecWiki News
SecWiki News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hacker News: Ask HN
Hacker News: Ask HN
C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
F
Fortinet All Blogs
Cisco Talos Blog
Cisco Talos Blog
G
Google Developers Blog
J
Java Code Geeks
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Recorded Future
Recorded Future
O
OpenAI News
Spread Privacy
Spread Privacy
MongoDB | Blog
MongoDB | Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
C
Cybersecurity and Infrastructure Security Agency CISA
S
Securelist
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
IT之家
IT之家
U
Unit 42
腾讯CDC
S
Security Affairs
C
Cisco Blogs
Schneier on Security
Schneier on Security
The Last Watchdog
The Last Watchdog
B
Blog RSS Feed
宝玉的分享
宝玉的分享
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Security @ Cisco Blogs
Cyberwarzone
Cyberwarzone
T
The Blog of Author Tim Ferriss

inDev. Journal

Upgrade Ubuntu servers GitHub Markdown emojis for Jekyll with JoyPixels icons Install qBittorrent-nox on Ubuntu server Building a pageview counter with Deta.sh Micros and Base database 重置网页阅读量数据 Install Nextcloud with PlanetScale cloud database 给国行 SONY A105 播放器刷国际版固件 Install GeoIP2 module to Nginx Get free ZeroSSL wildcard SSL certificates with acme.sh DNS API
Windows 11 To Go on external SSD for MacBook
Frank Lin · 2022-04-29 · via inDev. Journal

Although Windows To Go was discontinued, there still has a workaround to install Windows 11 on a portable/external SSD, even works on MacBooks (Intel chip). Here we go…

Prerequisites

  • working Windows/macOS system

  • a fast SSD drive, the faster the better

  • wired keyboard and/or mouse (MacBook’s keyboard and touchpad won’t work during Windows installation)

Write Windows 11 to the external SSD

  1. Download the Windows 11 ISO from Microsoft’s official site: https://www.microsoft.com/software-download/windows11.

  2. Download Rufus, a Windows software to create portable Windows installation on external SSD.

  3. On a working Windows system, run Rufus to write Windows installations files to SSD with the following steps:

    Rufus

    1. Choose the SSD device that will hold the Windows system. If the targeted SSD drive is not shown in the list, select the List USB Hard Drives in the Hide advanced drive properties section.

    2. Select the Windows 11 ISO file that just downloaded.

    3. Switch the Image option to Windows To Go mode.

    4. Click START to write files. This will take a while, which depends on the speed of the SSD.

Prepare drivers

Then back to macOS, download the Windows Support Software (drivers) from Boot Camp Assistant:

Download Windows Support Software

It’s okay to copy the downloaded package to the external SSD that just operated with Rufus.

Windows installation

Restart the MacBook, press and hold the command (⌘) + R key combination to start up from the built-in macOS Recovery system.

When you see the macOS Utilities windows, choose Utilities > Startup Security Utility from the menu bar.

Then select the No Security and Allow booting from external or removable media options:

Startup Security Utility

Now, restart the MacBook again, and press and hold the option (⌥) during startup. Then select the external SSD drive, and follow the guides to install Windows 11. You will need a wired keyboard/mouse as the MacBook’s drivers are not working during this process.

Update drivers on Windows

After finishing Windows 11 installation, boot into the Windows system (press and hold the option).

Install the Windows Support Software that got from the Boot Camp Assistant, this will make most of the device drivers (i.e., keyboard, touchpad, bluetooth, and wireless network) work.

For me, even though Windows Support Software was installed, some drivers still did not function well (yellow “!” in Device Manager ). I have to install them manually.

In Device Manager, select the device and right-click to select the Update Driver option. Choose the Browse my computer for drivers option:

choose drivers from my computer

The drivers can be found in the downloaded package from Boot Camp Assistant, here I’ve put the files under C:\WindowsSupport folder. Make sure the Include subfolders were selected, it will automatically choose the corresponding driver to install/update:

select the driver file from Windows Support Software

After the above installations, all devices should work as normal. You’d better run Apple Software Update for Windows to get updated software and drivers. Windows Update will help update some required drivers as well.

That’s it. To work on Windows 11, just plug in the SSD drive and boot from it (press and hold the option). The performance is much better than Virtual Machines… 😃

THE END

Hey, there! This is Frank Lin (@flinhong), one of the 1.41 billion . This 'inDev. Journal' site holds the exploration of my quirky thoughts and random adventures through life. Hope you enjoy reading and perusing my posts.