PXE(Preboot Execution Environment,预启动执行环境):一种让计算机在操作系统启动之前通过网络获取启动程序/系统镜像并引导启动的标准机制,常用于批量装机、无盘启动、自动化部署等场景。(也常被称为“网络启动/Netboot”的一种常见实现。)
/ˌpiː ɛks ˈiː/
My laptop can boot from the network using PXE.
我的笔记本可以通过 PXE 从网络启动。
In the data center, we use PXE with DHCP and TFTP to automatically deploy hundreds of servers from a central image.
在数据中心,我们把 PXE 与 DHCP、TFTP 搭配使用,从中心镜像自动部署数百台服务器。
PXE是由 Intel 等厂商推动的行业规范缩写,来自 **Pre-**(在……之前)+ boot(启动)+ Execution Environment(执行环境)。它强调“在本地系统启动前,先获得一个可执行的网络启动环境”。