You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Ricardo,
Today, I had to redeploy pimaster and encountered an error during make get-kernel-files
sudo mount pxe-files/img/jammy-live-server-amd64.iso /tmp/iso-disk
Unable to find image 'pxe-build:latest' locally
Error response from daemon: pull access denied for pxe-build, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
During troubleshooting, I noticed that the URL to download the x86 Ubuntu Jammy image and its filename had changed. To resolve this, I updated /metal/x86/Makefile with:
After committing the change marmila/picluster@53ee943 and running docker build build/. --tag pxe-build I was able to successfully execute both make get-kernel-files and make get-uefi-files:
Hi Ricardo,
Today, I had to redeploy
pimaster
and encountered an error duringmake get-kernel-files
During troubleshooting, I noticed that the URL to download the x86 Ubuntu Jammy image and its filename had changed. To resolve this, I updated
/metal/x86/Makefile
with:After committing the change marmila/picluster@53ee943 and running
docker build build/. --tag pxe-build
I was able to successfully execute both make get-kernel-files and make get-uefi-files:The text was updated successfully, but these errors were encountered: