iPXE discussion forum

Full Version: IPXE can't find my initramfs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I create my own initramfs image and trying to load using an embedded IPXE script. The problem is that I don't know where I should put my initramfs file. This is my script:
Code:
#!ipxe
dhcp
kernel http://<path>
initrd init.igz
boot

I get a "No such file or direcory". I've put my initramfs image in /boot.
Hi,

you have to address the initrd also with the http://<path>
That's what I ended up doing. A bit of a detour but as long as it works, it's ok.
Reference URL's