PXE(preboot|PXE(preboot execution environment)(【网络】预启动执行环节:安装 ubuntu、rehat系列:成功...)
必要条件:
- 网卡硬件支持
- 搭建相配套的DHCP\TFTP\HTTP(或FTP)后端服务器:推荐pxesrv,好用!
- 准备必要的pxe引导文件:pxelinux.0、menu.c32,该2位来自syslinux启动引导管理套件内
- 必须要相应版本的支持NETBOOT的内核和内存盘文件
- 正确设置pxelinux.cfg的菜单引导文件
pxelinux.cfg/defaut菜单实例:
default menu.c32
label 1
menu label Install ubuntu
kernel /ub1804/install/netboot/ubuntu-installer/amd64/linux
append initrd=/ub1804/install/netboot/ubuntu-installer/amd64/initrd.gz
label 2
menu label Install rhel6
kernel /rhel6/isolinux/vmlinuz
append initrd=/rhel6/isolinux/initrd.img method=ftp://192.168.162.1/rhel6
label 3
menu label Install rhel7
kernel /rhel7/isolinux/vmlinuz
append initrd=/rhel7/isolinux/initrd.img method=ftp://192.168.162.1/rhel7
label 4
menu label Install ora6
#垃圾的iso光盘文件系统问题,repodata、Packages是0字节的空文件
#E:
#cd E:\_temp\ora6
#mklink /j repodata Server\repodata
#mklink /j Server\Packages Packages
#mklink /j UEK4\Packages Packages
kernel /ora6/images/pxeboot/vmlinuz
append initrd=/ora6/images/pxeboot/initrd.img method=ftp://192.168.162.1/ora6
label 5
menu label Install ora7
kernel /ora7/images/pxeboot/vmlinuz
append initrd=/ora7/images/pxeboot/initrd.img method=http://192.168.162.1/ora7
【PXE(preboot|PXE(preboot execution environment)(【网络】预启动执行环节:安装 ubuntu、rehat系列:成功...)】
转载于:https://www.cnblogs.com/jinzhenshui/p/10402131.html
推荐阅读
- Maximum execution time of 30 seconds exceeded解决办法
- Execution failed for task ':app:compileDebugJavaWithJavac 报错解决方案
- DEDE 织梦cms出现Fatal error: Maximum execution time of 30 seconds exceeded in解决办法
- Error:Execution failed for task ':app:compileDebugJavaWithJavac'.问题报错
- Maximum|Maximum execution time of 30 seconds exceeded
- 处理PHP|处理PHP mysql_query执行超时 【Fatal error: Maximum execution time of 300 seconds exceeded in……】...
- PHP中超时提示Fatal error: Maximum execution time of 30 seconds exceeded的解决方案
- 解决Fatal error: Maximum execution time of 30 seconds exceeded in...的问题
- php|php 超时 解决办法 (Maximum execution time of 30 seconds exceeded)这个问题()
- 报错(Maximum execution time of 30 seconds exceeded解决方法)