Search results

  1. H

    [SOLVED] Forbidden 403 Permission Check Failed

    Answered my own question, the port forwarding was not enabled, stupid me.
  2. H

    [SOLVED] Forbidden 403 Permission Check Failed

    I have a home server that i created a PBS (8007 port forwarded, SSL Certificate added ), and then I have a datacenter Proxmox PVE, i added the PBS to the PVE, then I tried to backup a VM This is the log from backup Telnet works. But on PBS log it shows The 192.168.50.1 ip is actually the...
  3. H

    Issue booting Windows 10 (GPU Passthrough Edition)

    CPU: AMD 5800X GPU: AMD 5600XT Motherboard: Crosshair VIII Hero Wifi ( Latest BIOS ) PVE: 7.4-1 Kernel 6.2.9 4G Above Decoding Off Resize Bar Off Boot with Virtio-GPU works GPU Passthrough boot = problems AMD Vendor-Reset installed Issue: Fresh reboot, then turn on Windows 10, Monitor shows...
  4. H

    [SOLVED] VM GPU Passthrough Crashes PVE Host

    Out of curiousity, if i were to add a NVidia Card for multiple VM GPU passthrough one for appleOS one for windows 10 Are there anything else to be aware of
  5. H

    [SOLVED] VM GPU Passthrough Crashes PVE Host

    I think its an issue with my ram lemme double check
  6. H

    [SOLVED] VM GPU Passthrough Crashes PVE Host

    Updated Kernel to 6.2.9-1 Made all changes its now GRUB_CMDLINE_LINUX_DEFAULT="quiet iommu=pt,multifunction initcall_blacklist=sysfb_init" cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-6.2.9-1-pve root=/dev/mapper/pve-root ro quiet iommu=pt,multifunction initcall_blacklist=sysfb_init Removed...
  7. H

    [SOLVED] VM GPU Passthrough Crashes PVE Host

    PVE Ver: 7.4-1 CPU: Ryzen 7. 5800X Motherboard: Crosshair Hero VIII Wifi ( No IGPU ) GPU: RX 570 Reproduce: Start VM then pretty much after 30 seconds pve dies, then reboots back in 2 minutes. /etc/default/grub blacklist.conf /etc/modules /etc/modprobe.d/vfio.conf kvm.conf IOMMU...
  8. H

    VM Drops randomly everyday Drive shows Unknown

    dmesg What I also realized that lspci -v doesn't show the nvme, i installed the nvme cli and nvme list doesnt show any of my nvme's.. but everytime i reboot the drive works for a while then drive disappears... and vms go down.. this is strange I performed a reboot to get the smartctl for the nvme
  9. H

    VM Drops randomly everyday Drive shows Unknown

    I am running my VM raw disks on a nvme drive, but everyday the drive goes offline therefore VMs goes offline as well, i tested the drive, its not bad, a restart fixes the issue. When attempting to start the VM back manually. This is the error lvs ( dont see my nvme ) pvs ( dont see my nvme...
  10. H

    [SOLVED] PVE wont load on startup

    Please close thread, fixed this by switching to a custom 5.12 Kernel from github and rebooted.
  11. H

    [SOLVED] PVE wont load on startup

    I dont mean to BUMP, but these are more from the syslog logs
  12. H

    [SOLVED] PVE wont load on startup

    Hi guys I am using the newest version of Proxmox VE 6.4 Here's my dmesg Everything works fine before the only I did was enabling the MSI thru the proxmox Pci passthrou Wiki *Resolution* The problem was with systemd not loading, didnt know what its problem was not loading on 5.4. ( i really...