当前位置:网站首页>PXE startup configuration and principle
PXE startup configuration and principle
2022-07-05 12:14:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
utilize PXE Starting can realize the automatic deployment of the operating system for batch computers , Before starting, you need to set the terminal BIOS Options . Get into BIOS after , stay BOOT In the options 1st Boot Devices set [Network:Realtek Bo]; stay Advanced Options Onboard Devices Configuration, Set the options to Onboard PCIE Gbe LAN[Enabled];LAN Option Rom[Enabled]. Different models of computers have different ways to set up network startup , According to your computer model, you can BIOS The corresponding Settings are set in .
PXE Work on client / The network mode of the server .PXE The start-up process is ;
1、 The terminal requires the server to allocate IP
2、 The server assigns IP After the address , Terminal use TFTP or MTFTP The protocol downloads a startup software package from the server to the local memory and executes
3、 Start the software package to complete the basic software configuration operation of the terminal and guide the terminal operating system preinstalled in the server
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/149179.html Link to the original text :https://javaforall.cn
边栏推荐
- ABAP table lookup program
- Simple production of wechat applet cloud development authorization login
- Semantic segmentation experiment: UNET network /msrc2 dataset
- Hash tag usage in redis cluster
- 1 plug-in to handle advertisements in web pages
- Embedded software architecture design - message interaction
- 【yolov5.yaml解析】
- MySQL trigger
- Vscode shortcut key
- MySQL view
猜你喜欢
![[yolov5.yaml parsing]](/img/ae/934f69206190848ec3da10edbeb59a.png)
[yolov5.yaml parsing]

Intern position selection and simplified career development planning in Internet companies

Seven ways to achieve vertical centering

【使用TensorRT通过ONNX部署Pytorch项目】

Matlab superpixels function (2D super pixel over segmentation of image)

Codeworks 5 questions per day (1700 average) - day 5
Two minutes will take you to quickly master the project structure, resources, dependencies and localization of flutter

Mmclassification training custom data

Course design of compilation principle --- formula calculator (a simple calculator with interface developed based on QT)
Why do you always fail in automated tests?
随机推荐
Video networkstate property
【pytorch 修改预训练模型:实测加载预训练模型与模型随机初始化差别不大】
Embedded software architecture design - message interaction
Complete activity switching according to sliding
[upsampling method opencv interpolation]
多表操作-自关联查询
[pytorch modifies the pre training model: there is little difference between the measured loading pre training model and the random initialization of the model]
【TFLite, ONNX, CoreML, TensorRT Export】
[yolov3 loss function]
The solution of outputting 64 bits from printf format%lld of cross platform (32bit and 64bit)
Mongodb replica set
强化学习-学习笔记3 | 策略学习
Linux Installation and deployment lamp (apache+mysql+php)
Matlab superpixels function (2D super pixel over segmentation of image)
[HDU 2096] 小明A+B
[pytorch pre training model modification, addition and deletion of specific layers]
Vscode shortcut key
PXE启动配置及原理
互联网公司实习岗位选择与简易版职业发展规划
1. Laravel creation project of PHP