|
本帖最后由 a22124497 于 2020-12-22 17:29 编辑
水平在菜,用了论坛里一个兄弟的那个,
rhel的可以用
:rhel7
initrd http://${next-server}/rhel/7/images/pxeboot/initrd.img
chain http://${next-server}/rhel/7/images/pxeboot/vmlinuz initrd=initrd.img ip=dhcp inst.repo=http://${next-server}/rhel/7 ksdevice=link inst.vnc inst.ks=http://${next-server}/rhel/ks7.cfg
boot
但是怎么弄,ubuntu的都不行,用nfs都不行,
###ubuntu-installer-nfs
set nfs_path /nfs/Ubuntu/casper
kernel nfs://${next-server}${nfs_path}/vmlinuz || read void
initrd nfs://${next-server}${nfs_path}/initrd || read void
root=/dev/nfs boot=casper netboot=nfs nfsroot=${next-server}:/nfs/ubuntu initrd=initrd quiet splash --
boot
各种err,ubuntu的ks文件,我是在乌邦图下完成的,也是各种问题,没有centos的顺,求大佬们支招一下
18还是20都行,现在只求能启了,哎
现在用的http,他直接报
unable to find a medium containing a live file system
###ubuntu-installer-http
set http_path /ubuntu/Ubuntu/casper
#set imgargs vmlinuz initrd=initrd boot=casper ip=dhcp auto=true url=http://${next-server}/ubuntu/ubuntu-20.04.1-desktop-amd64.iso
kernel http://${next-server}${http_path}/vmlinuz || read void
initrd http://${next-server}${http_path}/initrd || read void
imgargs vmlinuz initrd=initrd boot=casper ip=dhcp auto=true url=http://${next-server}/ubuntu/Ubuntu autoinstall ds=nocloud-net;ks=http://${next-server}/ubuntu/ks.cfg
boot
|
|