Problem: booting with discovery image using pxe boot server
Expected outcome: we required to boot with pxe boot server using discovery iamge
Foreman and Proxy versions: 3.7
Foreman and Proxy plugin versions: 3.7
Distribution and version:
Other relevant data:
We have created a discovery image, which is successfully booted and deployed the operating system when using BIOS version, but while we are using UEFI, we are getting the following error.
used configuration in PXE boot server which is mentioned below.
:forman37
set ks-server 10.70.87.188
set pxeiso_url http://${ks-server}/pxe/pxeboot
set ksfiles ${pxeiso_url}/forman/3.7/
kernel ${ksfiles}/vmlinuz_frmn37
append initrd ${ksfiles}/initrd_frmn37.img rootflags=loop root=live:=http://hylsitespxe/pxe/pxeboot/forman/3.7/fdi-bootable-3.7.5-230630_130930.iso rootfstype=auto ro rd.live.image rd.debug=1 acpi=force rd.luks=0 rd.md=0 rd.dm=0 rd.lvm=0 rd.bootif=0 rd.neednet=0 nomodeset proxy.url=https://hylpgladforeman.micron.com proxy.type=proxy
ipappend 2
boot
the same discovery iamge which is working when we deploy with BIOS version , we required to troubleshoot. while using UEFI please suggestions required from your end
Problem: booting with discovery image using pxe boot server
Expected outcome: we required to boot with pxe boot server using discovery iamge
Foreman and Proxy versions: 3.7
Foreman and Proxy plugin versions: 3.7
Distribution and version:
Other relevant data:
We have created a discovery image, which is successfully booted and deployed the operating system when using BIOS version, but while we are using UEFI, we are getting the following error.
used configuration in PXE boot server which is mentioned below.
:forman37
set ks-server 10.70.87.188
set pxeiso_url http://${ks-server}/pxe/pxeboot
set ksfiles ${pxeiso_url}/forman/3.7/
kernel ${ksfiles}/vmlinuz_frmn37
append initrd ${ksfiles}/initrd_frmn37.img rootflags=loop root=live:=http://hylsitespxe/pxe/pxeboot/forman/3.7/fdi-bootable-3.7.5-230630_130930.iso rootfstype=auto ro rd.live.image rd.debug=1 acpi=force rd.luks=0 rd.md=0 rd.dm=0 rd.lvm=0 rd.bootif=0 rd.neednet=0 nomodeset proxy.url=https://hylpgladforeman.micron.com proxy.type=proxy
ipappend 2
boot
the same discovery iamge which is working when we deploy with BIOS version , we required to troubleshoot. while using UEFI please suggestions required from your end
changed to below configuration.
:forman37
set ks-server 10.70.87.25
set pxeiso_url http://${ks-server}/pxe/pxeboot
set ksfiles ${pxeiso_url}/forman/3.7/
kernel ${ksfiles}/vmlinuz0
APPEND initrd=http://hylsitespxe/pxe/pxeboot/forman/3.7/initrd_frmn37.img rootflags=loop root=live:=http://hylsitespxe/pxe/pxeboot/forman/3.7/fdi-bootable-3.7.5.iso rootfstype=auto ro rd.live.image rd.debug=1 acpi=force rd.luks=0 rd.md=0 rd.dm=0 rd.lvm=0 rd.bootif=0 rd.neednet=0 nomodeset proxy.url=https://hylpgladforeman.micron.com proxy.type=foreman
IPAPPEND 2
boot
still we are getting same issue Please suggest me for configuration
if anyone able to suggest it would be great help for me .