Cannot build pve-edk2-firmware

bakabaka9

New Member
Nov 30, 2024
3
0
1
Hi everyone, scine i build the pve-edk2-firmware, i recive an error:
Bash:
root@debian-dev:~/pve-edk2-firmware# make deb
test -e edk2/Maintainers.txt || git submodule update --init --recursive
Cloning into '/root/pve-edk2-firmware/edk2'...
fatal: repository 'https://git.proxmox.com/git/mirror_edk2/' not found
fatal: clone of 'https://git.proxmox.com/git/mirror_edk2' into submodule path '/root/pve-edk2-firmware/edk2' failed
Failed to clone 'edk2'. Retry scheduled
Cloning into '/root/pve-edk2-firmware/edk2'...
fatal: repository 'https://git.proxmox.com/git/mirror_edk2/' not found
fatal: clone of 'https://git.proxmox.com/git/mirror_edk2' into submodule path '/root/pve-edk2-firmware/edk2' failed
Failed to clone 'edk2' a second time, aborting
make: *** [Makefile:55: submodule] Error 1
root@debian-dev:~/pve-edk2-firmware#
 
This is a stop-gap for a very odd attack we got specifically on that repo, if you use the git:// URL to clone the repo it should work though, and you could also change the submodule url to the upstream one over at https://github.com/tianocore/edk2.git as another alternative, our is just a mirror of that anyway.