Recent content by bochen415

  1. B

    Windows 11 guest doesn't shutdown but reboots

    Please try to uncheck Fast Start-up in Power Options -> System Settings, save the settings and report your findings.
  2. B

    [SOLVED] Revert kernel update

    Yeah.,. no, the failed boot sequences are not on the list, I double checked, no logs from those.
  3. B

    [SOLVED] Revert kernel update

    Thanks. I pinned an earlier version and everything was working fine. Then I wanted to screenshot the error and unpinned the earlier version. Server booted fine. No idea what was the error. Works fine now.
  4. B

    [SOLVED] Revert kernel update

    After updating the kernel along with other packages using "full-upgrade" to 6.5.13-1-pve I'm getting a kernel panic. How can I revert the upgrade?
  5. B

    [SOLVED] Backup of VM with a virtual USB device

    After some messing around I've used Automated Redpill Loader in proxmox with a "SATA" disk. The loader identified it as a DOM disk and successfully loaded. Backups of a SATA disk work as normal. Yes, it's a workaround not a solution.
  6. B

    [SOLVED] Backup of VM with a virtual USB device

    Looks like the only workaround is to make a dummy (always powered off) VM with that image file added as a disk and schedule a backup of that too, I was also thinking about an unused disk but I guess unused disks are ignored when backing up.
  7. B

    [SOLVED] Backup of VM with a virtual USB device

    Thanks for the info. That's the suggested by the community way to add a bootable usb to a Xpenology VM.
  8. B

    [SOLVED] Backup of VM with a virtual USB device

    Is there a way to: a) let the pve know about the file with some sort of "additional file" flag or b) move the usb drive definition from the args section to the base config to achieve the same thing and inform the system about the disk image in the process?
  9. B

    [SOLVED] Backup of VM with a virtual USB device

    Hello all! I have a VM that has this device in the config: args: -device 'nec-usb-xhci,id=usb-bus0,multifunction=on' -drive 'file=/var/lib/vz/images/101/usb.img,media=disk,format=raw,if=none,id=drive-disk-bootloader' -device...