Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Referring to files in the initial RAM disk
2019-11-29, 17:58 (This post was last modified: 2019-11-29 17:58 by MultimediaMan.)
Post: #2
RE: Referring to files in the initial RAM disk
This message from the mailing list might be relevant:

Code:
On 28/01/2019 13:41, Dean Westhead wrote:
I still seem to be hitting a snag ....

I am building the ISO with :

make bin-i386-efi/ipxe.efi bin-x86_64-efi/ipxe.efi EMBED=nic-menu-eiso.ipxe,pic1.png
make bin/ipxe.eiso EMBED=nic-menu-eiso.ipxe,pic1.png

And the ISO builds without any errors.

The first few lines of the nic-menu-eiso.ipxe script are :

#!ipxe
console --picture pic1.png

In your case you will need to load the background.png image, but it will need to be referenced in the ipxe.lkrn embedded script:

Code:
#!ipxe
console --picture background.png

"Thus far, you have been adrift within the sheltered harbor of my patience..."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Referring to files in the initial RAM disk - MultimediaMan - 2019-11-29 17:58



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