Search results

  1. P

    Setting ostype to win10 causes VM to freeze

    qm start 5501 failed got time out It still starts but everything times out. Here's a vid: https://gofile.io/?c=XZrVFy agent: 1 boot: c bootdisk: scsi0 cores: 1 cpu: host memory: 1536 net0: virtio=02:00:00:e9:72:76,bridge=vmbr0,firewall=1,rate=20 onboot: 1 ostype: win10 scsi0...
  2. P

    Setting ostype to win10 causes VM to freeze

    On some of my nodes, I can't boot Windows VMs using ostype win10, only way to get it to boot is setting ostype to l26. The RAM usage stays under 100 MB, VM stats take over 20 secs to load and console times out. pveversion -v proxmox-ve: 6.1-2 (running kernel: 5.0.21-3-pve) pve-manager: 6.1-7...
  3. P

    New Ryzen nodes freezes

    It happened again after disabling it. Here's what the console looks like after freezing: https://imgur.com/a/5Wa8pg2
  4. P

    New Ryzen nodes freezes

    I have just setup a Ryzen 5 3600x node and every few hours, it just freezes. On screen, it's just the login screen but it's completely frozen and CTRL ALT DEL doesn't work. I must hard reboot it. How could I troubleshoot what's causing it? pveversion -v proxmox-ve: 6.1-2 (running kernel...
  5. P

    GPU passthrough making host crash

    I've passed through my AMD RX 570 to a VM. It works fine for a few hours, then screen turns off and host load goes up to 300. Logs are spammed with DMAR: DRHD: handling fault status reg 600 DMAR: DRHD: handling fault status reg 640 watchdog BUG: soft lockup - CPU #11 stuck for 30s! I'm unable...
  6. P

    How do I restore a VM with a non 64k block disk?

    root@s1:~# pveversion -v proxmox-ve: 6.0-2 (running kernel: 5.0.21-2-pve) pve-manager: 6.0-7 (running version: 6.0-7/28984024) pve-kernel-5.0: 6.0-8 pve-kernel-helper: 6.0-8 pve-kernel-5.0.21-2-pve: 5.0.21-6 pve-kernel-5.0.21-1-pve: 5.0.21-2 pve-kernel-5.0.18-1-pve: 5.0.18-3 ceph-fuse...
  7. P

    How do I restore a VM with a non 64k block disk?

    How do I restore a VM with a non 64k block disk? It gives me this error: (process:21762): ERROR : 19:26:15.945: restore failed - got wrong block address - write beyond end I've also tried vma extract and it gives the same error. Is there a way to force restoring it or making the disk the...
  8. P

    qm importdisk from http?

    I'm looking for a way to import a disk from an HTTP URL without having to downloading it first because I'm limited on space. Is there a way to use wget and qm importdisk using pipes? Or any other way that doesn't require extra space? I've tried wget'ing the file in /var/lib/vz/images/xxx/, but...