标签:https label etc ios live normal 启动 white pexlinux
PXE BIOS 启动Gparted live需求:
通过Gparted Live 来调整部分服务器分区。
步骤:
配置PXE 环境。
略过,如有需求,请查看前几天内容。
下载Gparted ISO文件。
https://downloads.sourceforge.net/gparted/gparted-live-0.30.0-1-amd64.iso
3. 上传iso文件
说明:需要分两个部分,一个是内核放到PXE服务器指定位置,另外一个是系统文件,放到http服务器。
mkdir /var/lib/tftpboot/gp
mount -o loop gparted-live-0.30.0-1-amd64.iso gp
scp gp/live/filesystem.squashfs 172.16.30.121:/opt/gparted
4.修改pexlinux.cfg文件
添加如下内容
#Gparted PXE BIOS
label GParted Live
menu label ^ GParted Live
kernel gp/live/vmlinuz
append initrd=gp/live/initrd.img boot=live config components union=overlay username=user noswap noeject ip= vga=788 fetch=http://172.16.30.121/gparted/filesystem.squashfs
可以根据自己的环境,修改红色字体内容。
配置完毕,PXE BIOS 测试成功。
https://gparted.org/livepxe.php
标签:https label etc ios live normal 启动 white pexlinux
原文地址:http://blog.51cto.com/144432/2069821