Search results

  1. D

    Proxmox VE Trainings

    404 Page not found
  2. D

    [TUTORIAL] NVIDIA drivers instalation Proxmox and CT

    Are your trie bind a GPU to VFIO Driver ?
  3. D

    [TUTORIAL] NVIDIA drivers instalation Proxmox and CT

    Hello, You GPU is bind by driver VFIO. Check IOMMU, REMAPPING Check GPU Logs: Check blacklist file on /etc/modprobe.d/
  4. D

    [TUTORIAL] NVIDIA drivers instalation Proxmox and CT

    Hello, @jwelvaert: Can you test this method. Proxmox Host Information: Group : 195, 234, 237 /etc/pve/lxc/100.conf LXC: (Debian 12 / Kernel 6.8.12-17-pve)
  5. D

    UEFI PXE Boot Issues After Upgrading from Proxmox VE 8.3.4 to 8.3.5

    Hello, I need boot order has working in mode EFI for a mode deployment OS with automatication by WDS full . For post-installation, i was requiered to switch boot order Net by Disk. Required Fix please.
  6. D

    [Bug] Container (Network card turned off)

    Hi, I think is a bug with parameter link_down=0 with command pct create . When i use link_down=0, the network card is turned off. When I created a container without these settings, it's fine. Variables: Download Template Stop & Destroy LXC: Create Container: Start Container...
  7. D

    Problem VFIO GPU

    https://www.youtube.com/watch?v=zZh76gYJOCk
  8. D

    Move backups from disk to disk

    Hello, I think is good idea to add to possibility to move backup to another storage by the GUI +1000
  9. D

    Problem Error 43 on AMD RX 6700XT

    Can you write action and more information ?
  10. D

    Problem VFIO GPU

    https://askubuntu.com/questions/1272026/acpi-bios-error-bug-could-not-resolve-symbol-sb-pcio-sato-prto-gtf-dssp
  11. D

    [SOLVED] Soluce - Problem Network to capture Image (WDS)

    Good morning, if you don't take network for capture image, just take this: Resolved: MAJ+F10 wpeutil InitializeNetwork https://bugzilla.proxmox.com/show_bug.cgi?id=4746 Problem :
  12. D

    Problem Error 43 on AMD RX 6700XT

    I found solution for my problem. Kernel: GRUB Modules KVM: Blacklist Interrupt Remmaping Update Boot: Result:
  13. D

    Nested Virtualization Error or GPU Code 43

    https://github.com/dexter74/Linux/blob/main/Proxmox/VFIO/GUIDE.MD
  14. D

    How rename volum group proxmox

    The problem when rename vgrename its not work to boot . (fstab edit)
  15. D

    How rename volum group proxmox

    hello, I take a problem for name to volume group, i required to rename volume group . Can you write process ?
  16. D

    Problem Error 43 on AMD RX 6700XT

    Hi, I need help for fixed error 43 on Windows 10 with my RX 6700XT. Grub GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on initcall_blacklist=sysfb_init iommu=pt" Modules: echo "vfio vfio_iommu_type1 vfio_pci vfio_virqfd amd_iommu=on" > /etc/modules Dmesg dmesg | grep -e DMAR -e IOMMU [...
  17. D

    [Problem] Command pveum and "-password" argument

    Hello, I has a problem for create user PAM with argument "-password" USERNAME="MyUSER@pam" MAIL="MAIL@mail.com" FIRSTNAME="AAAA" LASTNAME="BBBB" PASSWORD="Passw0rd2022" # Delete old user PAM: pveum user delete $USERNAME; # Clean Console clear; # Create User PAM pveum user add "$USERNAME"...