Search results

  1. H

    is there a way to run scripts on host start-up ?

    Hello everyone, I want to run Scripts on host start-up, what should I do ? this scripts: echo 0 > /sys/class/vtconsole/vtcon0/bind echo 0 > /sys/class/vtconsole/vtcon1/bind echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind I tried: #!/bin/sh nano /etc/init.d/superscript...
  2. H

    GPU passthrough: Nvidia errors Xid 44, 38 (was: keep virtual VGA)?

    hostpci0: 18:00,pcie=1,x-vga=on to hostpci0: 18:00,pcie=1 connect to Physical GPU with a monitor or HDMI dummy, or just buy a cheap HDMI to VGA adapter. Done
  3. H

    Setting keeps reset on Host reboot/shutdown D

    Hi everyone, I have to use this to passthrough the primary/boot GPU without "Failed to mmap" echo 0 > /sys/class/vtconsole/vtcon0/bind echo 0 > /sys/class/vtconsole/vtcon1/bind echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind But it keeps reset everytime on host...
  4. H

    (GPU passthrough) RX 580 not working but RX 470

    no, it's not the reset bug now both work but: Hi everyone, I passthroughed my GPUs successfully with Proxmox (above picture) but there are some problems, wish you guys can help me fix it: 1: When my host is reset or shutdown, I have to unplug the HDMI cables. If not, I cant start the VMs...
  5. H

    (GPU passthrough) RX 580 not working but RX 470

    hi update: I got: Status: internal error AND kvm: -device vfio-pci,host=26:00.0,id=hostpci0.0,bus=ich9-pcie-port-1,addr=0x0.0,multifunction=on: Failed to mmap 0000:26:00.0 BAR 0. Performance may be slow
  6. H

    (GPU passthrough) RX 580 not working but RX 470

    hi everyone, I have RX 580 and RX 470 to passthrough on proxmox. Everything is fine with RX 580 until install driver, it's freeze the VM (not host, i have to qm stop XXX to shutdown it) but very weird that RX 470 was working ok although with installed driver. I tested both card on windows 10...
  7. H

    Cant start VM after add GPU

    Hi everyone, I switched from Esxi to Proxmox, GPU passthrough is fine on Esxi but not working with Proxmox, I got this error when start the VM with GPU added:"unable to read tail (got 0 bytes)". I also got some problems as cant reboot/shutdown host/guest On guest I got this error: TASK ERROR...