Displaying 11 results from an estimated 11 matches for "boot_file".
2016 Jan 07
2
Domain name search path use during PXE booting
...options dhcp_op
{61, client_identifier},
{67, bootfile_name},
{97, uuid_client_identifier},
+ {119, domain_search},
{209, pxelinux_configfile},
{210, pxelinux_pathprefix},
{211, pxelinux_reboottime}
@@ -222,6 +357,7 @@ void parse_dhcp_options(const void *opti
* boot_file - boot file name
* DNSServers - DNS server IPs
* LocalDomain - Local domain name
+ * DomainSearch - Domain search path
* MAC_len, MAC - Client identifier, if MAC_len == 0
*
*/
diff -upr syslinux-6.03.orig/core/fs/pxe/dnsresolv.c syslinux-6.03/core/fs/pxe/dnsresolv.c
--- syslinux-6.03.orig...
2006 Jun 22
2
[patch] ipconfig add dhcp file preseeding support
...-- a/usr/kinit/ipconfig/bootp_proto.c
+++ b/usr/kinit/ipconfig/bootp_proto.c
@@ -74,6 +74,7 @@ int bootp_parse(struct netdev *dev, stru
dev->hostname[0] = '\0';
dev->nisdomainname[0] = '\0';
dev->bootpath[0] = '\0';
+ memcpy(&dev->filename, &hdr->boot_file, FNLEN);
if (extlen >= 4 && exts[0] == 99 && exts[1] == 130 &&
exts[2] == 83 && exts[3] == 99) {
diff --git a/usr/kinit/ipconfig/dhcp_proto.c b/usr/kinit/ipconfig/dhcp_proto.c
index 9a30660..e86bbb2 100644
--- a/usr/kinit/ipconfig/dhcp_proto.c
+++ b/usr/...
2015 Sep 12
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...rse_dhcp_options(const void *option, int size, uint8_t opt_filter)
* information is present:
*
* MyIP - client IP address
- * server_ip - boot server IP address
+ * server_ip - boot server IP address, REVIEW ME FIXME
* net_mask - network mask
* gate_way - default gateway router IP
* boot_file - boot file name
@@ -252,4 +252,6 @@ void parse_dhcp(const void *pkt, size_t pkt_len, int pkt_type)
if (over_load & 2)
parse_dhcp_options(dhcp->sname, 64, 0);
+
+ /* What about option 66, tftserver_name ? FIXME */
}
Thing I want to say is that DHCP option 66 is '...
2016 Jan 07
0
Domain name search path use during PXE booting
...fier},
> {67, bootfile_name},
> {97, uuid_client_identifier},
> + {119, domain_search},
> {209, pxelinux_configfile},
> {210, pxelinux_pathprefix},
> {211, pxelinux_reboottime}
> @@ -222,6 +357,7 @@ void parse_dhcp_options(const void *opti
> * boot_file - boot file name
> * DNSServers - DNS server IPs
> * LocalDomain - Local domain name
> + * DomainSearch - Domain search path
> * MAC_len, MAC - Client identifier, if MAC_len == 0
> *
> */
> diff -upr syslinux-6.03.orig/core/fs/pxe/dnsresolv.c
> syslinux-6.03/core/f...
2016 Jan 08
1
Domain name search path use during PXE booting
...ile_name},
>> {97, uuid_client_identifier},
>> + {119, domain_search},
>> {209, pxelinux_configfile},
>> {210, pxelinux_pathprefix},
>> {211, pxelinux_reboottime}
>> @@ -222,6 +357,7 @@ void parse_dhcp_options(const void *opti
>> * boot_file - boot file name
>> * DNSServers - DNS server IPs
>> * LocalDomain - Local domain name
>> + * DomainSearch - Domain search path
>> * MAC_len, MAC - Client identifier, if MAC_len == 0
>> *
>> */
>> diff -upr syslinux-6.03.ori...
2011 Mar 06
1
PXELINUX Debugging Output
I am sending a patch that makes the debugging output of PXELINUX slightly
more concise, without (intentionally) affecting its completeness at all.
Additionally, I am proposing that the debugging output of PXELINUX --
specifically the messages that appear after the copyright statement, but
before the menu is loaded -- only be shown in response to keyboard input
(such as holding Shift or Alt, or
2002 Jan 05
1
root fs not mounting ext3
...s /proc/bus/usb usbdevfs rw 0 0
***** If I set fstab to ext3, it still mounts as ext2 but with ro *****
dmesg shows:
-:/ # dmesg
Linux version 2.4.10-4GB (root@-) (gcc version 2.95.3 20010315 (SuSE)) #1 Fri
Jan 4 09:06:27 EST 2002
--cut---
Kernel command line: auto BOOT_IMAGE=linux root=306 BOOT_FILE=/boot/vmlinuz
mem=393152K
--cut--
VFS: Mounted root (ext2 filesystem) readonly.
change_root: old root has d_count=2
Trying to unmount old root ... okay
Freeing unused kernel memory: 124k freed
Adding Swap: 128480k swap-space (priority -1)
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-...
2015 Sep 12
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...resent:
>> *
>> * MyIP - client IP address
>> - * server_ip - boot server IP address
>> + * server_ip - boot server IP address, REVIEW ME FIXME
>> * net_mask - network mask
>> * gate_way - default gateway router IP
>> * boot_file - boot file name
>> @@ -252,4 +252,6 @@ void parse_dhcp(const void *pkt, size_t pkt_len, int pkt_type)
>>
>> if (over_load & 2)
>> parse_dhcp_options(dhcp->sname, 64, 0);
>> +
>> + /* What about option 66, tftserver_name ? FIXME */
>...
2015 Sep 12
0
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...r)
> * information is present:
> *
> * MyIP - client IP address
> - * server_ip - boot server IP address
> + * server_ip - boot server IP address, REVIEW ME FIXME
> * net_mask - network mask
> * gate_way - default gateway router IP
> * boot_file - boot file name
> @@ -252,4 +252,6 @@ void parse_dhcp(const void *pkt, size_t pkt_len, int pkt_type)
>
> if (over_load & 2)
> parse_dhcp_options(dhcp->sname, 64, 0);
> +
> + /* What about option 66, tftserver_name ? FIXME */
> }
Something like thi...
2015 Sep 12
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
On Sat, Sep 12, 2015 at 7:08 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Sat, Sep 12, 2015 at 5:54 AM, Teun Docter
> <teun.docter at brightcomputing.com> wrote:
>> On 2015-09-12 04:58, Gene Cumm wrote:
>>>>
>>>> I've captured the following DHCP ACK:
>>>>
>>>> 10.141.20.1.bootps > 10.141.20.2.bootpc: [udp sum ok]
2003 May 22
0
[PATCH 2.5.69 1/3] remove ipconfig support from the kernel
...nt_ip; /* Client's IP address if known */
- u32 your_ip; /* Assigned IP address */
- u32 server_ip; /* (Next, e.g. NFS) Server's IP address */
- u32 relay_ip; /* IP address of BOOTP relay */
- u8 hw_addr[16]; /* Client's HW address */
- u8 serv_name[64]; /* Server host name */
- u8 boot_file[128]; /* Name of boot file */
- u8 exten[312]; /* DHCP options / BOOTP vendor extensions */
-};
-
-/* packet ops */
-#define BOOTP_REQUEST 1
-#define BOOTP_REPLY 2
-
-/* DHCP message types */
-#define DHCPDISCOVER 1
-#define DHCPOFFER 2
-#define DHCPREQUEST 3
-#define DHCPDECLINE 4
-#define DHCPAC...