The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





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
Post Reply 


Messages In This Thread
IPXE can't find my initramfs - ChrisLucas29 - 2018-11-09 14:20



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