VMware Modern Apps Community
kasper
Enthusiast
Enthusiast
Jump to solution

Photon UEFI OVA TDNF Network Issue

Downloaded Photon OVA for BIOS and UEFI.   Running OVA on Workstation 16.   For BIOS I can run TDNF without any issues.   For UEFI when I run TDNF 'error 404....  Please check repo url' (see attached).    What magic do I need to do to make Photon work under UEFI?

 

0 Kudos
1 Solution

Accepted Solutions
DCasota
Expert
Expert
Jump to solution

Try this

cd /etc/yum.repos.d/
sed -i 's/dl.bintray.com\/vmware/packages.vmware.com\/photon\/$releasever/g' photon.repo photon-updates.repo photon-extras.repo 

 The screenshot you've attached shows a build of Photon OS referring to a pre-December 2020 repo. See https://kb.vmware.com/s/article/81304.

Hope this helps. Daniel

View solution in original post

0 Kudos
1 Reply
DCasota
Expert
Expert
Jump to solution

Try this

cd /etc/yum.repos.d/
sed -i 's/dl.bintray.com\/vmware/packages.vmware.com\/photon\/$releasever/g' photon.repo photon-updates.repo photon-extras.repo 

 The screenshot you've attached shows a build of Photon OS referring to a pre-December 2020 repo. See https://kb.vmware.com/s/article/81304.

Hope this helps. Daniel

0 Kudos