ipxe安装系统踩坑笔记
时间久了怕记不住, 还得写文本
esxi的 boot.cfg要把/斜杠剔除掉, 才能ipxe安装
xenserver安装引导内核没有dns参数, ipxe的源地址只能ip地址不能用域名.
或者xenserver版本信息在iso目录下的 .treeinfo 文件里面
# cat .treeinfo
[platform]
name = XCP
version = 2.4.0
[branding]
name = XenServer
version = 7.3.0
[build]
number = release/inverness/master/15
[keys]
key1 = RPM-GPG-KEY-XS-7-LCM
key2 = RPM-GPG-KEY-XS-7
key3 = RPM-GPG-KEY-Platform-V1
windows识别iso需要wimtools
命令
#wiminfo sources/install.wim | grep -vE "Boot|Description"|grep -A2 "Index:"|awk -F: '{print $2 }'|sed 's/[\t ]\+/ /g'
none