Search results

  1. M

    Help! - Proxmox storage VM Disks, ISO images unaccessable randomly

    I have a Unraid storage setup in datacenter connected via SMB. this has been working for 3 years no problem. Randomly, last night I couldnt access my VM and noticed that it was unable to find the VM disk attached, stored on the unraid storage. I check proxmox storage and notice that the backups...
  2. M

    Guide: Tailscale Exit Node LXC to NordVPN LXC to internet

    Goal is to connect from a remote computer/phone to my Tailscale VPN network while also ensuring my internet access is through a VPN (Nordvpn)... connecting to both VPNs does not work on mobile and mac for me Network Layout - Phone <> TailscaleLXC <> NordVPN LXC <> Public internet I created...
  3. M

    lxc container not connecting to internet with dhcp setting

    Take a look at this: https://tailscale.com/kb/1133/proxmox especially this: https://tailscale.com/kb/1130/lxc-unprivileged you have to add the following to the lxc config file eg. /etc/pve/lxc/112.conf lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net/tun dev/net/tun none...
  4. M

    Error: disk 'lvmid/***' not found, grub rescue.

    hey! this did the trick for me, also grub version 2.06-13. Is there anyway to update grub so that this doesnt happen again? Or is this a permanent solution?
  5. M

    [Proxmox VE 8.0 upgrade] Error while building linux-headers-6.1.0-10-amd64

    Possible solution: I did apt autoremove and then did apt update and apt upgrade followed by a reboot and that seems to have worked? pveversion shows pve-manager/8.0.3/bbf3993334bfa916 (running kernel: 6.2.16-4-pve) again, not sure why that worked but will update if there are any issues
  6. M

    [Proxmox VE 8.0 upgrade] Error while building linux-headers-6.1.0-10-amd64

    Just ran into the exact same error! Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages were automatically installed and are no longer required: dctrl-tools dkms g++-10 libcuda1 libegl-mesa0...
  7. M

    Opt-in Linux Kernel 5.15 for Proxmox VE 7.x available

    So just to shed some light on this AMD nested virtualization issues: TLDR: pve5.15 - HyperV and Sandbox tested on Windows VM WORKING -- BUT SAME VM, GPU passthrough and i get the "unimplemented wrmsr error" Configuration: - amd ryzen 5950x - asus x570 wifi gaming ii Started with pve5.13, I...
  8. M

    AMD Nested Virtualization not working after 7.1 upgrade

    So just to shed some light on this AMD nested virtualization issues: TLDR: pve5.15 - HyperV and Sandbox tested on Windows VM WORKING -- BUT SAME VM, GPU passthrough and i get the "unimplemented wrmsr error" Configuration: - amd ryzen 5950x - asus x570 wifi gaming ii Started with pve5.13, I...
  9. M

    GPU Passthrough - Windows 11 - Blinking Cursor

    Ah, yep guilty of the mindless copying. Ok, i will try to update the host accordingly and report back if i have any issues. thank you
  10. M

    GPU Passthrough - Windows 11 - Blinking Cursor

    Thanks for the reply. Interesting, i added the amd_iommu based on the proxmox pci passthrough guide and iommu=pt based on other guides i had seen. Is there any harm in having these codes, dont know how they work tbh
  11. M

    GPU Passthrough - Windows 11 - Blinking Cursor

    To update, I finally got it working by changing the following in the grub file: GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on iommu=pt pcie_acs_override=downstream,multifunction video=efifb:eek:ff" to GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on iommu=pt...
  12. M

    GPU Passthrough - Windows 11 - Blinking Cursor

    Unfortunately, this is yet another gpu passthrough post but i have tried to do my due diligence and go through multiple tutorials but every time i setup a GPU passthrough windows VM, the monitor is just a black screen with a blinking cursor. If i type i can log in onto root and use as proxmox...