Recent content by Soulgriever

  1. S

    Looking to create shortcut to start vm

    Me and My wife each have a Windows Guest on a physical host, I want to setup shortcuts to start and shutdown the vm. Ex. I am on my VM and my wife would like to get on hers but is currently shutdown. I want to hit a start button on my desktop to start her VM. Im guessing I need to setup some...
  2. S

    Looking for info for power optimization

    I am running a single host with 2 guests. Each guest has Windows 10, 1xSSD, 1x7200RPM HDD, and 1x GTX970 SSC fully passed through. What can I do to optimize my power usage. Obviously if I put one vm to sleep\shutdown the full box doesnt go into hibernation. Do the HDD's and GPU go into power...
  3. S

    Linux KVM vm´s don´t halt completely

    is this why when i shutdown my host it hangs if a guest is on? right now I have 2 guests with windows 10, im guessing I need to install qemu agent along with the virtio serial driver to have it power off and not hang, when I press the power button/or shutdown through webinterface
  4. S

    PCIe passthrough does not work

    I decided to give up windows 7 for now and have two VM's running on windows 10, I will try without pcie when I get home.
  5. S

    PCIe passthrough does not work

    If I use this config it freezes at the windows is loading screen while trying to install windows bios: ovmf boot: dcn bootdisk: sata0 cores: 2 cpu: Haswell hostpci0: 01:00,pcie=1,x-vga=on ide2: local:iso/en_windows_7_professional_with_sp1_x64_dvd_u_676939.iso,media=c$ machine: q35 memory: 4096...
  6. S

    PCIe passthrough does not work

    I have updated to root@GameMachine:~# pveversion -v proxmox-ve: 4.1-34 (running kernel: 4.2.6-1-pve) pve-manager: 4.1-5 (running version: 4.1-5/f910ef5c) pve-kernel-4.2.6-1-pve: 4.2.6-34 lvm2: 2.02.116-pve2 corosync-pve: 2.3.5-2 libqb0: 0.17.2-1 pve-cluster: 4.0-29 qemu-server: 4.0-49...
  7. S

    PCIe passthrough does not work

    proxmox-ve: 4.1-26 (running kernel: 4.2.6-1-pve) pve-manager: 4.1-1 (running version: 4.1-1/2f9650d4) pve-kernel-4.2.6-1-pve: 4.2.6-33 lvm2: 2.02.116-pve2 corosync-pve: 2.3.5-2 libqb0: 0.17.2-1 pve-cluster: 4.0-29 qemu-server: 4.0-41 pve-firmware: 1.1-7 libpve-common-perl: 4.0-41...
  8. S

    PCIe passthrough does not work

    Have any of you gotten "This device cannot find enough free resources that it can use. (Code 12)" when trying to install nvidia drivers?
  9. S

    Install Windows 7 with OVMF?

    I currently have a vm setup for OVMF so that I can use GPU passthrough with my setup (seabios wont passthrough for some reason) anyways if I wanted to install windows 8/10 it would simply go through the installer after attaching the iso, windows 7 is not the case. How would I go about installing...
  10. S

    Proxmox 4.0, PCI passthrough broken in several ways

    Not sure the official way to request an update to the wiki, but on the pci passthrough page you have "/etc/pve/qemuserver/<vmid>.cfg" because of the way the qemu server is setup now I believe it should be "/etc/pve/qemu-server/<vmid>.cfg"
  11. S

    KVM hardware virtualization affects nvidia-smi

    Hi Vtrandal Im not sure I fully understand what your problem is as I havent played with tesla cards (yet) but could you perhaps try to remove "vga: qxl" and change "hostpci0: 02:00.0,pcie=1" to "hostpci0: 02:00,pcie=1,x-vga=on" I hope this helps
  12. S

    Question about HDD and RAID 0 passthrough

    I am currently trying to setup 2 guests on my host. I intend to have both guests using full HDD passthrough rather then using images. Host: -1 x 500gb HDD Sata2 "/dev/sdb" Guest 1: -2 x 120gb SSD in Raid 0 "not currently connected" -1 x 1TB HDD Sata2 "not currently connected" Guest 2: -1 x...