Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ipxe inside pxelinux/syslinux with static ip configuration
2014-05-14, 12:58
Post: #2
RE: ipxe inside pxelinux/syslinux with static ip configuration
(2014-05-11 09:40)sschneid Wrote:  i want to boot ipxe kernel from inside my pxelinux.cfg without a second dhcp request, because i want to keep my dhcp configuration.

As a general rule I would strongly recommend against doing this. However, if you insist then there are a couple of viable approaches:

- load ipxe.pxe rather than ipxe.lkrn: this will reuse the existing DHCP configuration. You will need to open the interface with "ifopen", but it will already have an IP address.

- provide a command line to ipxe.lkrn which uses the "set" command to configure the relevant settings.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ipxe inside pxelinux/syslinux with static ip configuration - mcb30 - 2014-05-14 12:58



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