Are you trying to install Windows 10 or 11 from a bootable USB flash drive, but the process constantly breaks down at different stages? The laptop does not see the USB drive and gives errors like 0x8007025D or No bootable device, or does the installation freeze at the logo? This problem is familiar to thousands of users - from owners of budget Acer Aspire up to bonus Dell XPS. The reasons may lie in incorrect settings BIOS/UEFI, and in hardware faults.

In this article we will look at all possible failure scenarios - from basic (wrongly written flash drive) to complex (mode conflict Legacy And UEFI, damaged sectors of the hard drive). You will learn how to diagnose a problem by error code, which BIOS settings are critical for modern laptops, and what to do if the system stubbornly does not see the bootable media. We will pay special attention to the nuances for devices with Secure Boot and disks GPT/MBR.

1. The laptop does not see the bootable USB flash drive: check the BIOS and boot priority

The most common situation is that you inserted a USB flash drive, rebooted the laptop, but instead of the Windows installation menu, the current system starts or a black screen appears with the message Reboot and Select proper Boot device. In 90% of cases, this means that the BIOS simply does not recognize the USB drive as bootable.

The first thing to do is check download priority. To do this:

  • 🔧 Go to BIOS/UEFI by pressing the key when turning on the laptop F2, Del, Esc or F12 (depending on the model). For Lenovo often used Fn+F2, for HPEsc → F10.
  • 🔍 Find the section Boot (or Startup in some versions). There should be a list of devices here: USB HDD, the name of your flash drive or UEFI: [Flash drive name].
  • ↑↓ Move the flash drive to the first place using the keys F5/F6 or +/–. Save changes (F10) and reboot.
📊 What laptop do you have?
  • Lenovo
  • HP
  • Asus
  • Acer
  • Dell
  • MSI
  • Other

If the flash drive is not in the list of devices, the problem may be:

  • 💾 Incorrect image recording (for example, through Rufus in mode MBR for UEFI-systems).
  • 🔌 Faulty USB port (try another port, preferably USB 2.0 - they are more reliable for loading).
  • 🛡️ Disabled USB Legacy Support (relevant for old laptops).
⚠️ Attention: On some laptops ASUS And MSI boot priority is configured in the section Boot Option #1rather than via drag and drop. If after saving the settings the flash drive is still not detected, reset the BIOS to factory settings (Load Default Settings).

2. Errors when starting the installation: "No bootable device", "Missing operating system"

If the laptop sees the flash drive, but instead of starting Windows installation, errors like No bootable device — insert boot disk and press any key or Missing operating system, the problem lies in incompatibility boot entry And BIOS mode.

Here are the key reasons and solutions:

Error Reason Solution
No bootable device The flash drive is written to GPT, and the BIOS is running in Legacy (or vice versa). Rewrite the flash drive to Rufus with the correct partition scheme (MBR for Legacy, GPT for UEFI).
Missing operating system The boot record on the flash drive or disk is damaged. Check the flash drive on another PC. If the error persists, recreate the bootable media.
Selected boot device failed Incompatibility Secure Boot with a Windows image. Disable Secure Boot in the BIOS or use the official image from Microsoft.

For laptops with UEFI (most models after 2015) critical:

  1. Disable Secure Boot (section Security or Boot).
  2. Enable CSM (Compatibility Support Module) or Legacy Support (if you install Windows 7/8).
  3. Make sure the flash drive is formatted in FAT32 (for UEFI) or NTFS (for Legacy).

The flash drive is written in Rufus/Ventoy with the correct scheme (GPT/UEFI or MBR/Legacy)|

Secure Boot disabled in BIOS|

Boot priority is set to USB drive|

USB port is working (tried different ports)|

The Windows image was downloaded from the official Microsoft website -->

3. Errors during file copying: 0x8007025D, 0x80070017

If the installation starts, but errors appear during the file copying stage (usually 0–30%) 0x8007025D, 0x80070017 or Windows cannot install required files, to blame:

  • 💽 Damaged sectors on the hard drive/SSD (especially relevant for older HDD in laptops Samsung or Toshiba).
  • 🔄 Incompatibility of SATA modes (For example, AHCI vs IDE).
  • 📁 Damaged Windows image (often happens when downloading from torrents).
  • 🖥️ Lack of RAM (relevant for laptops with 2 GB RAM and below).

How to diagnose and fix:

  1. Check the disk for errors:
    chkdsk C: /f /r

    (run from command line in recovery environment by clicking Shift+F10 during installation).

  2. Change SATA mode:
    • Go to BIOS → AdvancedSATA Configuration.
    • Try changing AHCI on IDE (or vice versa).
    • Optimal for Windows 10/11 AHCI.
  • Check the image: Download the official ISO from the Microsoft website or use the utility Media Creation Tool.
  • ⚠️ Attention: If when checking chkdsk are revealed bad sectors, the disk needs to be replaced. Installing Windows on such a drive will lead to constant system crashes. For SSDs, a sign of a malfunction is also an error 0x80070057 - it often indicates wear and tear of memory cells.

    4. Stuck on Windows logo or black screen

    The installation reaches the Windows logo (or a black screen with a spinning circle) and goes no further? This is a typical problem for laptops with hybrid graphics (For example, NVIDIA Optimus in Lenovo Legion or ASUS ROG) or due to a driver conflict.

    Here's what will help:

    • 🔌 Disconnect all peripheral devices (mouse, keyboard, external drives). Sometimes USB devices conflict with the installer.
    • 🖥️ Try a different video output: If you have a laptop with discrete graphics, connect an external monitor - the problem may be with the built-in display driver.
    • 🔄 Reset BIOS: Remove the battery and AC adapter, press the power button for 30 seconds, then turn on the laptop and repeat the installation.
    • 📥 Use a different USB port: ports USB 3.0 (blue) sometimes cause freezes on older laptops.

    If the freeze occurs precisely at the stage "Getting devices ready" or "Preparing devices", the chipset or USB controller driver is to blame. Solution:

    1. Download drivers for your laptop model from the manufacturer’s official website (section Support).
    2. Unpack them onto a separate flash drive.
    3. When installing Windows, at the disk selection stage, click Shift+F10, open a command prompt and manually install the driver via pnputil:
    pnputil /add-driver "X:\путь\к\драйверу.inf" /install
    What to do if the laptop is stuck at "Getting ready"

    If your Windows 10/11 installation gets stuck at the "Getting ready" stage (usually at 30-99%), it is due to a service or update conflict. Solution:

    1. Disconnect the Internet (unplug the Ethernet cable or turn off Wi-Fi).

    2. When installing again, at the "Installation type" stage, select "Custom: Windows installation only."

    3. If that doesn’t help, create an installation flash drive without integrated updates (use the utility NTLite to remove service packs from the image).

    5. Disk layout errors: "Windows cannot be installed to this disk"

    Message Windows cannot be installed to this disk. The selected disk is of the GPT partition style (or MBR) means incompatibility disk partition tables And boot mode. This is one of the most common mistakes when installing Windows on new laptops with UEFI.

    Here's how to fix it:

    Error Reason Solution
    Selected disk is of the GPT partition style BIOS mode Legacy, and the disk in GPT. 1. Switch BIOS to UEFI.
    2. Or convert the disk to MBR through diskpart.
    Selected disk is of the MBR partition style BIOS mode UEFI, and the disk in MBR. 1. Switch BIOS to Legacy.
    2. Or convert the disk to GPT.
    Windows cannot be installed to this disk. The disk may fail soon The disk is damaged or has SMART errors. Replace the drive. Check disk health with the utility CrystalDiskInfo.

    To convert a disk without losing data (if it is empty):

    1. When installing, click Shift+F10, open a command prompt.
    2. Enter in order:
      diskpart
      

      list disk

      select disk 0 (где 0 — номер вашего диска)

      clean

      convert gpt (или mbr)

      exit

    3. Refresh the installer page and select the drive again.
    💡

    If there is important data on the disk, use the utility Minitool Partition Wizard for lossless conversion. Create a bootable USB flash drive with this program and perform the conversion in its environment.

    6. Problems with drivers: "No drives found" or the "Next" button is missing

    If at the stage of selecting a disk for installation you see a message No drives found or button Next greyed out, this means that Windows Installer does not recognize your SSD or HDD. Reasons:

    • 🔧 There are no drivers for storage controller (relevant for laptops with NVMe or RAID).
    • 🔌 The disk is disabled in the BIOS (rarely, but it happens).
    • 💽 The disk is damaged or not initialized.

    Solution:

    1. Download drivers for your laptop model:
    2. Install the driver manually:
      • Copy the unpacked drivers to a separate flash drive.
      • In Windows Installer, click Download driver and specify the path to the file .inf.
    3. Check BIOS settings:
      • Make sure the drive is turned on SATA Configuration.
      • If used RAID, turn on the mode RAID On (for Intel RST).
    ⚠️ Attention: On laptops with Intel Optane Memory (for example, some models Dell Inspiron or HP Pavilion) must be disabled before installing Windows Optane in the BIOS or remove the RAID array via Intel Rapid Storage Technology.

    7. The laptop reboots in a loop or displays a blue screen (BSOD)

    If after copying files the laptop goes into endless reboot or shows blue screen of death (For example, IRQL_NOT_LESS_OR_EQUAL, CRITICAL_PROCESS_DIED), the problem lies in:

    • 🔄 Driver conflict (especially relevant for laptops with NVIDIA or AMD Radeon).
    • 💾 Damaged RAM.
    • 🔋 Unstable power supply (if the installation is battery-powered).
    • 📋 Windows version incompatibilities (for example, trying to install Windows 7 on a laptop with Skylake or newer).

    Diagnosis and solution:

    1. Check RAM:
      • Use the utility MemTest86 (create a bootable USB flash drive and test the RAM).
      • If there are errors, try installing Windows with one memory stick (if there are several).
    2. Disable discrete graphics:
      • In BIOS, find the option Graphics Device or Display Mode.
      • Install UMA Only or Integrated Graphics.
    3. Install Windows in Safe Mode:
      • When the Windows logo appears, click Shift+F8 (for Windows 10/11 this method does not always work).
      • Select Safe Mode with Command Line Support.
      • Complete the installation in Safe Mode, then install the drivers.
    💡

    If a blue screen appears with the code ACPI_BIOS_ERROR, update the laptop BIOS to the latest version. To do this, download the firmware from the official website and update via DOS (instructions are usually included with the BIOS file).

    8. Features of installation on laptops of different brands

    Laptop manufacturers often add unique features that interfere with the standard Windows installation. Here's what you need to know:

    For Lenovo (ThinkPad, Legion, IdeaPad):

    • 🔧 Disable in BIOS Secure Boot and turn it on USB Boot.
    • 🔄 If the installation gets stuck on the logo, try disabling Fast Boot.
    • 💾 On some models (for example, ThinkPad T480) needs to be disabled Intel SGX in BIOS.

    For HP (Pavilion, Omen, EliteBook):

    • 🔧 Turn it on Legacy Support in section System Configuration → Boot Options.
    • 🔄 If an error appears 0xc000000f, reset the BIOS to factory settings (F9).
    • 💾 On laptops with HP Sure Start You may need to disable BIOS security.

    For ASUS (ROG, Vivobook, ZenBook):

    • 🔧 In BIOS (F2) disable Fast Boot And Secure Boot.
    • 🔄 If the laptop does not see the flash drive, try turning it on CSM (Compatibility Support Module).
    • 💾 On models with ASUS Armoury Crate Before installation, delete the recovery partition (Recovery).

    For Dell (Inspiron, XPS, Latitude):

    • 🔧 Turn it on AHCI for SATA in BIOS (F12).
    • 🔄 If the installation freezes, disable RAID On (if you are not using a RAID array).
    • 💾 On laptops with Dell SupportAssist OS Recovery You may need to delete the hidden partition DIAGS.
    💡

    For laptops Acer (Swift, Aspire, Nitro) you often need to set a BIOS password to unlock advanced settings. Use a simple password like 1234, then turn off Secure Boot and turn it on Legacy Mode.

    FAQ: Frequently asked questions about installing Windows from a flash drive

    Is it possible to install Windows 7 on a new laptop with UEFI?

    Technically yes, but you will need:

    1. Disable Secure Boot in BIOS.
    2. Enable Legacy/CSM Support.
    3. Use a flash drive with MBR- markings.
    4. Install drivers USB 3.0 And NVMe manually (otherwise Windows 7 will not see the disk).

    However, we do not recommend doing this - Windows 7 does not support modern processors (Ryzen, Intel 10th generation and later) and has security vulnerabilities.

    What should I do if I get the “This PC can’t run Windows 11” error when installing Windows 11?

    This error means that your laptop does not meet the minimum requirements (for example, there is no TPM 2.0 or not supported Secure Boot). Solutions:

    • 🔧 Turn it on TPM in BIOS (section Security or Advanced). On some laptops (Lenovo, HP) TPM is called PTT or fTPM.
    • 🔄 Use chipsec utility to emulate TPM 2.0 (risky, may lead to unstable operation).
    • 📋 Install Windows 11 bypassing verification using MediaCreationTool.bat (unofficial method).
    How can I find out which BIOS mode (Legacy or UEFI) is used on my laptop?

    There are several ways:

    1. Via Windows Installer: Click Shift+F10, enter:
      reg query HKLM\System\CurrentControlSet\Control /v PEFirmwareType

      If the value 0x1Legacy, if 0x2UEFI.

    2. Via disk management: Open Disk management (Win+X → Disk Management). If the disk has a partition EFI (100–500 MB, FAT32), you have UEFI.
    3. Via command line: Run:
      bcdedit | find "path"

      If the path contains \EFI\ - this is UEFI.

    Is it possible to install Windows on an external SSD connected via USB?

    Yes, but with reservations:

    • 🔧 For UEFI The external drive must be in GPT and formatted in FAT32 (for boot partition).
    • 🔄 The speed of installation and operation of the system will depend on the interface (USB 3.0/3.1 preferable USB 2.0).
    • 💾 Some laptops (for example, MacBook or Surface) do not support booting from external drives.
    • 🔋 To constantly run Windows from an external SSD, it is recommended to use USB-C or Thunderbolt (less latency).

    Instructions:

    1. Connect the SSD via USB or adapter.
    2. In Windows Installer, select your external drive (make sure it's the right one!).
    3. After installation, set the BIOS to boot from an external drive.
    Why doesn't my laptop see Wi-Fi or sound after installing Windows?

    This is a standard situation - the Windows installer does not include drivers for specific hardware. Solution:

    1. Connect your laptop to the Internet via cable (Ethernet) or via USB modem.
    2. Download drivers from the manufacturer’s official website (section Support → enter the laptop model).
    3. Install drivers first Chipset, then Wi-Fi, Sound And Video.
    4. For laptops Lenovo And Dell You can use automatic driver installation utilities (Lenovo Vantage, Dell SupportAssist).

    If you can't connect to the Internet:

    • Download the drivers on another PC and transfer them to a USB flash drive.
    • Use utilities like DriverPack Solution (caution: may contain adware).