Search results

  1. J

    [SOLVED] Issue installing Proxmox 7 on Dell R720 in UEFI mode.

    I am having issues with installing Proxmox 7 on one of my DELL R720. The installation goes fine until it is setting up the bootload and then I get and error on the console: Searching for this issue give lots of results for arch linux but not during the install phase. Not sure how to proceed...
  2. J

    [SOLVED] Reinstalled Proxmox and cannot get PCIE passthrough of GPU working again.

    So I previously had GPU passthrough working to a windows 10 VM. But I had had a harddrive failure on my proxmox server that forced me to reinstall. I have been following every tutorial and mostly rememeber what I had done previously but and having issue with it working for Windows 10. I can...
  3. J

    NVidia allows PCIE Passthrough in latest drivers.

    Apparently in the latest Nvidia drivers they have added "Beta" support of pci passthrough of graphics cards. So no more masking the VM, just directly passthrough the GPU. Of course you still have to make sure the host system is not using the card. Take a look at GeForce PCIe Passthrough...
  4. J

    OVS bonding issue with interfaces not starting

    I am trying to get bonding to work under OVS and for the life of me can get the sub-interfaces to come up. I have a small device with 6 ethernet ports on it that Im trying to get working correctly for a virutalized firewall. I orginally setup all of the networking in the web interface but have...
  5. J

    Proxmox api defines mtu option for VM networking in documentation but does not accept the option.

    So I am working with the proxmox api and experimenting with it and noticed an issue with specifying network configuration for VMs. Reading the docs on the QEMU VM config API it shows that you can pass in a MTU option to the network. [model=]<enum> [,bridge=<bridge>] [,firewall=<1|0>]...
  6. J

    GPU Passthrough issue after adding NVME drive

    I had GPU passthrough working great on my system, but I added a NVME drive to the systems and am now having a strange problem. When I added the drive it renumbered a bunch of the PCI-E devices and a couple of those were passed into the VM (GPU and 2 USB devices). So after the upgrade I changed...
  7. J

    Issue with adding multiple groups to users

    I have Active Directory users setup in my proxmox cluster and have also created multiple groups that they can be in. When I try to add groups to a user the drop down will let me select multiple groups but when I do select multiple groups the drop down has a red boarder along with a red "!" and...
  8. J

    Clone a single disk into VM

    I have an application that we have lots of VMs where we test different version of it but the data it uses is the same across all of them. I can't setup a network filesystem for this due to security reasons. I would like to be able to do a linked clone of just the disk that holds the common...
  9. J

    Permissions for accessing Qemu agent info

    I am trying figure out what permission is need to access the agent info through the PVE API. I have a users that is setup wit the role of PVEAuditor and can access what agent info is available through /api2/json/nodes/{node}/qemu/{vmid}/agent. But if I try and access info such as the network...
  10. J

    Disk size changed after it was migrated.

    So I created a CentOS atomic image by downloading the qcow2 image and using it as the disk for the VM. After creating the VM I detached the disk, replaced the qcow2 of the disk with the atomic image and then reattached the disk. After reattaching the disk it shows up in the VM's config as 10GB...