Skip to content

yinchaow/Install_Windows_11_On_Huawei_MateBook_E_2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 

Repository files navigation

How to install Windows 11 on Huawei MateBook E 2019

Prerequisites

Download the following files:

  1. Windows 11 Inside Preview [ARM64 version] Installation ISO File
  2. Huawei MateBook E 2019 Official Drivers Installer: MateBook_E_2019_OneKey_2.0.0.12.zip
  3. Rufus

Make Windows 11 Installation Flash Drive

Use rufus to make the installation flash drive.

Get the MateBook E 2019 Drivers

  1. Extract MateBook_E_2019_OneKey_2.0.0.12.zip, install, and find boot.wim in C:\ProgramData\Huawei\Driver\OneKey Driver. Or you may also download the boot.wim image here.
  2. Make a directory named temp in C:\ProgramData\Huawei\Driver\OneKey Driver, which is C:\ProgramData\Huawei\Driver\OneKey Driver\temp.
  3. Mount the boot.wim image. Open an elevated command prompt window, and run the following command:
DISM /Mount-Wim /WimFile:"C:\ProgramData\Huawei\Driver\OneKey Driver\boot.wim" /index:1 /MountDir:"C:\ProgramData\Huawei\Driver\OneKey Driver\temp"
  1. Copy the directory C:\ProgramData\Huawei\Driver\OneKey Driver\temp\Windows/System32/DriverStore which contains all the matebook drivers we need to C:\ProgramData\Huawei\Driver\OneKey Driver. Now the directory should be C:\ProgramData\Huawei\Driver\OneKey Driver\DriverStore.
  2. Unmount the boot.wim image and discard the changes. In the elevated command prompt window, run the following command:
DISM /Unmount-Wim /MountDir:"C:\ProgramData\Huawei\Driver\OneKey Driver\temp" /discard

Now the temp directory should be empty.

Add Drivers to the Windows 11 Installation Image

  1. Plugin the Windows 11 installation flash drive. Make it U:\ for example.
  2. Mount the boot.wim file from Windows 11. In the elevated command prompt window, run the following command:
DISM /Mount-Wim /WimFile:"U:\sources\boot.wim" /index:1 /MountDir:"C:\ProgramData\Huawei\Driver\OneKey Driver\temp"
  1. Add the matebook drivers to the mounted boot.wim image in the last step. In the elevated command prompt window, run the following command:
DISM /Image:"C:\ProgramData\Huawei\Driver\OneKey Driver\temp" /Add-Driver /Driver:"C:\ProgramData\Huawei\Driver\OneKey Driver\DriverStore" /recurse
  1. Unmount the boot.wim image and commit the changes. In the elevated command prompt window, run the following command:
DISM /Unmount-Wim /MountDir:"C:\ProgramData\Huawei\Driver\OneKey Driver\temp" /commit
  1. Make the same changes to the U:\sources\install.wim image. Make sure to commit the changes.

Install Windows 11 on MateBook E 2019

  1. Change Secure Boot to OFF in BIOS.
  2. Plugin the flash drive and start the installation, until you see "This PC can't run Windows 11".
  3. Press Shift+F10, and it will open a command prompt window. Type in regedit and press enter.
  4. In the Registry Editor, make the following settings:
    • Go to Computer\HKEY_LOCAL_MACHINE\SYSTEM\Setup. Right click on Setup and click New > Key. Name it LabConfig.
    • Click on LabConfig, then right click on the right pane, and click New > DWORD (32-bit Value). Name it BypassTPMCheck. Double click on ByPassTPMCheck and change the Value data to 1, and press OK.
    • Create another DWORD and change the Value data to 1 just like the above step and name it BypassSecureBootCheck.
  5. Close the Registry Editor and the command prompt.
  6. Click on the Back button where you left off at the "This PC can't run Windows 11" message, and continue the installation.

References

  1. Huawei Matebook E 2019 - ARM64 Windows 10 Drivers
  2. How To Mount and Update Windows Image Files (WIM)
  3. How to Bypass Secure Boot & Trusted Platform Module to Install Windows 11

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published