Displaying 2 results from an estimated 2 matches for "xandrosinstallcd".
2003 Mar 07
2
PXElinux question - not in FAQ (additional DHCP options)
...for Xandros distribution.
>
> I have it working, however I need to do 2 DHCP cycles - 1 happens in
> PXE, and then it repeats in my network boot code (based on BusyBox). All
> I need in the second stage is the NFS image address, passed by DHCP as
> option root-path "dell:/XandrosInstallCD";
>
> I could modify DHCP to use option vendor-encapsulated-options instead.
> Is this one "eaten" by PXE firmware? What for is it in the first place?
>
> Would be nice if PXE linux could pass on the kernel command line other
> vars similar to IPAPPEND info, but...
2003 Mar 07
1
PXElinux question - not in FAQ
...to build a network boot for Xandros distribution.
I have it working, however I need to do 2 DHCP cycles - 1 happens in
PXE, and then it repeats in my network boot code (based on BusyBox). All
I need in the second stage is the NFS image address, passed by DHCP as
option root-path "dell:/XandrosInstallCD";
I could modify DHCP to use option vendor-encapsulated-options instead.
Is this one "eaten" by PXE firmware? What for is it in the first place?
Would be nice if PXE linux could pass on the kernel command line other
vars similar to IPAPPEND info, but from your code it looks that...