Your new Snapdragon X Copilot Plus PC displays the OEM logo and then stops responding. The spinning dots freeze, the keyboard does not respond, and the system stays stuck for more than 10 minutes. This hang occurs because the Windows 11 installation process cannot initialize a critical hardware component or driver during the first boot phase. This article explains the root cause of the OEM logo hang and provides three proven methods to force the setup to complete.
Key Takeaways: Fixing a Snapdragon X PC Stuck at the OEM Logo
- Hard power cycle + volume-up boot into UEFI: Forces the system to skip corrupted boot data and enter firmware settings where you can disable Secure Boot or enable Legacy Boot.
- Windows 11 USB installation media with Shift+F10 command line: Lets you run diskpart, clean the drive, and restart the setup process from scratch without the OEM logo hang.
- Disable Memory Integrity in the UEFI firmware menu: Prevents the Hypervisor-protected Code Integrity driver from conflicting with early boot drivers on ARM64 Snapdragon hardware.
Why a Snapdragon X Copilot Plus PC Hangs at the OEM Logo During First Boot
The OEM logo hang on a Snapdragon X Copilot Plus PC occurs because the Windows 11 setup process cannot complete the device initialization phase. Unlike x86 systems, Snapdragon X Elite and X Plus processors use ARM64 architecture, which requires specific UEFI firmware and driver signatures. During the first boot, Windows 11 attempts to load the boot-critical driver stack, including the display driver, storage driver, and the system firmware table. If any of these components fail to load — due to an unsigned driver, a missing ACPI table, or a Secure Boot policy mismatch — the boot process stalls indefinitely.
The most common root cause is the combination of Secure Boot and the ARM64 boot manager. Many Snapdragon X PCs ship with Secure Boot enabled by default, but the OEM firmware may not include the correct Microsoft UEFI CA certificate for the ARM64 boot chain. When the boot manager cannot verify the signature of the bootmgfw.efi file, it loops without displaying an error. The user sees only the OEM logo and a frozen screen.
Firmware Initialization Conflicts on ARM64 Hardware
A secondary cause involves the UEFI firmware itself. Snapdragon X platforms use Qualcomm’s proprietary UEFI implementation, which initializes hardware in a specific order. If the firmware detects an unexpected device — such as an eMMC storage module that was not fully formatted or an unsupported NVMe drive — it may stall before handing control to the Windows boot loader. The OEM logo remains visible because the firmware has not yet reached the boot device selection phase.
Corrupted Boot Configuration Data on a Pre-Installed System
On some Copilot Plus PCs, the manufacturer pre-installs Windows 11 but does not complete the Out-of-Box Experience. If the shipping state includes a partially written Boot Configuration Data store, the boot manager cannot locate the winload.efi file. The system hangs at the OEM logo because the firmware successfully loads the boot manager, but the boot manager cannot find the operating system loader.
Three Methods to Force the Snapdragon X PC Past the OEM Logo Hang
Use these methods in order. Start with Method 1 because it is the least disruptive. If the PC still hangs, proceed to Method 2 or Method 3.
Method 1: Hard Reset and UEFI Firmware Boot
A hard power cycle clears the system’s volatile state and forces the firmware to re-enumerate all hardware. On most Snapdragon X Copilot Plus PCs, you can boot directly into the UEFI firmware menu by holding the volume-up button during power-on.
- Disconnect all peripherals
Remove USB drives, external monitors, docking stations, and SD cards. A connected device can cause the firmware to hang during enumeration. - Press and hold the power button for 15 seconds
Keep holding until the screen goes completely black. Wait 5 seconds. - Press and hold the volume-up button
While holding volume-up, press and release the power button. Continue holding volume-up for 10 seconds. - Release the volume-up button when the UEFI menu appears
The menu displays options such as Boot Manager, Device Configuration, and Secure Boot Configuration. - Disable Secure Boot
Navigate to Security > Secure Boot and set it to Disabled. Press F10 to save and exit. - Select Boot Manager from the UEFI menu
Choose the Windows Boot Manager entry. The system should now attempt to load the operating system without the Secure Boot signature check.
Method 2: Clean Install Using Windows 11 USB Media
If the UEFI boot still hangs, the Boot Configuration Data or the partition layout is corrupted. A clean install using a Windows 11 USB drive bypasses the OEM pre-installation entirely.
- Create a Windows 11 ARM64 USB drive on another PC
Use the Media Creation Tool from Microsoft’s website. Select the ARM64 architecture. Write the ISO to a USB drive using Rufus or the Windows USB/DVD Download Tool. - Boot from the USB drive
Insert the USB drive into the Snapdragon X PC. Press the power button and immediately press F12 repeatedly to open the boot menu. Select the USB drive. - Press Shift+F10 when the Windows Setup screen appears
This opens a command prompt window. - Run diskpart and clean the drive
Typediskpartand press Enter. Typelist diskand identify the internal drive. Typeselect disk 0. Typecleanand press Enter. This removes all existing partitions, including the corrupted Boot Configuration Data. - Close the command prompt and continue setup
Typeexittwice to close diskpart and the command prompt. Click Next on the Windows Setup screen, then click Install Now. Select Custom: Install Windows only. The drive now shows as Unallocated Space. Select it and click Next.
Method 3: Disable Memory Integrity From UEFI Firmware
Memory Integrity, part of Core Isolation, can conflict with early boot drivers on Snapdragon X hardware. Disabling it in the UEFI firmware prevents the conflict before Windows loads.
- Enter the UEFI firmware menu
Follow steps 1 through 4 from Method 1. - Navigate to Advanced > CPU Configuration
The exact menu path varies by OEM. Look for SVM Mode, Virtualization Technology, or Core Isolation. - Disable Memory Integrity or Core Isolation
Set the option to Disabled. On some firmware versions, this option is labeled Hypervisor Support or Windows Hypervisor. - Save and exit
Press F10 to save changes. The system reboots and attempts to load Windows without the Hypervisor-protected Code Integrity driver.
If the Snapdragon X PC Still Hangs After the Main Fix
OEM Logo Appears, Then Screen Goes Black
A black screen after the OEM logo indicates that the firmware handed control to the boot manager, but the boot manager cannot load the display driver. Boot from the Windows 11 USB drive and run Startup Repair. Insert the USB, boot from it, click Repair your computer > Troubleshoot > Advanced options > Startup Repair. This rebuilds the Boot Configuration Data and restores the default display driver.
System Reboots in a Loop at the OEM Logo
A reboot loop suggests a critical driver crash. Enter the UEFI firmware menu and enable Boot Logging. Some firmware versions have a Boot Debug option under Advanced > Boot Configuration. Enable it, save, and exit. The system writes a boot.log file to the EFI System Partition. Review the log on another PC to identify the failing driver. Replace that driver by booting into Safe Mode from the Windows 11 USB drive.
USB Boot Media Is Not Detected on a Snapdragon X PC
Some Snapdragon X PCs do not recognize USB 3.0 drives during boot. Use a USB 2.0 drive or connect the drive to a USB 2.0 port, usually the left-side port on the laptop. If the system still does not detect the USB drive, enter the UEFI firmware menu and disable Fast Boot. Fast Boot skips USB initialization.
UEFI Boot Methods for Snapdragon X Copilot Plus PCs
| Item | Volume-Button Boot | USB Media Boot | Shift+F10 Command Line |
|---|---|---|---|
| Trigger method | Hold volume-up + power button | Press F12 during power-on | Press Shift+F10 at Windows Setup screen |
| Target | UEFI firmware menu | Windows Setup installer | Diskpart and BCD rebuild |
| Best for | Disabling Secure Boot or Memory Integrity | Clean install or repair | Corrupted partition table or BCD store |
| Requires working keyboard | No | Yes | Yes |
If the volume-button boot does not work on your specific OEM model, check the manufacturer’s support site for the exact key combination. Some Lenovo Snapdragon X models use Fn+F2, and some Dell models use F2 only.
After the system boots successfully, reconnect all peripherals one at a time. Install the latest Snapdragon X chipset drivers from the OEM’s support page. These drivers include the proper UEFI boot manager certificate, which prevents the hang from recurring on subsequent restarts.