Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2:troubleshooting:windows-install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:edge2:troubleshooting:windows-install [2023/08/15 00:26]
hyphop [Build on Linux host]
products:sbc:edge2:troubleshooting:windows-install [2024/07/04 03:50] (current)
sravan
Line 1: Line 1:
-~~tag> Edge2 Windows~~+~~tag> Edge2 Windows install~~
  
-====== Edge2 Windows install ======+====== Edge2 Windows install ARM UEFI ======
  
 +This document guides the installation of the Windows 11 Image for the Edge2.
  
-===== Build on Linux host  =====+<WRAP info > 
 +This image is purely experimental and is not recommended for general use, and is currently only for testing purposes. \\ 
 +Please check the hardware support status [[gh>worproject/Rockchip-Windows-Drivers#hardware-support-status | here]]
  
-<WRAP important > +As the USB 2.0 remains nonfunctional, you will need to use the USB 3.0 Type and Type C ports adjacent to the Wi-Fi card for connecting peripherals and other devices. \\ 
-doesn't boot from eMMC  +We recommend using a standard USB 3.0 hub that has been verified to work on other Windows-on-arm devices to expand the number of available USB ports.
-``` +
-Windows failed to start. A recent hardware or software change might be the +
-causeTo fix the problem: +
  
-  1. Insert your Windows installation disc and restart your computer. +Wi-Fi and Bluetooth are also non functionalfor networking you will need to rely on a USB network dongle.
-  2. Choose your language settingsand then click "Next." +
-  3. Click "Repair your computer."+
  
-If you do not have this disc, contact your system administrator or computer +</WRAP>
-manufacturer for assistance. +
  
-    File: \EFI\Microsoft\Boot\BCD+===== OOWOW Online script  =====
  
-    Status: 0xc000000d+Simplest way to install Windows to eMMC by [[software/oowow/how-to/online-scripts]]
  
-    Info: The Boot Configuration Data for your PC is missing or contains     +<WRAP important > 
-          errors.                                                            +During the initial Windows Setup you will need to bypass the system enrollment, 
-                                                                            +
-                                                    ESC=UEFI Firmware Settings  +
-```+
  
-```shell info from oowow rescue system+  * Start the Window 11 setup. 
 +  * When you see the Let's connect you to a network screen with the grayed-out Next button, press ''Shift + F10'' type ''oobe\bypassnro'' press ''Enter'' to reboot and skip network request. 
 +  * After you execute this command, your system will restart.
  
-root@edge2-00000:/1# df -T /1 +  * https://www.google.com/search?q=Shift+F10+type+oobe+bypassnro 
-Filesystem           Type       1K-blocks      Used Available Use% Mounted on +  * https://www.reddit.com/r/computers/comments/12brgth/does_anyone_know_how_to_get_off_this_screen_i/
-/dev/mmcblk0p1       vfat           99786     30760     69026  31% /1 +
- +
-root@edge2-00000:/1# find EFI | grep BCD\$ +
-EFI/Microsoft/Boot/BCD +
-EFI/Microsoft/Recovery/BCD +
-```+
 </WRAP> </WRAP>
  
-WIP: preparing custom scripts for building image+===== Build Installation disk =====
  
 https://github.com/hyphop/edge2-win-tools https://github.com/hyphop/edge2-win-tools
  
 +====== Links ======
  
 +  * https://github.com/buddyjojo/workli
 +  * https://worproject.com/guides/how-to-install/from-other-os
 +  * https://worproject.com/guides/how-to-install/on-rockchip
 +  * https://github.com/worproject/Rockchip-Windows-Drivers/releases
 +  * https://github.com/Botspot/wor-flasher
 +  * https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/arm64-device-manufacturing
 +  * https://gist.github.com/TomCan/9644966
 +  * https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-install-on-a-hard-drive--flat-boot-or-non-ram?view=windows-11
 +  * https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-a-hardware-recovery-button-to-start-windows-re?view=windows-11
 +  * https://unix.stackexchange.com/questions/667803/fixing-efi-windows-boot-from-linux
 +  * https://woshub.com/how-to-rebuild-bcd-file-in-windows-10/
 +  * https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/customize-windows-re?view=windows-11
 +  * WIP:
 +
 +  * [[/products/sbc/edge2/troubleshooting/edge2-uboot-uefi]]
 +
 +
 +/*
  
 ===== UEFI bootload on eMMC ===== ===== UEFI bootload on eMMC =====
Line 73: Line 82:
 boot from USB only  boot from USB only 
  
-''Shift+F10'' type ''oobe\bypassnro'' +''Shift+F10'' type ''oobe\bypassnro'' press Enter to reboot and skip network request 
- +
  
  
Line 100: Line 107:
 mv driver/* . mv driver/* .
 rm *.zip *.cab rm *.zip *.cab
-echo dwcsdhc\dwcsdhc.inf >> ../critical+echo 'dwcsdhc\dwcsdhc.inf>> ../critical
 ) )
  
Line 112: Line 119:
 ``` ```
  
-===== Links ===== +{{local:dev:edge2:edge2-win-install-emmc-disks.jpg?w=640}}
- +
-  * https://github.com/buddyjojo/workli +
-  * https://worproject.com/guides/how-to-install/from-other-os +
-  * https://worproject.com/guides/how-to-install/on-rockchip +
-  * https://github.com/worproject/Rockchip-Windows-Drivers/releases +
-  * https://github.com/Botspot/wor-flasher +
-  * https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/arm64-device-manufacturing +
-  * https://gist.github.com/TomCan/9644966 +
-  * https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-install-on-a-hard-drive--flat-boot-or-non-ram?view=windows-11 +
-  * https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-a-hardware-recovery-button-to-start-windows-re?view=windows-11 +
-  * https://unix.stackexchange.com/questions/667803/fixing-efi-windows-boot-from-linux +
-  * https://woshub.com/how-to-rebuild-bcd-file-in-windows-10/ +
-  * https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/customize-windows-re?view=windows-11 +
-  * WIP: +
- +
-  * [[/products/sbc/edge2/troubleshooting/edge2-uboot-uefi]]+
  
 +*/
  
Last modified: 2023/08/15 00:26 by hyphop