Search results

  1. P

    Code 43 GPU Passthrough with Nvidia: I've tried all guides and still can't get success.

    Changing my config file to this (just removing pcie=1 and changing x-vga=on to x-vga=1): args: -cpu 'host,+kvm_pv_unhalt,+kvm_pv_eoi,hv_vendor_id=Nvidia43FIX,kvm=off' bios: ovmf bootdisk: virtio0 cores: 4 cpu: host efidisk0: local-lvm:vm-100-disk-2,size=128K hostpci0...
  2. P

    Code 43 GPU Passthrough with Nvidia: I've tried all guides and still can't get success.

    I do not. I thought it didn't require one. None of the guides I've found specify that the host requires a GPU when passing one through to a guest. Given that ProxMox offers a WebGUI for managing nodes, I had expected that I wouldn't need a GPU for the host. I will try out SCSI itself and see if...
  3. P

    Code 43 GPU Passthrough with Nvidia: I've tried all guides and still can't get success.

    To summarize: 1. Trying to passthrough the GPU so that I can have a Linux host to manage the computer while the users only see Windows. 2. Hardware is the following: - AMD Athlon X4 845 CPU - ASRock FM2A88M PRO3+ Motherboard - 8GB of DDR3 Kingston RAM - 120GB SSD - Nvidia GT 710 GPU 3. Config...
  4. P

    Options missing from the Wiki page for the conf files of VMs for GPU passthrough?

    https://pve.proxmox.com/wiki/Manual:_qm.conf I've seen the following commands added to the cpu: options in threads where people have discussed GPU passthrough and the Nvidia Code 43 error issue: hv_time hv_vendor_id=null kvm=off I don't see any of these options mentioned under the CPU options...
  5. P

    I can't seem to find any documentation on what a "realm" is, or specifying Microsoft AD in the GUI.

    That's where I quoted the information from. What I need is how I define any of those realms within the GUI. cdn.discordapp.com/attachments/136046399681724416/375679207944224768/Screenshot_from_2017-11-02_11-14-13.png What do I put in "Realm" to specify "Microsoft Active Directory"? As far as...
  6. P

    I can't seem to find any documentation on what a "realm" is, or specifying Microsoft AD in the GUI.

    What I'm doing seems like it'd be pretty simple. Datacenter > Permissions > Authentication > Add I'm trying to configure it to check users against a Domain Controller in an Active Directory. On the GUI, there's a "realm" field. In the documentation, I see this: /etc/pve/domains.cfg...