Search results

  1. A

    Passed-through USB port changes the bus number after restart

    Dear experts, There have been several answers to questions similar to mine suggesting to use device vendorid:deviceid, but this does not work in my case. I am running PVE 7.4-17 and my VM use pass-through for individual USB disks. This is the proxmox server usb configuration: This is the VM...
  2. A

    [SOLVED] After upgrade of debian 9 to 10 vm does not boot anymore ....

    I have upgraded debian from v9 (strech) to v10 (buster) and the vm is stuck in "grub rescue" after reboot, with the error message "symbol grub_is_lockdown not found" (see fig 1) I can manually start by pressing F2 and then go in "boot maintenance Manager" and manually "Boot From File" and...
  3. A

    [SOLVED] zfs boot disk no longer bootable after rpool resilvering

    Dear passionate proxmox experts, I have installed proxmox to boot from a mirrored (raid1) ZFS partition. So far so good: # zpool status rpool pool: rpool state: ONLINE config: NAME STATE READ WRITE CKSUM rpool ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 nvme-eui.0026b7683f1dbb55-part3...
  4. A

    Convert a SCSI disk to VIRTIO on a Debian VM

    I have a VM with Debian installed to SCSI disk and I would convert it to VIRTIO. The VM is running inside a Proxmox VE 5.3-12 server. I have detached the disk and re-added it on the VirtIo bus device. I have changed the boot order to bot from the VirtIo disk. The /etc/fstab file is unchanged...
  5. A

    [SOLVED] Assign USB Devices to an already Running VM

    I am extremely happy with proxmox but I have a simple question on which I am stuck searching since several days. I need my virtual machines to access more than the 5 maximum USB devices in vm.conf and I am using the "device_add" command in qm monitor on the host. This is simply achieved by...