Ipv4 pxe first что это в биосе lenovo
Most people take Operating Systems and computers for granted. We got used to pressing one button and the computer catches life in a matter of seconds.
In reality, things are a bit more complex, hidden behind the ever-important process of booting. In ancient times, loading an operating system could only be done using physical media, like hard disks, CDs, or floppy disks.
Now, networks can do this job as well. IP addresses allow computers to start up faster than traditional methods, but they can also complicate things a bit. Enter PXE (Preboot execution environment), a method that allows systems to boot over an IPv4 network.
While it has its own advantages, PXE can also be part of a common issue, where “Start PXE over IPv4” pops on the screen as the system fails to start.
It’s not a serious issue, and it is usually fixed in simple ways. Before discussing the most popular solutions, it’s important to give PXE, booting, and BIOS some context. In this way, we will better understand the relationships between them and how they relate to the inner workings of a computer.
What is BIOS?
BIOS is short for basic input/output system. It was first introduced in 1975 by American computer scientist Gary Kildall and made its way to IBM’s first personal computer in 1981. BIOS acts as a middleman between Operating Systems (OS) and the hardware they run on. Throughout the years, BIOS has become an integral part of computers and instrumental in the configuration of how an OS loads and behaves.
BIOS comes included in motherboards in the form of firmware installed in the motherboard’s chip. Its role is to make sure everything works correctly so the computer can start normally.
More specifically, BIOS has 4 core functions:
- Power On Self Test (POST) – Checks the hardware before loading the OS;
- Bootstrap loader – Locating the OS;
- Software/drivers – Locating the drivers or software that might prevent the correct loading of the OS;
- CMOS (Complementary metal-oxide-semiconductor) setup – CMOS is both the motherboard’s volatile memory and battery. The setup option enables users to change hardware and system settings.
The basic steps of the booting process
From powering on a system to being actually able to use it and navigate through its OS, there’s a matter of seconds in which multiple things happen.
1. You turn on your computer.
2. The CPU (processor) starts up, but it cannot stay idle, so it needs instructions to execute. Because in the beginning, the main memory is empty, the CPU will read the basic instructions stored in the firmware chip of the motherboard.
3. The firmware does a Power On Self Test (POST). It activates the remaining hardware, detects the connected peripherals (like the keyboard and mouse), and checks if everything works. You might remember the ‘beep’ sound the computers do when you turn them on. That’s the sign of a healthy POST.
4. The firmware verifies all storage devices (HDD, SSD, etc.) for a boot-loader. This is a program that loads the OS when the computer is powered on. The boot-loader will proceed to load the rest of the OS.
What is PXE?
PXE is short for Preboot execution environment. It was created by Intel and refers to a set of standards (or instructions) that enable a computer to download network boot programs.
In the simplest terms, PXE is used to start the computer ahead of the Operating System image (the entire datafiles). PXE allows a computer to load an Operating System (OS) over a network connection, hence the link between PXE and IP addresses.
The most common use case for PXE is installing the OS quickly over the network for both servers and clients. In this way, installing, let’s say, Windows, is easier and quicker than using CDs or flash drives in the ”old school way’.
How does PXE work?
Usually, the BIOS automatically initiates PXE boot. For PXE to boot successfully, both the client and server must meet a couple of requirements:
The client has to support PXE in the UEFI interface or NIC firmware. What’s that supposed to mean?
UEFI is short for Unified Extensible Firmware Interface, a BIOS (basic input/output system) alternative. It is a method used by Operating Systems and platform firmware to communicate with each other.
UEFI does the same job as BIOS, but it’s more efficient and has several upgrades.
NIC is short for Network Interface Card. This is a hardware component, like a chip or a circuit board installed in your computer. NIC ensures computers have a dedicated internet connection via Wi-Fi or Ethernet.
Starting PXE over IPv4 requires the network to have a configured DHCP (Dynamic Host Control Protocol) server or a TFTP (Trivial File Transfer Protocol) server.
From there, the DHCP server advertises (broadcasts or announces) the PXE boot server IPv4 address.
Next, the client contacts the boot server, downloads, and boots NBP (Network Bootstrap Program) with the help of TFTP.
NBP is a small OS made up of its kernel (its core), basic drivers, and programs. These will eventually download the remaining components of the Operating System.
TFTP is a simple, multi-purpose protocol typically used for transferring data. TFTP helps servers boot (or start) diskless computers, different terminals, and routers.
Why do we talk about computer hardware when starting PXE over IPv4?
While we learned that PXE usually boots over IPv4-based networks, it is also important to understand the co-dependency between hardware and network booting itself.
In the client-server relationship, network boot is a client feature. This means the instructions for PXE are stored in the motherboard’s UEFI BIOS or in the ROM (read-only memory) of the NIC firmware.
Compared to its optional presence on consumer hardware, network boot, PXE implicitly, is a standard feature on enterprise computers. It might or might not be automatically turned on in the BIOS configuration, and it is usually implemented when using Intel drivers.
PXE use cases
PXE is a versatile tool designed to make things easier in different scenarios. It is useful for clients, servers, VMs (Virtual Machines), as well as IoT (Internet of Things) devices.
PXE is primarily used when you want a clean OS install for new or malfunctioning computers. PXE works both for client-based OS (like Windows or Ubuntu) and server-based OS (like Windows Server or Arch Linux).
This also spares us the hassle of installing the OS via CDs, DVDs, USB drives, and any such media.
This is important because PXE brings advantages over physical media:
- Network access is usually more available than a dedicated boot device;
- Modern networks can be way faster than traditional disks and flash drives;
- You don’t have to deal with outdated or cumbersome OS images.
PXE may be used by diskless or thin client computers as well. Diskless computers do not have fixed storage on HDDs or SSDs. Thin clients can be configured to load a small OS at each power-on.
This is a popular method in corporate, IT, and public environments because it’s more secure, more scalable, and better manageable.
“Start PXE over IPv4” – What does it mean?
As we saw earlier, PXE booting happens when a system boots over a network. In this case, we’re talking about an IPv4-based network. When you are attempting to start your computer and “Start PXE over IPv4” pops on the screen, it means other boot devices, like the hard disk, were not available to boot from.
In other words, the storage partition the computer normally uses to boot the OS is probably malfunctioning or it’s not properly configured. Chances are it likely has to do with a wrong or reset boot priority order.
How to fix the boot issue – Start PXE over IPv4
Encountering this issue is not necessarily a big deal. If you can tinker a bit with BIOS settings*, you already solved a part of the problem. The most common solutions revolve around changing the boot priority order, a couple of further configurations, or updating BIOS. Let’s take them step by step.
*To enter BIOS on your computer, you usually need to repeatedly press a certain key (common keys can be F1, F2, Del, Esc, and F10)
Change the boot priority order
Sometimes, BIOS settings might be accidentally reset, resulting in the primary boot devices not responding. An HDD or SSD that would normally be used to load the OS could have been disabled or their places shifted in the priority order. This leaves the system with no drive or source from which to load the OS. Here comes PXE booting as a sort of emergency method.
- Open BIOS before the OS is attempting to boot. You might need to press the BIOS key repeatedly since it can be difficult to enter the menu on the first try;
- Study the BIOS menu and look for the tab labeled Boot;
- To be able to change the boot priority order, you need to enter the Boot submenu and search for an option usually called Boot Priority Setup. Once you’ve found it, press enter to enter the submenu;
- The section should display a list of devices used for booting, such as HDD, SSD, USB, DVD, etc;
- Make sure that either HDD or SSD is at the top of the list. If not, use the Up and Down arrow keys as well as Enter keys to move them to the top. BIOS is a rudimentary software, so you’ll have to do without a mouse;
- Save the settings and exit BIOS. This is usually done with F10. You will be asked if you want to save the setting before exiting. Do so by hitting Enter.
From there the computer will restart and the system should be able to boot correctly.
Disable Secure Boot and/or Legacy Support
Legacy mode is typically used for supporting older drives, data, and software. This booting process is slower than UEFI and it can sometimes get in your way. Secure Boot is a security measure that prevents potentially harmful software from loading as your system starts (boots). Sometimes, Secure Boot can prevent important files and software components from loading properly, and the system won’t start.
It doesn’t hurt to check these settings and see if they are already on or off, so you’ll have to enter BIOS again.
- Enter BIOS, and go to the Security tab;
- Look for a section called Secure Boot Configuration or something similar, and press Enter;
- In the Secure Boot Configuration menu, locate the Secure Boot option. Use the arrow keys to Disable the option if it’s enabled;
- After Disabling Secure Boot, navigate to the Boot tab. There, look for UEFI/BIOS Boot Mode or something similar;
- In this section, locate the Legacy option and disable it;
- Save the settings and exit BIOS. The computer should restart.
Disable Wake-On-LAN
This is a networking standard that allows a computer to be powered on or awakened by another device on the network. The option is typically located in the Power tab of the BIOS menu. It might also be located in the advanced options, depending on the motherboard your computer uses.
- Enter BIOS, and go to Power;
- If Wake-On-LAN is not already Disabled, Use the Arrow and Enter keys to disable it;
- Save your settings before exiting BIOS and allowing the computer to restart.
Reset BIOS to factory settings
Sometimes, a simple reset can work wonders. If the “Start PXE over IPv4” issue still persists, you can try switching BIOS back to its factory settings. The location of the option varies from one motherboard to another, but it’s commonly found near the Exit/Save and Exit options.
The common name of the default reset option is Load Setup Defaults, but it can be also known as Factory Default, Clear BIOS, Reset to Default, etc.
Manually update BIOS
If everything else failed, you might need to do it the hard way. Updating BIOS can be difficult, and the process depends on what motherboard you have. It requires you to know the current firmware version of your motherboard and see if it’s up to date.
If not, you might need to see if your manufacturer’s website has the new version available for download and configuration.
Assuming you can start the OS (Windows for example) if ‘’Start PXE over IPv4” does not constantly pop out, you can:
- Open the Search bar and type msinfo;
- Click on System Information;
- In the new tab, find your BIOS Version;
- Head on to your manufacturer’s website and check if you are running the latest version;
- If not, download the latest firmware version from the manufacturer’s website (typically in the Support section) and place it onto a USB flash drive.
If you are not able to start the OS, just download the latest firmware version using another device and put the files onto the flash drive.
Here it gets a bit tricky. You need to insert the flash drive in the USB port of your computer and manually install it. Chances are most motherboards have their BIOS ready for that, so you can enter it and hit the installation process.
If not, there are some instances when you have to keep the computer powered off, and, once you inserted the flash drive, hit the CMOS reset button on your motherboard. The CMOS acts as the motherboard’s battery and volatile memory. The battery’s logs can be wiped clean, during which the new firmware version can be installed. Typically, you can keep an eye on the button’s LED to check on the installation process.
Eventually, it all depends on the motherboard’s manufacturer. You should carefully follow its instructions to avoid complications or critical errors.
Conclusion
It seems the good old BIOS interface we grew up with is here to stay. Even if IPv4 and IPv6 networks allow computers to load faster and offer notable advantages in this way, PXE can be an issue for some computers that are not able to boot from physical media.
Starting PXE over IPv4 is usually seen as a last resort when every other booting method fails. If not configured properly, the computer won’t be able to start and you will be endlessly stuck in the retro BIOS menu. Fortunately, it’s quite easy to solve this problem.
And even if you have to do it the hard way (manually updating the firmware version) the motherboard manufacturers offer step-by-step instructions on how to do this.

By Carol Zafiriadi
According to the ancient texts, Carol has been passionate about IT and technology since his youth. He brought his experience and creativity to Pubconcierge as content writer, ready to both assimilate and share valuable information.
Start PXE over IPv4 — что это такое в Windows и как это исправить
Загрузочная флешка с набором нужного софта — замечательный инструмент системного администратора. Казалось бы, что может быть лучше? А лучше может быть загрузочный сервер!
Представьте, вы выбрали в BIOS загрузку по сети и можете установить ОС/вылечить компьютер от вирусов/реанимировать диски/протестировать ОЗУ/etc с PXE Boot сервера, ведь это куда удобнее, нежели бегать с флешкой от машины к машине. А в случае большого компьютерного парка, такой инструмент и вовсе незаменим.
На данной странице детально описывается процесс загрузки бездисковых Linux-станций с помощью PXE, а также рассказывается как с помощью программ проекта LTSP подготовить Linux-систему для использования в качестве сервера загрузки таких станций. Рассматривается процесс настройки всех необходимых компонентов (TFTP, DHCP, NFS-серверов), а также приводятся примеры их конфигурационных файлов.
Решение 3: обновить BIOS
Если что-то не так с BIOS вашего компьютера, трудно сказать, что что-то сможет решить проблему, кроме полного обновления BIOS. Обновление BIOS может быть сложным процессом, и проблема в том, что он сильно отличается в зависимости от производителя вашего ПК. Вот почему вы должны внимательно следовать инструкциям, если хотите получить нужные результаты.
- Чтобы узнать текущую версию BIOS, установленную на вашем компьютере, введите msinfo в строке поиска в меню «Пуск».
- Найдите версию BIOS под вашей моделью процессора и скопируйте или перепишите что-нибудь в текстовый файл или на лист бумаги.
- Вспомните, был ли ваш компьютер собран на заводе или был собран вручную, приобретая все компоненты по отдельности. Это важно, потому что вы не хотите использовать BIOS, созданный для одного компонента вашего ПК, когда он не будет применяться к другим вашим устройствам, и вы перепишете BIOS на неправильный, что приведет к серьезным ошибкам и системным проблемам.
- Подготовьте свой компьютер к обновлению. Если вы обновляете свой ноутбук, убедитесь, что его аккумулятор полностью заряжен, и подключите его на всякий случай к сети электропитания. Если вы обновляете компьютер, рекомендуется использовать источник бесперебойного питания (ИБП), чтобы убедиться, что ваш компьютер не выключается во время обновления из-за сбоя питания.
- Обновите BIOS.
Start PXE over IPv4 — что это такое в Windows и как это исправить

PXE Boot — это загрузка системы по сети, где IPv4 подразумевается в сети на основе IPv4 и IPv6. Если на экране вы видите надпись «start pxe over ipv4» это означает, что ПК пытается загрузиться с PXE, который обычно является последним источником на загрузку системы при запуске. В этой статье вы узнаете что делать при появлении этой ошибки.
Это также может означать, что другие загрузочные устройства, такие как ваш жесткий диск, не были доступны для загрузки. Есть несколько способов решить эту проблему, поэтому ознакомьтесь со статьей, чтобы узнать как это исправить.

Решение 2. Отключите Wake on LAN в BIOS
Отключение этой опции решило проблему у людей, которые не смогли добиться успеха ни с каким другим методом, и этот метод довольно легко реализовать, если вы умеете как ставить систему для загрузки в BIOS самостоятельно, и вы попробовали метод выше!
- Выключите компьютер, перейдя в меню Пуск >> Кнопка питания >> Завершение работы.
- Снова включите компьютер и войдите в BIOS, нажав клавишу BIOS во время загрузки системы. Ключ BIOS обычно отображается на экране загрузки с надписью «Нажмите ___, чтобы войти в программу установки». Общие ключи BIOS — это F1, F2, Del, Esc и F10. Обратите внимание, что вам нужно быстро среагировать, поскольку сообщение исчезает довольно быстро.
- Опция Wake on LAN, которую вам нужно изменить, находится на разных вкладках инструментов прошивки BIOS, изготовленных разными производителями, и не существует уникального способа найти его. Обычно он находится в разделе «Электропитание» или что-то похожее, например «Расширенные настройки».
- Когда вы найдете параметр Wake-On-LAN в любой области экрана настроек BIOS, перейдите к нему и измените его значение на Отключено.
- Перейдите в раздел «Выход» и выберите «Выход из сохранения изменений». Это продолжит загрузку, поэтому проверьте, появляется ли ошибка по-прежнему.
Создайте заготовки для подменю
Мы создали 4 подменю, три из которых будут нами заполнены. Для этого давайте создадим шаблон, которым мы будем пользоваться в дальнейшем.
Создайте файл шаблона:
Его содержимое должно быть следующим:
Давайте зададим заготовки для дополнительных подменю, которые нам потребуются в следующих статьях:
Вот и все, базовая компоновка теперь готова и теперь нам нужно будет ей пользоваться, что мы будем делать в следующих статьях. Поскольку эти статьи еще не опубликованы, мы рекомендуем ознакомиться с системой FOG, т.к. эта система сама по себе исключительно интересная.
Решение 1. Включение загрузочного устройства
Когда появляется ошибка, подобная этой, она может иногда сбрасывать определенные настройки, связанные с правильным порядком загрузки системы при включении ПК, и вам может понадобиться снова добавить жесткий диск в качестве загрузочного устройства по умолчанию. Этот процесс включает в себя изменение очень важных настроек, поэтому будьте внимательны и следуйте инструкциям.
- Включите компьютер и сразу несколько раз нажимайте клавишу «Del», примерно раз в секунду, пока не откроется программа настройки компьютера (BIOS). Эта клавиша должна отображаться на вашем ПК в виде Нажмите _, чтобы запустить программу установки.
- С помощью клавиши со стрелкой вправо выберите меню «Безопасность»/Security, с помощью клавиши со стрелкой вниз выберите «Безопасная конфигурация загрузки»/Security Boot Configuration и нажмите Enter.
- Прежде чем вы сможете использовать это меню, появится предупреждение. Нажмите F10, чтобы перейти к меню конфигурации безопасной загрузки.
- Откроется меню конфигурации безопасной загрузки.
- Используйте клавишу со стрелкой вниз, чтобы выбрать Безопасная загрузка/Secure Boot, и используйте клавишу со стрелкой вправо, чтобы изменить настройку на Отключить/Disabled.
- С помощью клавиши со стрелкой вниз выберите Legacy Support, а затем с помощью клавиши со стрелкой вправо измените настройку на «Включить»/Enabled.
- Нажмите F10, чтобы принять изменения.
- С помощью клавиши со стрелкой влево выберите меню «Файл», с помощью клавиши со стрелкой вниз выберите «Сохранить изменения и выйти», затем нажмите клавишу «Ввод», чтобы выбрать «Да»/OK.
- Программа настройки компьютера закроется, и компьютер перезагрузится. После перезагрузки компьютера используйте кнопку питания, чтобы выключить компьютер.

Рекомендации, допущения и предварительные требования
- Клиентская машина, на которой вы тестируете, поддерживает загрузку PXE и вы знаете, как ее включить.
- Это руководство было написано и протестировано с использованием Debian Squeeze, Ubuntu Server 9.10 и Linux Mint10. Поэтому предполагается, что у вас также есть система на основе Debian.
- У вас есть возможность посмотреть статью «Как настроит программный RAID» для «Простого файл-сервера» и «Как настроить всю сеть (802.3ad)» , поскольку скорость работы диска и пропускная способность для этого варианта сервера должны быть очень высокими. Настоятельно рекомендуется собирать такую сеть с использованием сервера с высокоотказоустойчивыми сетевыми и дисковыми подсистемами.
- Вы увидите, что в качестве редактора мы используем VIM, это только потому, что я привык к нему . Вы можете пользоваться любым другим редактором, который вам нравится.
2020-01-02
Загрузка по сети: UEFI PXE
В предыдущих статьях
, по теме загрузки по сети, все используемые загрузчики, и загрузка с использованием технологии
PXE
происходила в
Legacy
-режиме, то есть в режиме старого
BIOS
. Я решил дополнить данную тему, рассмотрев загрузку по сети в современном стандарте
UEFI
.

Содержание
В Чем Отличия
Кардинальных отличий в реализации загрузки с использованием технологии PXE
для
UEFI BIOS
нет. Я даже скажу больше, все необходимые настройки полностью идентичны. Но, обо всем по порядку.
Технология PXE
базируется на трех составляющих:
1. TFTP-сервер
. Предназначен для загрузки файлов по сети. На данном сервере хранятся все загрузочные файлы, с последующим предоставлением их по требованию, без какой-либо авторизации.
2. DHCP-сервер
. Предназначен для автоматической выдачи сетевых настроек в сети без необходимости их прописывания вручную на сетевых машинах обладающих соответствующим
DHCP
-клиентом. То есть, вы подключаете машину с включенным
DHCP
-клиентом в сеть в которой присутствует
DHCP
-сервер, и можно использоваться сетью. Хочу так же заметить, что кроме стандартных настроек сети (
IP
-адресс, маску подсети, Шлюз, и
IP
-адрес
DNS
-сервера),
DHCP
-сервер участвующий в
PXE
составляющей, должен передавать информацию о
TFTP
-сервере, и об имени главного исполняемого загрузочного файла.
3. Загрузочный клиент
. Программный код вшитый в прошивку сетевой карты или
UEFI BIOS
материнской платы. Его задача получить необходимые настройки сети, выполнить соединение с
TFTP
-сервером, и загрузить с него загрузочный файл и выполнить его
Сервера TFTP
и
DHCP
при этом могут быть запущенны на совершенно разных машинах, единственное требование, чтобы они располагались в одной сети.
Все вышесказанное характерно как для Legacy BIOS
, так и для
UEFI BIOS
. Единственное отличие для
UEFI PXE
, это указание исполняемого файла в настройках DHCP-сервера предназначенного именно для
UEFI BIOS
.
Учитывая все вышесказанное, настоятельно рекомендую прочитать про установку и настройку DHCP
и
TFTP
сервера, а так же про установку и настройку загрузчика
Windows Boot Manager
на TFTP-сервер. Данные статьи полностью актуальны на данный момент времени, и информация из них будет использоваться далее по тексту.
Необходимые Программы
Для осуществления загрузки в UEFI PXE
потребуется следующие программы и файлы:
1. Программа Tftp32(64)
. Компактный инструмент сочетающий в себе
TFTP
,
DHCP
,
DNS
, и
Syslog
службы.
2. Программа BOOTICE
. Невероятно мощный инструмент для создания и работы с загрузочными дисками.

3. Установочный *.ISO
образ операционной системы
Windows
. Скачать его можно на официальном сайте
Microsoft
, абсолютно бесплатно, и без какой-либо регистрации. Скачивание происходит через программу
MediaCreationTool
.

4. Один из загрузочных WinPE
, мультизагрузочной сборки
2k10
.

Настройка TFTP-сервера
Как было сказано ранее, установка и конфигурация программы Tftp32(64)
уже была подробно рассмотрена в данной
статье
, поэтому я ограничусь лишь небольшим демонстрационным скринкастом.

В данном скринкасте отображена настройка TFTP
-сервера, с корневой директорией
D:TFTP
, и настройка
DHCP
-сервера, но без указания имени исполняемого загрузочного файла.
Имя загрузочного файла будет добавлено в следующем разделе.
Директория D:TFTP
на данный момент пуста.

Данная директория является корневой для TFTP-сервера, и будет содержать все необходимые загрузочные файлы.
Установка UEFI-загрузчика
В качестве загрузчика будет выступать Windows Boot Manager (BOOTMGR)
. Установка данного загрузчика на
TFTP
-сервер так же рассматривалась
ранее
. Принцип полностью схож, различаются лишь копируемые файлы.
Первым делом, копируем из установочного *.ISO
образа операционной системы
Windows
, папку
efimicrosoftboot
в корневую директорию
TFTP
-сервера
D:TFTP
.

Следующим, копируем файл efibootbootx64.efi
, так же в корневую директорию
TFTP
-сервера.

И последним, копируем файл bootboot.sdi
в директорию
boot
(
D:TFTPboot
) корневой директории
TFTP
-сервера.

Установочным ISO-образом ОС Windows
на этом покончено. Переходим к мультизагрзочному диску
2k10
.
Создадим в корневой папке TFTP
-сервера директорию
sources
(
D:TFTPsources
).

Скопируем в созданную директорию файл 2k10WinPEW1064PE.wim
, из загрузочного ISO-образа мультизагрузочной сборки
2k10
.

Переименуем скопированный файл в boot.wim

Перейдем к настройке загрузчика. Вместо подробного рассмотрения я приведу лишь скринкаст, так как все действия полностью аналогичны проделанным в этой
Запускаем BOOTICE
. Открываем в нем конфигурационный файл скопированного загрузчика
D:TFTPbootbcd
. И выполняем действия приведенные в скринкасте.

Конфигурация касалась двух параметров, первый отвечал за отображения старомодной полоски загрузки, вместо крутящихся шариков, а второй отключал встроенную проверку загружаемых архивов *.wim
Осталось только вписать имя исполняемого загрузочного файла в конфигурацию DHCP
-сервера. Данным файлом в нашем случае является
D:TFTPbootx64.efi
.
Загрузчик, и тестовое содержимое на этом установлены.
Загрузка Тестового BOOT.WIM
Тестировать загрузку по сети будем в виртуальной машине VMware Workstation Player

Тестовая виртуальная машина обязательно должна смотреть в вашу реальную сеть.

Запускаем программу Tftp32(64)
, если она была закрыта. Далее стартуем виртуальную машину и выбираем загрузку по сети в
UEFI
-режиме.

Начнет выполняться UEFI PXE

После получения всех необходимых сетевых настроек, запустится скачивание загрузчика и всех необходимых ему файлов с нашего TFTP
How to fix Start PXE over IPv4 in Windows 11/10
You may see “Start PXE over IPv4” when trying to boot your computer because your system is trying to boot from PXE. So, you are computer is trying to boot over the IPv4 network and hence, you are seeing this error message. In this article, we are going to fix Start PXE over IPv4 in Windows 11/10 with the help of some simple solutions.

What is PXE?
PXE or Preboot Execution Environment is used to boot a computer with a client-server interface before deploying the PC image. Both, DHCP(Dynamic Host Configuration Protocol) and TFTP(Trivial File Transfer Protocol), are used to carry out PXE network boot. Usually, PXE is enabled on your computer, but you can disable it from the BIOS(will be discussed, hereinafter).
What does start PXE over IPv4 mean?
You will see a “Start PXE over IPv4″ error message when your computer tries to boot on the LAN. Your computer does this when it fails to boot from the bootable drive. This usually happens because of the wrong BIOS configuration.
How to fix Start PXE over IPv4 error
- Disable Secure Boot and Legacy Support
- Disable Boot to LAN
Let us talk about them in detail.
1] Disable Secure Boot and Legacy Support

-
of your computer.
- Go to the Security tab using the Arrow Keys.
- Now, go to Secure Boot and disable it.
- Afterward, select Legacy Support and disable it.
- Finally, save the settings and exit the BIOS.
When you restart your computer, you may see a message saying Boot Order has been changed and ask you to enter the displayed number.
- Enter these numbers and hit Enter. (Note: You will not be able to see the entered number).
- Now, turn off your computer from the Power button.
- Enter BIOS, go to the Boot tab, and select Boot from Hard Drive (some settings might differ depending on the OEM).
Finally, restart your computer and check if the issue is fixed.
2] Disable Boot to LAN

Another thing you can do to fix the error is to disable Boot to LAN. Your system may have a different name, depending on the brand that your Laptop is of. However, the procedure is usually the same.
При включении ПК “Start pxe over ipv4” что это такое?

Что означает start pxe over ipv4 при включении компьютера или ноутбука?

Как узнать какая видеокарта стоит на компьютере?

Сломалась кнопка включения на компьютере. Что делать?

Почему компьютер пишет энергосберегающий режим и не включается?
Что означает “Start pxe over ipv4” что при включении компьютера или ноутбука?
Порой некоторые пользователи компьютеров и ноутбуков при включении своего девайса сталкиваются с сообщением белыми буквами на черном фоне, в котором написано “Start pxe over ipv4”. У кого – то спустя несколько секунд сообщение само пропадает и дальше компьютер грузится как положено, а у кого – то оно не пропадает и продолжает висеть, не давая начала загрузки операционной системы.
Появление этой надписи на мониторе компьютера означает то, что он пытается начать загрузку из сети.
В некоторых крупных организациях в рабочих компьютерах нет жестких дисков, на которых в привычных вам пониманиях находятся все данные и операционная система. Вместо этого существует один мощный терминальный сервер, на котором находятся все рабочие данные. Операционная система на на рабочих компьютерах также грузится с него и появление фразы “Start pxe over ipv4” свидетельствует о попытке сделать это.
Почему сама активируется сетевая загрузка?
Чаще всего это происходит после каких – либо манипуляций с BIOS. Обычно после изменения приоритета загрузки, например для переустановки Windows.
Замена оборудования (сетевая карта, модем) также могут быть причиной появления сообщения “Start pxe over ipv4” во время включения ПК.
Менее распространенными, но также имеющими место быть являются выход из строя жесткого диска или севшая батарейка BIOS, из-за которой сбиваются настройки приоритета загрузки.
Как убрать?
Для этого достаточно зайти в BIOS и проверить приоритет загрузки. Если сетевая карта стоит выше жесткого диска, то нужно это исправить, указав высший приоритет жесткому диску.
Установка высшего приоритета загрузки жесткому диску в разделе BOOT
Также лучше отключить, переведя в положение Disabled опции PXE Rom и Wake On Lan в разделе “Network”.

Отключение загрузки из сети
Если жесткого диска нет в списке устройств для загрузки, то в этом случае вам нужно воспользоваться данной статьей.
Если это не принесло результата, то тогда стоит проверить жесткий диск на работоспособность, так как не исключен его выход из строя.