Comment 8 for bug 2033430

Revision history for this message
Julia Kreger (juliaashleykreger) wrote :

Well, further I guess.

Pinned the server IP address, and we complete the binary bytes transfer, but then break down *afterwards*

Sep 06 22:10:19 np0035178065 in.tftpd[123739]: remap: input: bootx64.efi
Sep 06 22:10:19 np0035178065 in.tftpd[123739]: remap: rule 3: rewrite: /opt/stack/data/ironic/tftpboot/bootx64.efi
Sep 06 22:10:19 np0035178065 in.tftpd[123739]: remap: rule 3: exit
Sep 06 22:10:19 np0035178065 in.tftpd[123739]: RRQ from 10.1.0.58 filename bootx64.efi remapped to /opt/stack/data/ironic/tftpboot/bootx64.efi
Sep 06 22:10:19 np0035178065 in.tftpd[123739]: tftp: client does not accept options
Sep 06 22:10:19 np0035178065 in.tftpd[123740]: remap: input: bootx64.efi
Sep 06 22:10:19 np0035178065 in.tftpd[123740]: remap: rule 3: rewrite: /opt/stack/data/ironic/tftpboot/bootx64.efi
Sep 06 22:10:19 np0035178065 in.tftpd[123740]: remap: rule 3: exit
Sep 06 22:10:19 np0035178065 in.tftpd[123740]: RRQ from 10.1.0.58 filename bootx64.efi remapped to /opt/stack/data/ironic/tftpboot/bootx64.efi
Sep 06 22:10:20 np0035178065 in.tftpd[123741]: remap: input: grubx64.efi
Sep 06 22:10:20 np0035178065 in.tftpd[123741]: remap: rule 3: rewrite: /opt/stack/data/ironic/tftpboot/grubx64.efi
Sep 06 22:10:20 np0035178065 in.tftpd[123741]: remap: rule 3: exit
Sep 06 22:10:20 np0035178065 in.tftpd[123741]: RRQ from 10.1.0.58 filename grubx64.efi remapped to /opt/stack/data/ironic/tftpboot/grubx64.efi

But if we look at the console log:

[=3h
>>Start PXE over IPv4.
  Station IP address is 10.1.0.58

  Server IP address is 172.24.5.1
  NBP filename is bootx64.efi
  NBP filesize is 960472 Bytes
 Downloading NBP file...

  NBP file downloaded successfully.
BdsDxe: loading Boot0001 "UEFI PXEv4 (MAC:52540044EED3)" from PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/MAC(52540044EED3,0x1)/IPv4(0.0.0.0,0x0,DHCP,0.0.0.0,0.0.0.0,0.0.0.0)
BdsDxe: starting Boot0001 "UEFI PXEv4 (MAC:52540044EED3)" from PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/MAC(52540044EED3,0x1)/IPv4(0.0.0.0,0x0,DHCP,0.0.0.0,0.0.0.0,0.0.0.0)
Fetching Netboot Image
GNU GRUB version 2.06

   Minimal BASH-like line editing is supported. For the first word, TAB

   lists possible command completions. Anywhere else TAB lists possible

   device or file completions.

grub>

Nothing in the firewall log indicating dropped packets, I'll likely need to get on this node and tcpdump it directly.

Interestingly enough, this worked in other local testing, but it may have been with my modified re-dhcp grub2 efi image.