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

推荐订阅源

T
Tenable Blog
H
Heimdal Security Blog
K
Kaspersky official blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
S
Schneier on Security
G
GRAHAM CLULEY
U
Unit 42
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
C
CERT Recently Published Vulnerability Notes
Google DeepMind News
Google DeepMind News
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
阮一峰的网络日志
阮一峰的网络日志
Simon Willison's Weblog
Simon Willison's Weblog
C
Cisco Blogs
Cyberwarzone
Cyberwarzone
T
The Exploit Database - CXSecurity.com
Project Zero
Project Zero
Security Archives - TechRepublic
Security Archives - TechRepublic
www.infosecurity-magazine.com
www.infosecurity-magazine.com
博客园 - 司徒正美
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
V
Visual Studio Blog
博客园 - Franky
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Jina AI
Jina AI
P
Proofpoint News Feed
P
Proofpoint News Feed
有赞技术团队
有赞技术团队
L
LINUX DO - 最新话题
宝玉的分享
宝玉的分享
N
News and Events Feed by Topic
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
博客园 - 聂微东
T
The Blog of Author Tim Ferriss
Spread Privacy
Spread Privacy
Application and Cybersecurity Blog
Application and Cybersecurity Blog
IT之家
IT之家
S
Security Affairs
博客园 - 叶小钗
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
小众软件
小众软件
N
News | PayPal Newsroom
Cloudbric
Cloudbric
AWS News Blog
AWS News Blog
W
WeLiveSecurity
The Last Watchdog
The Last Watchdog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
NISL@THU
NISL@THU

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.