Skip to content

Create ISO storage

Start by SSH-ing to your xcp-ng host

Create storage directory

Terminal window
mkdir -p /isos && cd /isos

Download ISO

Terminal window
curl https://releases.ubuntu.com/22.04/ubuntu-22.04-live-server-amd64.iso --output ubuntu-22.04-live-server-amd64.iso

xoa-source-mkdir-download-img

Create ISO storage in XOA

Navigate to ➕New > 💿Storage

  • Host: Select your host
  • Name: ISOs
  • Description: Local storage for ISOs
  • Storage type: ISO SR Local
  • Path: /isos
  • Click ▶️Create xoa-source-storage