php editor Strawberry introduces a simple and convenient method to create a bootable installation USB disk using Windows or iOS systems. Whether you are installing an operating system or performing a system repair, this installation method provides a faster and more reliable solution. By following the steps below, you can easily write the installation files to a USB flash drive and use the USB flash drive to install or repair the system when needed. Let’s learn how to make a bootable installation USB drive for Windows or iOS systems!
1. Preparation before installation:
Check whether the hardware meets the system requirements. The system requirements given by the official website are as follows:
Official website address: https:// www.microsoft.com/zh-cn/windows/windows-11-specifications?r=1
Or download the official compatibility detection tool:
https://www.microsoft.com /zh-cn/windows/windows-11#pchealthcheck
Install "WindowsPCHealthCheckSetup.msi". After the installation is complete, run:
Click "Check Now" to see Inspection results:
There may be three situations here:
1. Passed the inspection and met the installation requirements;
2. It shows that the hardware does not meet the minimum requirements for installation. This may require upgrading the computer hardware or the entire machine; (My CPU also prompted that it did not meet the requirements, but the installation was successful in the end.)
3. And there are Most of the situations you may encounter will show "This computer does not meet the Windows 11 installation requirements" because "TPM2.0 must be supported and enabled on this computer". The official website explains it as follows:
To put it simply, most computers purchased in the past five years support TPM2. 0. This function is usually not turned on by default when manufacturers sell products, and you have to turn it on manually.
The official also provides some methods to open some typical devices. Students who need it can check it out according to their own models:
https://support.microsoft.com/zh-cn/windows /Enable -tpm-2-0-1fd5a332-360d-4f46-a1e7-ae6b0c90645c
There are many win PE systems, such as Laomaotao, Chinese cabbage, Youqitong, etc. Here we take Chinese cabbage as an example:
First download the Chinese cabbage installation package:
Insert the U disk and start the Chinese cabbage software
Click "One-click to create a U disk boot disk"
Click OK, and the download component will pop up. prompt, click OK to start downloading
Some basic components will be downloaded
After the download is completed, start making the U disk boot disk
production Completed, you can go to the official website to view the usage tutorial;
Copy the downloaded win11 system image to the U disk;
To ensure smooth entry into the winPE system interface, the production has just been completed The U disk needs to be booted before the hard disk when the computer is turned on. You need to set the boot sequence in the BIOS of the motherboard. You can search this part of the setting method according to your computer model;
After modifying the boot sequence, restart the computer Enter the win PE system page
After entering the win PE system, click the icon on the desktop to install with one click
The image in your system will be automatically retrieved and you will be given the option to install it. If the version is not retrieved, manually go to the image directory and select the image
Select the installation location, which is the C drive
Then click Execute and check format here Partition and network card driver are also checked by default. Click Yes to continue to the next step
Start deploying the image
The above is the detailed content of windowsiosu disk installation. For more information, please follow other related articles on the PHP Chinese website!