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/14 23:03]
hyphop [UEFI bootload on eMMC]
products:sbc:edge2:troubleshooting:windows-install [2023/08/28 23:23] (current)
hyphop [Running the OOBE BypassNRO command]
Line 1: Line 1:
-~~tag> Edge2 Windows~~+~~tag> Edge2 Windows install~~
  
-====== Edge2 Windows install ====== +====== Edge2 Windows install ARM UEFI ======
- +
- +
-===== Build on Linux host  =====+
  
 <WRAP important > <WRAP important >
-doesn't boot from eMMC  +During 1st time Windows Setup ''Shift+F10'' type ''oobe\bypassnro'' press Enter to reboot and skip network request [[#running-the-oobe-bypassnro-command]] 
-``` +</WRAP>
-Windows failed to start. A recent hardware or software change might be the +
-cause. To fix the problem: +
  
-  1. Insert your Windows installation disc and restart your computer. 
-  2. Choose your language settings, and then click "Next." 
-  3. Click "Repair your computer." 
  
-If you do not have this disc, contact your system administrator or computer +===== OOWOW Online script  =====
-manufacturer for assistance. +
  
-    File: \EFI\Microsoft\Boot\BCD+Simplest way to install Windows to eMMC by [[software/oowow/how-to/online-scripts]]
  
-    Status: 0xc000000d 
  
-    Info: The Boot Configuration Data for your PC is missing or contains     
-          errors.                                                            
-                                                                            
-                                                    ESC=UEFI Firmware Settings  
-``` 
-</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
 +
 +===== Running the OOBE BypassNRO command =====
 +
 +  * 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''. ...
 +  * Now run the following command at the command prompt: ''oobe\BypassNRO'' ...
 +  * After you execute this command, your system will restart.
 +
 +  * https://www.google.com/search?q=Shift+F10+type+oobe+bypassnro
 +  * https://www.reddit.com/r/computers/comments/12brgth/does_anyone_know_how_to_get_off_this_screen_i/
  
  
 +/*
  
 ===== UEFI bootload on eMMC ===== ===== UEFI bootload on eMMC =====
Line 41: Line 37:
  
 ```sh write-uefi-bootloader-to-emmc ```sh write-uefi-bootloader-to-emmc
-EFI=RK3588_NOR_FLASH_REL.img+EFI=edge2_UEFI_Release_v0.7.1.img 
 +wget https://github.com/edk2-porting/edk2-rk3588/releases/download/v0.7.1/$EFI
 DISK=${DISK:-/dev/mmcblk0} DISK=${DISK:-/dev/mmcblk0}
 dd skip=2048 seek=$((0x4000)) count=$((0x4000)) of=$DISK if=$EFI conv=fsync,notrunc dd skip=2048 seek=$((0x4000)) count=$((0x4000)) of=$DISK if=$EFI conv=fsync,notrunc
Line 61: Line 58:
 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 88: Line 85:
 mv driver/* . mv driver/* .
 rm *.zip *.cab rm *.zip *.cab
 +echo 'dwcsdhc\dwcsdhc.inf' >> ../critical
 ) )
  
Line 99: Line 97:
 ``` ```
  
-===== Links =====+{{local:dev:edge2:edge2-win-install-emmc-disks.jpg?w=640}} 
 + 
 +*/ 
 + 
 +====== Links ======
  
   * https://github.com/buddyjojo/workli   * https://github.com/buddyjojo/workli
Line 114: Line 116:
   * https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/customize-windows-re?view=windows-11   * https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/customize-windows-re?view=windows-11
   * WIP:   * WIP:
 +
 +  * [[/products/sbc/edge2/troubleshooting/edge2-uboot-uefi]]
 +
  
Last modified: 2023/08/14 23:03 by hyphop