Issue with RHEL9 installation via PXE boot #23119
Unanswered
posttoashok
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@bdunne Can you answer here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using PXE boot installation for the Redhat Linux.
Compute/Infrastructure/PXE/PXE_RHELPXE Server "PXE_RHEL9"
Basic Information
URI Prefix - nfs
URI - nfs://xx.xx.xx.xx/var/www/httpd/
Access URL - http://xx.xx.xx.xx/test
PXE Directory - pxe
Customization Directory - linuxpxe
Here in PXE server under "pxe" folder pxe boot files will be get created.
e.g
timeout 0
default RHEL9_x64
label RHEL9_x64
menu label RHEL9_x64
kernel RHEL9/vmlinuz
append initrd=RHEL9/initrd.img selinux=0 ks=http://xx.xx.xx.xx/test/linuxpxe/MAC address.ks.cfg ksdevice=MAC Address
from the above given e.g., it is working fine properly for Redhat 8, but for Redhat 9, this "ks=http" looks for as "inst.ks=http". Since this "ks" function is removed in Redhat 9.
Let me know from where this template is coming from ? how to replace the "ks" to "inst.ks" ?
Beta Was this translation helpful? Give feedback.
All reactions