Skip to content

Instantly share code, notes, and snippets.

@hypeitnow
Last active November 4, 2022 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hypeitnow/feebefa789beeea0aa0177eb0b6cc8e0 to your computer and use it in GitHub Desktop.
Save hypeitnow/feebefa789beeea0aa0177eb0b6cc8e0 to your computer and use it in GitHub Desktop.
lxd_pxe_boot
>>Start PXE over IPv4.
Station IP address is 10.41.229.208
PXE-E99: Unexpected network error.
BdsDxe: failed to load Boot0002 "UEFI PXEv4 (MAC:00163E6778E1)" from PciRoot(0x0)/Pci(0x1,0x4)/Pci(0x0,0x0)/MAC(00163E6778E1,0x1)/IPv4(0.0.0.0,0x0,DHCP,0.0.0.0,0.0.0.0,0.0.0.0): Not Found
>>Start PXE over IPv6..
Station IP address is FD42:63:CFC3:E14E:217:0:0:E3D
Server IP address is FD42:63:CFC3:E14E:216:3EFF:FE69:83CE
NBP filename is bootx64.efi
NBP filesize is 955656 Bytes
Downloading NBP file...
NBP file downloaded successfully.
BdsDxe: loading Boot0003 "UEFI PXEv6 (MAC:00163E6778E1)" from PciRoot(0x0)/Pci(0x1,0x4)/Pci(0x0,0x0)/MAC(00163E6778E1,0x1)/IPv6(0000:0000:0000:0000:0000:0000:0000:0000,0x0,Static,0000:0000:0000:0000:0000:0000:0000:0000,0x40,0000:0000:0000:0000:0000:0000:0000:0000)
BdsDxe: starting Boot0003 "UEFI PXEv6 (MAC:00163E6778E1)" from PciRoot(0x0)/Pci(0x1,0x4)/Pci(0x0,0x0)/MAC(00163E6778E1,0x1)/IPv6(0000:0000:0000:0000:0000:0000:0000:0000,0x0,Static,0000:0000:0000:0000:0000:0000:0000:0000,0x40,0000:0000:0000:0000:0000:0000:0000:0000)
Fetching Netboot Image
Unable to fetch TFTP image: Time out
start_image() returned Time out
BdsDxe: failed to start Boot0003 "UEFI PXEv6 (MAC:00163E6778E1)" from PciRoot(0x0)/Pci(0x1,0x4)/Pci(0x0,0x0)/MAC(00163E6778E1,0x1)/IPv6(0000:0000:0000:0000:0000:0000:0000:0000,0x0,Static,0000:0000:0000:0000:0000:0000:0000:0000,0x40,0000:0000:0000:0000:0000:0000:0000:0000): Time out
>>Start HTTP Boot over IPv4.....
Station IP address is 10.41.229.208
URI: http://10.41.229.1:5248/images/bootx64.efi
Error: Could not retrieve NBP file size from HTTP server.
Error: Unexpected network error.
BdsDxe: failed to load Boot0004 "UEFI HTTPv4 (MAC:00163E6778E1)" from PciRoot(0x0)/Pci(0x1,0x4)/Pci(0x0,0x0)/MAC(00163E6778E1,0x1)/IPv4(0.0.0.0,0x0,DHCP,0.0.0.0,0.0.0.0,0.0.0.0)/Uri(): Not Found
>>Start HTTP Boot over IPv6....
Station IPv6 address is FD42:63:CFC3:E14E:217:0:0:876
URI: http://[fd42:63:cfc3:e14e:216:3eff:fe69:83ce]:5248/images/bootx64.efi
File Size: 955656 Bytes
Downloading...100%BdsDxe: loading Boot0005 "UEFI HTTPv6 (MAC:00163E6778E1)" from PciRoot(0x0)/Pci(0x1,0x4)/Pci(0x0,0x0)/MAC(00163E6778E1,0x1)/IPv6(0000:0000:0000:0000:0000:0000:0000:0000,0x0,Static,0000:0000:0000:0000:0000:0000:0000:0000,0x40,0000:0000:0000:0000:0000:0000:0000:0000)/Uri()
BdsDxe: starting Boot0005 "UEFI HTTPv6 (MAC:00163E6778E1)" from PciRoot(0x0)/Pci(0x1,0x4)/Pci(0x0,0x0)/MAC(00163E6778E1,0x1)/IPv6(0000:0000:0000:0000:0000:0000:0000:0000,0x0,Static,0000:0000:0000:0000:0000:0000:0000:0000,0x40,0000:0000:0000:0000:0000:0000:0000:0000)/Uri()
error: file `/grub/x86_64-efi/command.lst' not found.
error: file `/grub/x86_64-efi/fs.lst' not found.
error: file `/grub/x86_64-efi/crypto.lst' not found.
error: file `/grub/x86_64-efi/terminal.lst' not found.
error: file `/grub/grub.cfg-00:16:3e:67:78:e1' not found.
Booting under MAAS direction...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment