Hi ,

I have reviewed on file  :


/tftpboot/xcat/xnba/nodes/<Node_name>.uefi

The provisinig doesn’t work with the following text :

#!gpxe
imgfetch -n kernel 
http://${next-server}:80/tftpboot/xcat/osimage/rhels8.5.0-x86_64-install-compute/vmlinuz
imgload kernel
imgargs kernel quiet 
inst.repo=http://132.75.112.20:80/install/rhels8.5.0/x86_64 
inst.ks=http://132.75.112.20:80/install/autoinst/cn32 ip=ens2f0:dhcp  
inst.loglevel=debug inst.syslog=132.75.112.20 inst.cmdline  console=tty0 
console=ttyS0,115200n8r BOOTIF=01-${netX/mac:hexhyp} initrd=initrd
imgfetch -n initrd 
http://${next-server}:80/tftpboot/xcat/osimage/rhels8.5.0-x86_64-install-compute/initrd.img
imgexec kernel


and working with this :


#!gpxe
imgfetch -n kernel 
http://${next-server}:80/tftpboot/xcat/osimage/rhels8.5.0-x86_64-install-compute/vmlinuz
imgload kernel
imgargs kernel quiet 
inst.repo=http://132.75.112.20:80/install/rhels8.5.0/x86_64 
inst.ks=http://132.75.112.20:80/install/autoinst/cn32 inst.text inst.ip=dhcp 
inst.ksdevice=bootif inst.sshd BOOTIF=01-${netX/mac:hexhyp} initrd=initrd
imgfetch -n initrd 
http://${next-server}:80/tftpboot/xcat/osimage/rhels8.5.0-x86_64-install-compute/initrd.img
imgexec kernel


what dose I need to change in the xcat tables to reach to the working syntax 
the second one






Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows

_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to