RHEL9 PXE not working

Posted on

Hi all,

I'm trying to setup PXE server to deploy RHEL9 with DHCP, PXE, TFTP and HTTP.

Most parts are working fine
- new machine can get IP from DHCP
- DHCP redirected to TFTP and load pxelinux.0
- boot menu is shown from /var/lib/tftpboot/pxelinux/pxelinux.cfg/default
- after select item from menu, client can load initrd.img

but once initrd.img starts, it complains that /run/initramfs/squashfs has wrong fs type

Did i config anything wrong?
I've follow steps from this document
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html-single/interactively_installing_rhel_over_the_network/index#configuring-the-dhcpv4-server-for-http-and-pxe-boot_preparing-to-install-from-the-network-using-http

anyone success with deploying RHEL9 over PXE ?

Responses