Lines Matching +full:0 +full:x21
13 Specify 'chassis bootdev', field 96, data1 0x00 0x08 0x61 0x80
16 (always 0x21 0x70 0x62 0x21) - 2 byte version value (always 0x00 0x01) - 1 byte
17 hardware address size (eg. 0x06 for MAC address) - 1 byte IP address size (eg.
18 0x04 for IPv4) - Hardware (MAC) address - 1 byte flags for 'ignore' and
19 'method', where method = 0 is DHCP and method = 1 is Static. And for static
24 Specify 'chassis bootdev', field 96, data1 0x00 0x08 0x61 0x80
26 Set a special cookie that Petitboot will recognise: 0x21 0x70 0x62 0x21
28 Specify the version (only 1 at the moment) 0x00 0x01
32 Infiniband/etc. 0x06 0x04 (6-byte MAC address, IPv4 IP address)
34 Set the hardware address of the interface you want to override, eg: 0xf4 0x52
35 0x14 0xf3 0x01 0xdf
38 either DHCP or static IP configuration (0 for DHCP). 0x00 0x01
42 Set the IP address you want to use, eg: 0x0a 0x3d 0xa1 0x42
44 Set the subnet mask (short notation), eg '16': 0x10
46 Set the gateway address, eg: 0x0a 0x3d 0x2 0x1
48 All together this should look like: 0x00 0x08 0x61 0x80 0x21 0x70 0x62 0x21 0x00
49 0x01 0x06 0x04 0xf4 0x52 0x14 0xf3 0x01 0xdf 0x00 0x01 0x0a 0x3d 0xa1 0x42 0x10
50 0x0a 0x3d 0x2 0x1
53 zero-cookie which Petitboot will reject. Eg: 0x00 0x08 0x61 0x80 0x00 0x00 0x00
54 0x00
56 You can 'Get' the override back with 0x00 0x09 0x61 0x80 0x00 which should