Search results

  1. B

    [TUTORIAL] Configuring Fusion-Io (SanDisk) ioDrive, ioDrive2, ioScale and ioScale2 cards with Proxmox

    # Configuration section global. # Miscellaneous global LVM settings. global { # Configuration option global/umask. # The file creation mask for any files and directories created. # Interpreted as octal if the first digit is zero. umask = 077 #...
  2. B

    [TUTORIAL] Configuring Fusion-Io (SanDisk) ioDrive, ioDrive2, ioScale and ioScale2 cards with Proxmox

    EDIT: I don't know what I did, but it's working. When I first tried starting VM 100 , I got "Error: start failed: QEMU exited with code 1". I was in the process of adding another SSD and noticed the fusion LV available for the new VM's storage. Anyways, feedback still welcome :) Hey Vlad...
  3. B

    [TUTORIAL] Configuring Fusion-Io (SanDisk) ioDrive, ioDrive2, ioScale and ioScale2 cards with Proxmox

    Now it is working after reboot. The changes I made to /etc/modprobe.d/iomemory-vsl.conf have also taken effect. Thanks so much, Vlad. I'm buying you a beer.
  4. B

    [TUTORIAL] Configuring Fusion-Io (SanDisk) ioDrive, ioDrive2, ioScale and ioScale2 cards with Proxmox

    Hello, I installed Proxmox 6.3-1 (On a Z-1 mirror of SSDs) and the first thing I did was run your script for Proxmox 6. It seemed to work fine but once the machine is rebooted it fails to load the drivers. Below are screen shots showing the result of fio-status -a before and after reboot. Any...
  5. B

    A+ Proxmox community member, do not hesitate to give him power of attorney and name your first...

    A+ Proxmox community member, do not hesitate to give him power of attorney and name your first born in his likeness.
  6. B

    Newb questions: ZFS, Proxmox and FreeNAS

    Hello, I have some questions regarding Proxmox storage configuration. I wanted to run a FreeNAS VM but saw this discussion: https://www.reddit.com/r/freenas/comments/3d9o8c/freenas_under_proxmox/ct32nk3 I have 4 x 4tb HGST NAS drives that I wanted to use with FreeNAS. I would like to be able...
  7. B

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    I installed that package and still getting the same issues.. I don't know what I could have done wrong or what is causing this to not work for me vs others... when I have some spare time I will go through everything and document all the steps I take. Strange that I experience either a black...
  8. B

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    I edited QemuServer.pm to include the change, does the deb file do anything else? To get to the desktop without the broken screen on the first VM, I have to remove hostpci0, use VNC to see Windows desktop, then uninstall the 750ti. as soon as I reboot with drive installed it gives the broken...
  9. B

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    I created a third VM, this time installing oldest nvidia drivers available that were not beta. I got black screen during driver installation, and on subsequent reboots. Edit: Rebooted once more, now at desktop with code 43 again... showcmd = /usr/bin/systemd-run --scope --slice qemu --unit 103...
  10. B

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    On the second VM, I can boot with no hostpci entry, but when I add it I get the black screen.
  11. B

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    still getting a broken screen... similar to image I posted earlier.
  12. B

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    I created a new VM to test, using no VIRTIO drivers... Now when I boot, I get a black screen (the monitor has 1 dead pixel which flickers). I restarted after Windows automatically updated display drivers. I can only get to the desktop when booting in safe mode. I uninstalled the 750ti drivers in...
  13. B

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    Here is with machine: pc-i440fx-2.2 and balloon 0 /usr/bin/systemd-run --scope --slice qemu --unit 101 -p KillMode=none -p CPUShares=1000 /usr/bin/kvm -id 101 -chardev socket,id=qmp,path=/var/run/qemu-server/101.qmp,server,nowait -mon chardev=qmp,mode=control -vnc...
  14. B

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    root 1332 34.0 38.5 7745220 6230192 ? SLl 07:12 0:51 /usr/bin/kvm -id 101 -chardev socket,id=qmp,path=/var/run/qemu-server/101.qmp,server,nowait -mon chardev=qmp,mode=control -vnc unix:/var/run/qemu-server/101.vnc,x509,password -pidfile /var/run/qemu-server/101.pid -daemonize -smbios...
  15. B

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    spirit, Thanks so much for helping. I am ashamed!! I messed up the repository entry, .cm!!! I just upgraded w/ the entry corrected, and things are.. different. I tried to install the nVidia drivers via the driver only install and during the install the screen shows a pixelated mess, like the...
  16. B

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    root 1010 0.0 0.0 21724 2648 ? S 17:04 0:00 /bin/bash /usr/sbin/ksmtuned root 1322 40.3 38.5 7354196 6230252 ? SLl 17:06 3:13 /usr/bin/kvm -id 101 -chardev socket,id=qmp,path=/var/run/qemu-server/101.qmp,server,nowait -mon chardev=qmp,mode=control -vnc...
  17. B

    Code 43 NVIDIA driver error within Windows 10 VM, Geforce 750 Ti Passthrough

    Hello spirit, I added the pvetest repository and commented out the rest, updated, upgraded, and I am still getting error 43. I am using a 750 Ti as well. When I disable KVM, the Win10 guest does not boot, hangs @ 50% cpu utilization. I tried specifying Core2Duo as CPU type, no dice...