[ipxe-devel] [ipxe/ipxe] IPXE fails to boot CentOS 8 (#122)

zerocarbthirty notifications at github.com
Tue Jul 21 14:59:21 UTC 2020


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20200721/b93f6d86/attachment-0001.htm>


More information about the ipxe-devel mailing list