Search results

  1. F

    Can it add edit notes lable for backup now dialog?

    like this: It is convenient for backup manually.
  2. F

    [SOLVED] pve6.3.1 create linux vlan error by use web ui

    test ok in pve 6.2.1 both pve is just install, not other config.
  3. F

    [SOLVED] can't install on amd 4350ge

    I install proxmox on my new computer(amd r3-4350ge + asus b550m plus). After waiting for a while, I get `Installation aborted`. ``` DHCPAcK of 192.168.1.50 from 192.168.1.254 bound to 192.168.1.50 -- renewal in 2922 seconds. done starting a root shell on tty3. Installation...
  4. F

    [SOLVED] Reinstall Proxmox with zfs boot, Can I use exist rpool?

    I want reinstall my proxmox. I install proxmox in a zfs pool(2tb*2 mirror0) now. When I reinstall proxmox, can I only remove the data in /rpool/ROOT and /rpool/ROOT/pve-1 ? not effect /rpool/data, /rpool/home. In default proxmox gui install guide, it will destroy the zfs pool . and recreate a...
  5. F

    [SOLVED] Pci passthrough: No IOMMU detected

    I installed proxmox on a debian buster mathine. I add config from the wiki, `https://pve.proxmox.com/wiki/Pci_passthrough#Intel_CPU` but Pci passthrough can't work ``` add pci devices: No IOMMU detected, please activate it.See Documentation for further information. ``` I modify the...
  6. F

    [SOLVED] How can I import a vmware ova to proxmox?

    I have a custom system(vmware ova), I import it to vmware, it can work. I want import it to proxmox, but failed, it can't find disk(disk is crypto) proxmox config vmware config proxmox start failed log: If I use live cd, and ll /dev/disk/by-uuid, I can see the disk.
  7. F

    [SOLVED] snapshot create failed: TASK ERROR: VM 100 qmp command 'savevm-start' failed - State blocked by non-migratable device '0000:00:10.0/vfio-pci'

    when I create a snapshot for my guest, failed. cmd: Snapshots --> take snapshot. my guest disk is /mnt/data/images/100/vm-100-disk-0.qcow2 use backup --> mode snapshot work fine. log: Formatting '/mnt/data/images/100/vm-100-state-test.raw', fmt=raw size=2671771648 VM 100 qmp command...
  8. F

    [SOLVED] Can I autoadd a nfs storage after vm start(not add it in hardware )?

    I add a nfs storage in hardware now, but if nfs broken, vm start failed. so I want add nfs storage after vm start as a hotplug disk.