Install Windows 11 system on Raspberry Pi

Follow the + star public account and never miss exciting content

89af1f4b17cc22213389f83309e59951.gif

Source | DF Maker Community

In the early days, it was always troublesome to install Windows on the Raspberry Pi. It required downloading the system image, burning, and a series of complicated configurations.

Foreign Raspberry Pi enthusiasts wrote a script - WoR-flasher, which can automate all the above operations, and also has a graphical interface, and there is no need to worry about Microsoft license issues. This script is completely legal! (Of course it can also be used to install Windows 10)

Install WoR-flashher

Automatic installation

The fastest way to get WoR-flasher running on your RPi is to use the Raspberry Pi's Pi-Apps app store.

a98af45dede4c827d4f40fd8c4fa3752.png

Installing WoR-flasher from Pi-Apps has several benefits:

  • A new button will be automatically created in the start menu

  • Support one-click uninstall

  • Convenient one-click update

Download method

wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash

Note: Compatible with both Raspberry Pi operating system and most other Debian-based ARM operating systems, such as Twister OS, MX Linux, Kali Linux and Ubuntu.

GitHub address: https://github.com/Botspot/pi-apps

Manual installation

Of course, you can also install it manually by typing in the terminal:

git clone https://github.com/Botspot/wor-flasher

After running this, you will see a wor-flasherdirectory named,

About dependencies

Running this script will automatically install these packages:yad aria2 cabextract wimtools chntpw genisoimage exfat-fuse exfat-utils wget

Then start the script in the terminal:

~/wor-flasher/install-wor-gui.sh

A graphical interface will pop up, and you can start the fool-proof installation.

Officially start the installation (graphical)

The first step is to choose whether you want to install Win11 or Win10, and then select the Raspberry Pi model (Pi4 is recommended).

2011ce6b9bb003c8559d38e815839c26.png

The second step is to select the language to be used by the operating system.

079238bdbc3d3dcd31f4114f9e077e34.png

The third step is to insert a memory card that can read and write at least 8GB (25GB or more is best).

  • If the memory card is larger than 25GB, you can install it yourself;

  • If the memory card is smaller than 25GB but larger than 7GB, it can only install Windows on other drives larger than 16GB;

  • If the memory card is smaller than 7GB, it will not be installed.

0d93d335c93302d6b23bd57cf52a0b4f.png

The fourth step is to check the default configuration. If there are other needs, you can add some yourself. Check again. After confirming that it is correct, click "Flash".

27f50919eae19795c86f937a38e2af87.png

The terminal starts to officially run install-wor.shthe script:

905496cec3858a3687d97d19d626090b.png

This step is more time-consuming and involves downloading the installation package from Microsoft, compressing it, and generating the image (if you have used other faster/unofficial methods to obtain the ISO file, you can skip the time-consuming step of image generation here. )

The author also declares here: This script is completely legal, and there is no need to worry about the fact that Microsoft only sells ARM version Windows licenses to OEMs (original equipment manufacturers).

Someone took it to communicate with several employees at Microsoft, and they had no objections.

99b172e91c3b0abbdbdc4a299b649b8e.png

Microsoft's update server is publicly accessible and is as legal as downloading the x86 Windows ISO directly from the official website.

In addition, Microsoft has always known about the existence of UUPdump, but has never held it responsible.

So don't worry about whether this installation is legal.

If everything is normal, the terminal will automatically close and this interface will pop up:

04c0acdd627a81c02a2032818263150c.png

Follow the prompts to insert the burned memory card into the Raspberry Pi, and the script will continue to automatically help you install the Windows system and restart it - everything is done (the installation takes about 30 minutes).

The only thing required is to take the time and wait patiently.

In addition, there is good news. I don’t know if you have noticed it. Windows 11 introduces an “emulation compatible” interface (ABI) called “ARM64EC”, which is a way to build applications on ARM devices equipped with Windows 11 system. new method.

dad18fc8597a05db54959601296cf592.png

In this case, 64-bit exe programs can be run on the Raspberry Pi.

Okay, let’s go and try it.

References

[1]

wor-flashe script address: https://github.com/Botspot/wor-flasher

[2]

UUPdump official website: https://uupdump.net/

[3]

arstechnica: https://arstechnica.com/gadgets/2021/09/new-script-makes-it-easyish-to-put-windows-10-or-11-on-a-raspberry-pi/?comments=1

[4]

Raspberry Pi official website: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=318599#p1907313

[5]

Qubit: https://mp.weixin.qq.com/s/Bn0aoMnhg0CPcbfewtXxRg


Statement: The material of this article comes from the Internet, and the copyright belongs to the original author. If there is any copyright issue with the work, please contact me to delete it.

------------ END ------------

73eb590f2daedce912bc4f32c45ec9c5.gif

●Column "Embedded Tools "

●Column "Embedded Development"

●Column "Keil Tutorial"

●Embedded column selected tutorials

Follow the official account and reply " Add Group " to join the technical exchange group according to the rules, and reply " 1024 " to view more content.

c6e4dbb053407a18cd03bc80e68e0c19.jpeg

1dc304977eb22f389e1e799f26334571.png

Click " Read the original text " to view more sharing.

Guess you like

Origin blog.csdn.net/ybhuangfugui/article/details/132843577