When do I use .pxe, .kpxe, and .kkpxe?
|
2013-07-27, 16:27
Post: #1
|
|||
|
|||
When do I use .pxe, .kpxe, and .kkpxe?
Hi!
When do I use .pxe, .kpxe, and .kkpxe? |
|||
2013-07-28, 04:14
Post: #2
|
|||
|
|||
RE: When do I use .pxe, .kpxe, and .kkpxe?
from Etherboot.org:
Most often, you will want either .pxe, .kkpxe (for when you are using cached credentials, iirc), and .kkkpxe (usually the last two are in combination with pxelinux). Typically I use .pxe here at home, and at work. |
|||
2013-07-28, 06:47
Post: #3
|
|||
|
|||
RE: When do I use .pxe, .kpxe, and .kkpxe?
thanks man.
|
|||
2013-07-29, 08:58
Post: #4
|
|||
|
|||
RE: When do I use .pxe, .kpxe, and .kkpxe?
I just want to add to what Sedorox said.
You usually use a .pxe when you want to use native iPXE drivers, most likely loading ipxe.pxe using chainloading. And .kpxe is most commonly used with undionly.kpxe, because it allows you to use the driver of the vendor PXE ROM (which is handy when iPXE doesn't support your card, or the iPXE driver is broken in some way). I would have to argue that .pxe and .kpxe is the more commonly used forms, and .kkpxe is mostly used for buggy BIOSes and .kkkpxe is just for the ipxelinux.0 build (and nothing else). I am also a user of ipxe.pxe at home, because all my hardware is supported. |
|||
2013-08-14, 22:45
(This post was last modified: 2013-08-14 22:47 by MultimediaMan.)
Post: #5
|
|||
|
|||
RE: When do I use .pxe, .kpxe, and .kkpxe?
Adding to what Robin said: It is possible, indirectly at least, to create an 'intermediate' script which determines if your hardware should chain ipxe.pxe or continue on with undionly.kpxe.
Example: 'checkipxe.ipxe' Code: #!ipxe It's not a perfect method, but if you have a reasonable hardware inventory you might find this workable. Best, M^3 "Thus far, you have been adrift within the sheltered harbor of my patience..." |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)