Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IPXE can't find my initramfs
2018-11-09, 14:20
Post: #1
IPXE can't find my initramfs
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.
Find all posts by this user
Quote this message in a reply
2018-11-09, 18:31
Post: #2
RE: IPXE can't find my initramfs
Hi,

you have to address the initrd also with the http://<path>
Find all posts by this user
Quote this message in a reply
2018-11-12, 12:52
Post: #3
RE: IPXE can't find my initramfs
That's what I ended up doing. A bit of a detour but as long as it works, it's ok.
Find all posts by this user
Quote this message in a reply
Post Reply 




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