Search results

  1. F

    Unattended PVE upgrade

    Hi, when performing a PVE update from v5 to v6 using apt dist-upgrade there is a pve-apt-hook preventing an unattended upgrade: !! ATTENTION !! You are attempting to upgrade ... ... Press Enter to continue, or C^c to abort. This is blocking the upgrade using Ansible in my case. Is there a...
  2. F

    [SOLVED] qm create/set --boot parameter

    Hi, when trying to use the --boot parameter either with "qm create" or "qm set" with any of these variants I always get errors. qm create --boot order=net0;scsi0;ide2 qm create --boot order=net0,scsi0,ide2 Using only one parameter qm create --boot order=net0 qm create --boot order=scsi0...