Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE shell not showing any interface after booting with ipxe.efi
2019-01-14, 19:02
Post: #5
RE: iPXE shell not showing any interface after booting with ipxe.efi
Pls find the error message snapshot attached.
1) I'm able to use the UEFI bios mode and load the same image with map drive or with a syslinux.efi

#!ipxe
dhcp
route
echo Hello World
sleep 5
initrd http://192.168.129.172/kickstart/initrd-centos-7.5.img
kernel http://192.168.129.172/kickstart/vmlinuz-centos-7.5 initrd=initrd-centos-7.5.img ksdevice ks=http://192.168.129.172/kickstart/centos-ipxe-efi
echo Done
sleep 5
boot

The files are getting download file and once it starts booting up, after the Intel NIC 10G network connection is done, its stalling and initqueue is timing out.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: iPXE shell not showing any interface after booting with ipxe.efi - nswami - 2019-01-14 19:02



User(s) browsing this thread: 1 Guest(s)