Comment 3 for bug 1785859

Revision history for this message
Julian Andres Klode (juliank) wrote :

Reproduced:

(1) grub-mknetdir --net-directory=$dir
(2) qemu-system-ppc64le -device virtio-net-pci,netdev=mynet,mac=$mac -netdev user,id=mynet,tftp=$dir,bootfile=boot/grub/powerpc-ieee1275/core.elf

grub loads successfully via tftp.

Observations:

(1) net_ls_cards shows "ofnet_net $mac", so correctly recognizes the mac address.
(2) net_default_interface = ofnet_net
(3) net_default_mac and net_ofnet_net_mac are different