Why does my ASUS laptop refuse to install Windows 10 from a USB drive?
You have downloaded the original image Windows 10, recorded it on a USB flash drive, but when I tried to install it on a laptop ASUS (be it ZenBook, Vivobook, ROG Strix or TUF Gaming) the system stubbornly ignores the boot disk or produces crypto errors like 0xc000000f, INACCESSIBLE_BOOT_DEVICE? The problem is familiar to many - and its reasons do not always lie in “crooked hands”.
The fact is that modern laptops ASUS (especially models after 2018) are often used UEFI with Secure Boot, non-standard disk partitioning schemes (GPT vs MBR), and also have branded "chips" like ASUS Armoury Crate, which may block installation. In this article we will look at all possible reasons - from the banal “BIOS does not see the flash drive” to hidden conflicts with hardware (for example, with NVMe drives in models ASUS ROG Zephyrus).
Important: if you are trying to install Windows 10 on a laptop with pre-installed Windows 11, the problem may lie in TPM 2.0 or lack of drivers for NVMe in the installation image. More on this below.
1. ASUS laptop does not see the bootable USB flash drive: check the BIOS/UEFI
The first thing you need to do is make sure that the laptop generally “understands” that it can boot from a flash drive. On models ASUS entrance to BIOS/UEFI carried out by key F2 or Del (less often - Esc), which must be held immediately after switching on. If you have ASUS ROG or TUF, the combination might work Ctrl+Alt+Del at the logo screensaver.
Inside the BIOS check:
- 🔹 Download mode: must be
UEFI(notLegacyorCSM). Located in the sectionBoot→Boot Mode Select. - 🔹 Secure Boot: turn it off (
Disabled), if the flash drive is written in the modeUEFI:NTFS(more on this below). - 🔹 Download priority: your flash drive should be first in the list (
Boot Option #1). If it is not there, the problem is in the flash drive itself or the USB port. - 🔹 Fast Boot: disable (
Disabled), since it can block booting from external media.
On some models ASUS (For example, ZenBook Pro Duo) there is a hidden menu Advanced, where you need to manually enable support USB drives in UEFI mode. If after saving the settings (F10) the flash drive still does not appear - try another USB port (preferably USB 2.0, since USB 3.0 sometimes it is not recognized at the loading stage).
⚠️ Attention: On laptops ASUS ROG with processors AMD Ryzen 4000/5000 You may need to update your BIOS to the latest version as older firmwares do not support booting fromNVMe-drives in modeUEFI.
- ZenBook
- Vivobook
- ROG (Strix/Zephyrus)
- TUF Gaming
- Other
2. The flash drive is written incorrectly: choose the right tool
Even if the BIOS sees the flash drive, this does not guarantee that it written correctly to install Windows 10. Official Media Creation Tool from Microsoft often creates bootable disks with errors, especially for UEFI-systems Alternative utilities like Rufus or Ventoy cope better.
Optimal settings for Rufus (version 3.20+):
- 🔹 Partition scheme:
GPT(forUEFI). - 🔹 Target system:
UEFI (non-CSM). - 🔹 File system:
FAT32(if the image is less than 4 GB) orNTFS(for images with updates). - 🔹 Cluster size:
4096 bytes(default).
For laptops ASUS with NVMe drives (For example, ROG Strix G15 or TUF Dash F15) it is critical to use a Windows 10 version image 20H2 or later, since older builds do not have built-in drivers for modern SSDs. If this is your case, download the latest version of the image from the Microsoft website or use Windows 11 followed by a downgrade.
| Problem | Reason | Solution |
|---|---|---|
| Flash drive is not visible in BIOS | Wrong USB port or damaged drive | Try the port USB 2.0 or another flash drive |
Error 0xc000000f when loading |
Damaged bootloader files or incorrect disk partitioning | Rewrite the flash drive to Rufus with parameter GPT/UEFI |
| Laptop freezes on ASUS logo | Conflict Secure Boot with self-signed bootloader |
Disable Secure Boot in BIOS or use the official image |
| No disk to install Windows | NVMe drive is not recognized due to missing drivers | Download driver NVMe on a flash drive and connect during installation |
The flash drive is formatted in FAT32/NTFS|
Windows 10 image downloaded from the official website|
In Rufus, the partition scheme is GPT|
USB 2.0 port is used for downloading-->
3. Conflict with NVMe drive: why Windows 10 does not see the SSD
One of the most common problems on laptops ASUS ROG And TUF - Windows 10 installer does not see the internal drive. The reason is simple: the installation image does not contain drivers for NVMe controllers (especially relevant for models with Samsung PM981/PM991 or Intel Optane).
Solutions:
- Download NVMe driver for your SSD model from the manufacturer's website and download it to a USB flash drive. When installing Windows, click
Download driverand specify the path to the file.inf. - Use Windows 10 21H2+ image, where NVMe drivers are already integrated.
- Connect SSD to another laptop, format it to
GPTand return it back.
For models ASUS with AMD Ryzen 5000 (For example, ROG Strix G17) may be required disable RAID mode in BIOS (switch to AHCI in section Advanced → SATA Configuration). Otherwise, the installer will not see the disk.
⚠️ Attention: If you are installing Windows 10 on a laptop with Intel Optane Memory (For example, ASUS Vivobook S14), first disable the Optane module in the BIOS (Advanced → VMD Controller → Disabled), otherwise the system will freeze at the stage of copying files.
How to find out the model of your NVMe drive?
Open command prompt (Win + R → cmd) and enter:
wmic diskdrive get model
Or use the utility CrystalDiskInfo (will show the exact controller model).
4. Installation errors: from INACCESSIBLE_BOOT_DEVICE to "The required driver was not found"
If the installation starts but fails with an error, the reasons may be:
- 🔹
INACCESSIBLE_BOOT_DEVICE: arises due to conflictAHCI/RAIDor lack of drivers for SSD. The solution is to change the SATA mode in the BIOS toAHCI. - 🔹 "Windows cannot be installed on this drive": The disk has a partition style
MBR, and the system requiresGPT. The solution is to convert the disk viaDiskPart:
diskpartlist disk
select disk 0
clean
convert gpt
exit
Review.On models ASUS ROG with NVIDIA Optimus (For example, Zephyrus G14) may need to be disabled hybrid graphics in BIOS (Advanced → Graphics Configuration → Discrete Graphics) to avoid errors with display drivers.
If the installation freezes at 0% or 100%, try disconnecting all peripherals (mouse, keyboard, external drives) from the laptop and repeat the process. Often the conflict arises due to USB hubs.
5. Problems with TPM 2.0 and Secure Boot on ASUS laptops
Laptops ASUS 2020+ model year (especially with Windows 11 preset) often have TPM 2.0 enabled And Secure Boot default. This may block the installation of Windows 10 because the system requires a digital signature from the bootloader.
Solutions options:
- 🔹 Disable Secure Boot in BIOS (
Security → Secure Boot → Disabled). - 🔹 Add signing key for self-signed images (relevant for custom builds of Windows).
- 🔹 Use official image from the Microsoft site - it has the correct signatures.
On some models ASUS (For example, ZenBook Flip) TPM 2.0 cannot be physically disabled, but you can bypass the limitation by installing Windows 10 in Legacy BIOS (if supported). However, this will lead to loss of functionality BitLocker And Windows Hello.
If you are installing Windows 10 on a laptop with Windows 11 pre-installed, be sure to update the BIOS to the latest version - this will solve most problems with TPM and Secure Boot.
6. Alternative ways to install Windows 10 on ASUS
If the standard methods don't work, try:
- 🔹 Installation via Windows To Go: Create a working version of Windows on an external SSD and clone it to the internal drive using Macrium Reflect.
- 🔹 Usage Ventoy: This utility allows you to download ISO images directly without writing to a flash drive, which is useful for testing different versions of Windows.
- 🔹 Reset BIOS to factory settings: sometimes user settings (for example, overclocking ASUS AI Overclocking) interfere with installation. Reset BIOS via
Load Default Settings.
For laptops ASUS ROG with dual BIOS (For example, Strix Scar 17) in case of critical errors, you can try to switch to the backup firmware by holding Ctrl + Home when turned on.
If all else fails, last chance: install Windows 11 (it supports new hardware better), and then downgrade to Windows 10 via Media Creation Tool with option Save files.
FAQ: Frequently asked questions about installing Windows 10 on ASUS
My ASUS Vivobook says "Reboot and Select proper Boot device". What to do?
This error means that the BIOS does not find the boot disk. Check:
- The flash drive is written in the mode
UEFI(notLegacy). - Disabled in BIOS
Fast Bootand turned onLaunch CSM(if you need to support both modes). - The USB port is working (try another one).
If the problem persists, try writing the flash drive again to Rufus with option DD mode (for difficult cases).
When installing Windows 10 on ASUS ROG, a blue screen appears. What's the matter?
Most likely to blame NVMe driver or conflict with graphics. Solutions:
- Disable
Secure Boot. - In BIOS, switch graphics from
HybridonDiscrete. - Use a Windows 10 image 21H2 or later.
Is it possible to install Windows 10 on ASUS with AMD Ryzen 7 5800H processor?
Yes, but:
- Update your BIOS to the latest version (otherwise there will be no support
NVMeAndTPM 2.0). - Use a Windows 10 image 20H2+ (older ones do not have drivers for Ryzen 5000).
- Disable
fTPMin the BIOS, if the installer complains about TPM 2.0.
After installing Windows 10 on ASUS TUF, the keyboard and touchpad do not work. What to do?
This is a typical problem due to missing drivers ASUS ATK Package And Touchpad Driver. Download them from ASUS official website for your model and install manually. If the keyboard does not work at all, connect an external USB keyboard.
How to restore factory Windows 11 if Windows 10 installation was unsuccessful?
On most laptops ASUS There is a hidden recovery partition. To restore the system to factory:
- Turn off your laptop.
- Clamp
F9when turned on (for models with Windows 11). - Select
Troubleshoot → Recovery Manager → Restore Factory Settings.
If the recovery partition is damaged, download the image from the ASUS website (section Support → Drivers & Tools → Recovery).