Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Translating configs from pxelinux to iPXE
2013-07-31, 13:28
Post: #2
RE: Translating configs from pxelinux to iPXE
This is how it's usually done with iPXE (if you want to include all the parts of the original config):

Code:
#!ipxe
goto foo
#...
:foo
kernel vmlinuz-2.6.33-358.14.1.el6.x86_64 root=nfs:169.254.1.100:/image rw
initrd initramfs-2.6.33-358.14.1.el6.x86_64.img
boot

Obviously only the first and the three last lines are required.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Translating configs from pxelinux to iPXE - robinsmidsrod - 2013-07-31 13:28



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