Search results

  1. E

    Can not start vm after upgrade from 5.4 to 6.2

    Ok, I solved it. I created a new machine with similar settings and used the hard disk of the original vm.
  2. E

    Can not start vm after upgrade from 5.4 to 6.2

    Looks like the new qemu version forces the network card to be on slot 2. Removing the network card and creating a new one does not help. It is not possible to remove the vga card. How can I configure proxmox to put the network card on another slot?
  3. E

    Can not start vm after upgrade from 5.4 to 6.2

    Thanks for the hint, I just get exactly the same error starting the machine. However, looking in the machine config was a good idea (thanks for that!), the redir command is deprecated in new qemu version. Old config: args: --redir tcp:11122::22 Chaned to: -nic user,hostfwd=tcp::11122-:22 seems...
  4. E

    Can not start vm after upgrade from 5.4 to 6.2

    I just updated proxmox from 5.4 to 6.2 (and therefore debian from stretch to buster). The update process runs smooth but after the update, I am not able to start a virtual machine again, I get: kvm: --redir: invalid option TASK ERROR: start failed: QEMU exited with code 1 I tried to clone the...