2018-11-09, 14:20
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:
I get a "No such file or direcory". I've put my initramfs image in /boot.
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.