Reinier Schoof
Reinier Schoof
I guess this is superseded by #144
- I cán create other vlans on that interface. I also checked that perhaps I could create the right VLAN but with a different priority on that interface but that...
I've tried this on a different Dell server I had lying around, a PowerEdge M630 with Intel X520 NICs and latest available firmware. Gave me the exact same result: ipxe.efi:...
Exact same result with an IBM (Lenovo) system: ipxe.efi:  snponly.efi:  @NiKiZe trying to get a DHCP lease directly...
I've split up the UEFI `InstallMultipleProtocolInterfaces` calls to 1 protocol interface at a time and it breaks at installing the `efi_device_path_protocol_guid`. Perhaps that helps in debugging the issue?
I'm working on trying to get a working setup to reproduce this, but haven't succeeded so far. Do you have any suggestions how to build such a setup? Specifically the...
Yeah sorry I never got back to @linusali's comment there, I tried a build of the commit he mentioned but no dice. I'll try yours too @changdanyang soon. Any particular...
I can confirm creating VLANs still works in eecb75b.
I just tried 27e886c and it works as well, I'll do a git bisect to determine which commit broke it
After bisecting, I came to this commit: c70b3e04e86cefca335e36f883829d89583a6921 It's the first commit when `vcreate -t 100 net0` starts throwing that error