Windows only boots to bios

Boot to UEFI Mode or legacy BIOS mode

Choose UEFI or legacy BIOS modes when booting into Windows PE (WinPE) or Windows Setup. After Windows is installed, if you need to switch firmware modes, you may be able to use the MBR2GPT tool.

In general, install Windows using the newer UEFI mode, as it includes more security features than the legacy BIOS mode. If you’re booting from a network that only supports BIOS, you’ll need to boot to legacy BIOS mode.

After Windows is installed, the device boots automatically using the same mode it was installed with.

To boot to UEFI or BIOS:

Open the firmware menus. You can use any of these methods:

Boot the PC, and press the manufacturer’s key to open the menus. Common keys used: Esc, Delete, F1, F2, F10, F11, or F12. On tablets, common buttons are Volume up or Volume down (find more common keys and buttons). During startup, there’s often a screen that mentions the key. If there’s not one, or if the screen goes by too fast to see it, check your manufacturer’s site.

Or, if Windows is already installed, from either the Sign on screen or the Start menu, select Power () > hold Shift while selecting Restart. Select Troubleshoot > Advanced options > UEFI Firmware settings.

From the firmware menus, boot to drive or network while in UEFI or BIOS mode:

On the boot device menu, select the command that identifies both the firmware mode and the device. For example, select UEFI: USB Drive or BIOS: Network/LAN.

You might see separate commands for the same device. For example, you might see UEFI USB Drive and BIOS USB Drive. Each command uses the same device and media, but boots the PC in a different firmware mode.

Some devices only support one mode (either UEFI or BIOS). Other devices will only allow you to boot to BIOS mode by manually disabling the UEFI security features. To disable the security features, go to Security > Secure Boot and disable the feature.

Some older PCs (Windows 7-era or earlier) support UEFI, but require you to browse to the boot file. From the firmware menus, look for the option: «Boot from file», then browse to \EFI\BOOT\BOOTX64.EFI on Windows PE or Windows Setup media.

UEFI and BIOS modes in WinPE

Detect if WinPE is booted into BIOS or UEFI Mode

Query the registry to determine which mode the device is in. You can do this from the command line:

Return code Firmware mode
0x1 BIOS
0x2 UEFI

Use it in a script:

Note that between delims= and » %%A is a tab, followed by a space.

Make sure you boot into the right mode every time

Here are a couple of ways you can make sure you’re booted into the right firmware mode every time you start your PC.

Use preformatted hard drives, and use a method that doesn’t automatically format the drive.

If you want to ensure that your drive boots into a certain mode, use drives that you’ve preformatted with the GPT file format for UEFI mode, or the MBR file format for BIOS mode. When the installation starts, if the PC is booted to the wrong mode, Windows installation will fail. To fix this, restart the PC in the correct firmware mode.

Remove the UEFI or BIOS boot files

If you want a PC to only boot into a certain mode, you can remove the files that Windows PE or Windows Setup use to boot in UEFI or BIOS mode. Remove the following files, depending on the mode you want to boot to.

Boot only when in UEFI mode

Remove the bootmgr file from the root of the Windows PE or Windows Setup media. This prevents the device from starting in BIOS mode.

Boot only when in BIOS mode

Remove the efi folder from the root of the Windows PE or Windows Setup media. This prevents the device from starting in UEFI mode.

Error legacy boot of uefi media — как исправить?

При попытке установить новую операционную систему (обычно Windows 10) с флеш-накопителя мы можем столкнуться с сообщением « Error legacy boot of uefi media ». Обычно это означает, что упомянутый flash-носитель отформатирован в схеме разделов UEFI (файловая система FAT32). В то же время как компьютер работает на основе схемы разделов MBR, и ориентирован на накопители с файловой системой NTFS. Давайте подробно разберёмся, в чём суть данной ошибки и как её исправить.

Что означает ошибка «Error legacy boot of uefi media»?

В переводе текст данного сообщения звучит как « Ошибка использования BOOT «Legacy» для накопителя UEFI ». Обычно она возникает при попытке установки новой операционной системе с помощью флеш-накопителя, который отформатирован как UEFI с файловой системой FAT 32. При этом в БИОСе такого PC выставлен режим «Legacy». Соответственно, компьютер ориентирован на накопители со схемой разделов MBR и файловой системой NTFS.

Таким образом, несовпадение режимов файловой системы FAT32 (GPT-UEFI) и NTFS (MBR) будет вызывать указанную проблему с появлением сообщения об ошибке. Перезагрузка же PC никак не решает возникшую дисфункцию.

Давайте разберёмся, как исправить ошибку с уведомлением «Error legacy boot of uefi media» на ваших PC.

Каким образом исправить проблему активацией режима BIOS «UEFI»

Наиболее простым способом избавиться от ошибки с флеш-накопителем является переключение загрузки ПК в БИОСе с режима «Legacy» на режим «UEFI».

Для этого выполните следующее:

  1. Перейдите в BIOS (при включении системы быстро жмите на F2 или Delete);
  2. При запуске БИОС найдите опцию « UEFI/BIOS Boot Mode » (Boot List Option или аналог) и вместо режима «Legacy» выберите режим «UEFI»;

Активируйте режим «UEFI» в настройках вашего BOOT

  • Сохраните изменения в вашем BIOS нажатием на F10;
  • Перезагрузите ваш ПК, и попытайтесь вновь загрузиться с flash стандартным образом.
  • После выполнения данных операций попробуйте вновь выполнить инсталляцию системы с флеш-накопителя. Обычно последняя проходит без каких-либо проблем, и ошибка «Error legacy boot of uefi media» будет устранена.

    Переформатирование флеш-накопителя с FAT 32 в NTFS (MBR)

    Другим вариантом решения проблемы будет переформатирование вашего flash-носителя в файловую системы NTFS со схемой разделов MBR, которую хорошо поддерживает BOOT Legacy. Вам помогут программы уровня «Rufus», в настройках которых необходимо выбрать схему разделов «MBR» и файловую систему NTFS.

    Переформатируйте ваш флеш-накопитель указанным образом

    Использование командной строки для устранения ошибки «Error legacy boot…»

    Для устранения уведомления «Error legacy boot of uefi media» можно использовать функционал командной строки (при возможности загрузки ОС с флеш-накопителя). С её помощью можно будет попытаться восстановить загрузчик на жёстком диске в случае, если он повреждён.

    1. Создайте флеш-накопитель с инсталляционной версией Windows (лучше Win 10);
    2. Выставьте в БИОСе загрузку с flash-носителя;
    3. Загрузитесь с флеш-накопителя;
    4. В базовом меню выберите русские язык и клавитуру, и нажмите на «Далее»;
    5. На следующем экране нажмите на «Восстановление системы» слева снизу;

    Выберите опцию «Восстановление системы»
    Далее выбираем «Диагностика», затем «Дополнительные параметры», и там «Командная строка»;

    Выберите в перечне опцию «Командная строка»

  • В открывшейся строке последовательно набираем следующие команды:
  • select partition 1

    Далее закройте командную строку и перезагрузите PC. Загрузка операционной системы может быть восстановлена.

    Заключение

    В нашем материале мы разобрали, почему возникает ошибка «Error legacy boot of uefi media» и каким образом можно её исправить. Наиболее простым способом решения проблемы будет переключение режима БИОСа на UEFI, после чего проблема обычно исчезает. Если же данный способ не помог, попробуйте другие перечисленные способы, позволяющие устранить указанную дисфункцию на вашем PC.

    Опция BIOS Boot List Option

    Опция Boot List Option — Выбор варианта загрузки определяем режим загрузки и меет два значения «Legacy» — (наследуемый вариант загрузки — режим совместимости) BIOS или «UEFI» (Unified Extensible Firmware Interface — интерфейс между операционной системой и микропрограммами) режим загрузки.

    UEFI BIOS поддерживает два режима загрузки: режим загрузки Legacy («Наследие») BIOS и режим загрузки UEFI.

    Некоторые устройства и операционные системы пока не поддерживают UEFI на основе BIOS и могут загружаться только с режиме загрузки — Legacy BIOS.

    В зависимости от вашей ситуации, вы выбираете какой режим загрузки из UEFI BIOS вы хотите использовать: режим загрузки Наследия — Legacy BIOS или режим UEFI загрузки.

    1. Legacy ( CMS OS или CSM Boot, UEFI and Legacy OS, Legacy OpROM) – выберите режим загрузки Legacy BIOS, чтобы HBAs-адаптеры и некоторые экспресс — модули могли использовать опции ROMs — ПЗУ. При выборе режима загрузки Legacy BIOS, только загрузочные кандидаты поддерживающие режим загрузки Legacy BIOS будут перечислены в списке «Приоритет — Параметры загрузки». НЕ забываем при выборе данной опции
      1) отключить очень капризную опцию Secure Boot — защищенной загрузки. А так же включить модуль
      2) Load Legacy Option Rom — CSM — загрузку модуля совместимости старых ОС.
    2. UEFI (UEFI OS) – выберите режим загрузки UEFI что бы использовать драйверы UEFI. Только устройства, поддерживающие выбранный режим загрузки перечислены на экране выбора источника загрузки BIOS — экране в списке Приоритетов Параметры загрузки.

    Опция также может иметь другие названия:

    1. Boot List Option
    2. Launch CSM(Compatibility Support Module)
    3. CMS Boot
    4. UEFI and Legacy OS
    5. CMS OS
    6. Boot Mode
    7. OS Mode Selection

    Примечание 1. Если режим загрузки (Boot List Option) изменяется, то выставленная последовательность опроса носителей — дисков — кандидатов от предыдущего режима загрузки не сохраняется..

    Примечание 2. Загрузчик операционной системы – это системная программа, которая подготовляет компьютер для загрузки операционной системы (загружает ядро операционной системы в оперативную память, формирует параметры работы ОС…). Запуск загрузчика выполняет BIOS.

    Программа Aptio Setup Utility — BIOS фирмы American Megatrends Inc на системных платах Dell Inc.

    Название данной опции у данного производителя в данной версии BIOS:

    Boot List Option значение по умолчанию [Legacy]

    This list specifies the order that the BIOS searches devices when trying to find an operating system to boot.

    To change the boot order select the device to be changed in the list on the right hand side, then use the keybaord PgUp/PgDn keys to change the boot order of the device.

    The boot devices can also be selectd or de-selectd from the list using the check boxes on left hand side.

    Этот список определяет порядок, в котором BIOS ищет устройства при попытке найти операционную систему для загрузки.

    Чтобы изменить порядок загрузки выберите желаемое устройство в списке на правой стороне, а затем используя клавиши клавиатуры PgUp / PgDn, измените порядок загрузки устройства.

    Загрузочные устройства также могут быть выбраны из списка помощью флажков +/-

    Если операционная система установлена ​​с помощью режим загрузки «Наследие» BIOS (Legacy BIOS boot mode) операционная система может быть запущена только в режиме загрузки Legacy.

    Если операционная система установлена ​​с помощью режим загрузки UEFI, операционная система может быть запущена только в режиме загрузки UEFI (UEFI boot mode).

    FIX: PC automatically goes to BIOS on startup

    • Windows 10 users reported a boot issue that takes them directly to the BIOS menu.
    • You can try pressing the power button if your PC keeps booting up in BIOS.
    • If your computer keeps booting to BIOS, you should check the hardware connection.
    • Also, if the PC boots to BIOS, then you can perform a Windows repair by following the steps below.

    1. Download Restoro PC Repair Tool that comes with Patented Technologies (patent available here).
    2. Click Start Scan to find Windows issues that could be causing PC problems.
    3. Click Repair All to fix issues affecting your computer’s security and performance
    • Restoro has been downloaded by 0 readers this month.

    Windows 10 users reported an issue when booting their computers. Instead of getting to the Windows loading screen, the PC boots directly into the BIOS.

    This unusual behavior could be triggered by different causes: recently changed/added hardware, hardware damage, improper hardware connections, and other issues.

    In order to attempt fixing this issue, we managed to come up with a series of fixes to help you out, so be sure to keep reading.

    What can I do if my PC automatically goes to BIOS?

    1. Check the hardware connection

    • If you recently added new hardware, fiddled with the existing hardware, or you simply moved your PC around, make sure everything is in order.
      • Hardware that is not properly plugged in could trigger the BIOS to open every time you try to load Windows.
    • Check the CMOS battery.
    • Unplug all peripherals and try booting that way.
    • Turn Off your PC and unplug all cords. Hold the Power button for a minute to discharge it. Plug in everything and check for the resolution.

    2. Disable Fast Boot and set your system drive as the primary option

    1. Access the BIOS utility.
    2. Go to Advanced settings, and choose the Boot settings.
    3. Disable Fast Boot, save changes and restart your PC.
    4. Set your HDD as the primary booting device and confirm changes.

    3. Move your BCD store

    1. Select the BCD Backup/Repair section.
    2. Under BCD Management Options, choose Change boot drive, and click Perform Action.
    3. In the Select New Partition window make sure to set the new boot drive to C: – or the drive you have Windows installed in, and select OK.

    4. Run the Windows Repair tool

    1. In order to utilize the Windows Repair tool, you’ll need to have a bootable Windows USB stick/DVD.
    2. Connect the flash drive/DVD to your PC, and set it as the Primary Boot Drive.
    3. Restart your PC and wait for the bootable device to load. After it finishes loading, choose the Run Windows Repair option and follow through with the process.
    4. This should fix the existing errors and make the system boot properly.

    If you need to install the operating system from a physical drive like a USB flash drive, check out our dedicated guide on how to create a USB flash drive with Windows 10.

    Also, the USB type-C has gained quite some traction since its introduction to the tech space because it enables faster data transmission and quick charge for different devices.

    We strongly recommend you to use a strong USB 3.0 flash drive. Check out the following Amazon deal for a bootable flash drive to keep your operating system safe.

    • USB 3.0 Interface
    • 128 GB
    • 10x faster
    • Impressive sequential write speeds
    • Contrasting random write speeds

    If you’re looking for a reliable storage support to preserve your operating system, then Kootion 128 GB USB 3.0 flash drive is the perfect gadget for you.

    Besides its generous storage capacity, you will enjoy next to instant data transfer speeds which allows you to get the job done faster and carry on with your daily routine.

    We hope that our recommendations from this article were helpful for you to solve the unusual behavior of your PC. For more suggestions, please access the comments section below.

    Читайте также:  Как запустить установочную флешку windows через биос
    Оцените статью
    Обозначение опции BIOS Описание опции в БИОСе Переведенное значение опции БИОС