Package pve-edk2-firmware-aarch64 has no installation candidate

scuthber

New Member
Jan 5, 2025
2
0
1
Attempting to follow some instructions to install an arm64 VM, but failing on the first hurdle!

Following these instructions, but this is the result:

root@pve:~# apt install pve-edk2-firmware-aarch64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package pve-edk2-firmware-aarch64 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'pve-edk2-firmware-aarch64' has no installation candidate

This is on a fresh install of 8.3.0.
 
My output from regular fully up to date PVE 8.3.0:
Code:
# apt search pve-edk2-firmware-aarch64
Sorting... Done
Full Text Search... Done
pve-edk2-firmware-aarch64/stable 4.2023.08-4 all
  edk2 based ARM64 UEFI firmware modules for virtual machines
 
  • Like
Reactions: scuthber
Hi leesteken... I had enabled the test repository. That put me in the right direction. Once I removed the enterprise repositories and did an apt upgrade I could install the package.

Thanks!