Hello, I am converting some PXELINUX over to IPXE (for UEFI). I am booting with 
ipxe.uefi:

this is the pxelinux config that works flawlessly (in BIOS mode)

label c8m
  IPAPPEND 2
  KERNEL CentOS8.2x64/vmlinuz
  append initrd=CentOS8.2x64/initrd.img ksdevice=bootif 
ks=http://10.1.13.195/Centos8/kickstart-manual

Here is the IPXE config that I am trying to use

:centos8m
kernel CentOS8.2x64/vmlinuz initrd=initrd.img
initrd CentOS8.2x64/initrd.img ksdevice=bootif 
ks=http://10.1.13.195/Centos8/kickstart-manual
boot

When I try to boot it with IPXE it gives a bunch of dracut-initqueue timeout 
errors and then drops to an emergency shell.

Thanks in advance if anyone can assist me.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/issues/122
_______________________________________________
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo/ipxe-devel

Reply via email to