Referring to files in the initial RAM disk
|
2019-11-29, 09:25
Post: #1
|
|||
|
|||
Referring to files in the initial RAM disk
Hi iPXE Gurus,
I'm using python's pycdlib to create a bootable ISO that uses isolinux as its boot loader and was excited to find that I can have ipxe.lkrn load my "embedded" script from the initial RAM disk created by my isolinux.cfg as follows: Code: SAY iPXE ISO boot image This saves me having to compile an embedded script into the ipxe.lkrn binary making it far easier for me to change the embedded script on the fly. When ipxe.lkrn loads from the ISO it magically reads the contents of embed.ipx from the initial RAM disk created by isolinux. Happy Days! I have beautiful menus and prompts. However, I was wondering if I can use the same technique to refer to a background image and somehow combine this technique with the ipxe "console --picture [uri]" command in my embedded ipxe script? For example, I can place both the embedded script and the background.png in the initial RAM disk by using comma separated file references in the isolinux.cfg: Code: SAY iPXE ISO boot image I can see the ipxe kernel, the embedded script and the background.png successfully load into the initial RAM disk but I just can't seem to figure out how to refer to the background.png file (or in fact any files on the initial RAM disk) with ipxe commands. Any words of advice or wisdom hugely appreciated. Cheers, Doug P.S. I will look into using Joliet or Rock Ridge or UDF ISO extensions so that I don't have to use those stupid 8.3 DOS naming conventions soon |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Referring to files in the initial RAM disk - dscoular@gmail.com - 2019-11-29 09:25
RE: Referring to files in the initial RAM disk - MultimediaMan - 2019-11-29, 17:58
RE: Referring to files in the initial RAM disk - dscoular@gmail.com - 2019-11-30, 02:49
RE: Referring to files in the initial RAM disk - NiKiZe - 2019-11-30, 09:47
RE: Referring to files in the initial RAM disk - dscoular@gmail.com - 2019-12-01, 12:16
RE: Referring to files in the initial RAM disk - NiKiZe - 2019-12-01, 22:40
RE: Referring to files in the initial RAM disk - MultimediaMan - 2019-12-02, 10:14
RE: Referring to files in the initial RAM disk - dscoular@gmail.com - 2019-12-03, 10:01
RE: Referring to files in the initial RAM disk - NiKiZe - 2019-12-03, 17:17
|
User(s) browsing this thread: 3 Guest(s)