[Solved] Boot ISO images over menu.ipxe
|
2013-04-19, 08:56
Post: #2
|
|||
|
|||
RE: Boot ISO images over menu.ipxe
You have some misunderstanding there.
menu.ipxe is a script that is run by ipxe, not pxelinux.0. default is a configuration file for pxelinux.0. pxelinux.0 and ipxe are two different programs that behave totally different. It's like vi and emacs, they can both edit text files, but they go about it in totally different ways. To load a menu.ipxe script, you normally use the chain command in iPXE. iPXE can't load a configuration file that is for pxelinux. To load that one, you first have to load pxelinux.0 from ipxe (which is again done with the chain command). pxelinux.0 then takes over control and will load the default configuration file as part of its start process. Information on how to create ipxe scripts can be found here: http://ipxe.org/scripting You might also find some help in looking over the various examples available: http://ipxe.org/examples |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[Solved] Boot ISO images over menu.ipxe - Gelip - 2013-04-19, 08:45
RE: Boot ISO images over menu.ipxe - robinsmidsrod - 2013-04-19 08:56
RE: Boot ISO images over menu.ipxe - Gelip - 2013-04-19, 09:51
RE: Boot ISO images over menu.ipxe - robinsmidsrod - 2013-04-19, 10:43
RE: Boot ISO images over menu.ipxe - Aigor - 2013-04-23, 13:09
RE: Boot ISO images over menu.ipxe - mcb30 - 2013-04-23, 13:17
RE: Boot ISO images over menu.ipxe - Gelip - 2013-04-23, 14:29
RE: Boot ISO images over menu.ipxe - mcb30 - 2013-04-23, 14:36
RE: Boot ISO images over menu.ipxe - Gelip - 2013-04-23, 19:03
RE: [Solved] Boot ISO images over menu.ipxe - Gelip - 2013-04-23, 15:19
|
User(s) browsing this thread: 1 Guest(s)