Recent content by Sujith Arangan

  1. S

    Proxmox with Terraform and Ansible

    Can you please share a sample code to launch VMs in proxmox with the ISOs and not cloud init.
  2. S

    Unable to allocate RAM to VM as despite of having enough memory

    Yes that's exactly what I am doing. The VMs don;t even turn on after making the changes.
  3. S

    Unable to allocate RAM to VM as despite of having enough memory

    I am getting the error below. I am unable to assign more than 16 GB to the VM TASK ERROR: memory size (983040) must be aligned to 16384 for hotplugging
  4. S

    Unable to allocate RAM to VM as despite of having enough memory

    It's an AMD processor. Vendor ID: AuthenticAMD BIOS Vendor ID: Advanced Micro Devices, Inc. Model name: AMD EPYC 9274F 24-Core Processor BIOS Model name: AMD EPYC 9274F 24-Core Processor Unknown CPU @ 4.0GHz BIOS CPU family...
  5. S

    Unable to allocate RAM to VM as despite of having enough memory

    I got 1024 GB RAM in my host and I am just running 1 VM. But I am unable to allocate more RAMs. I am getting an error of TASK ERROR: Total memory is bigger than 524288MB When I check the free memory in the proxmox terminal I see enough memory left. free -m total used...
  6. S

    [TUTORIAL] PVE 8.22 / Kernel 6.8 and NVidia vGPU

    Yes A100 supports only up to v15. https://docs.nvidia.com/grid/gpus-supported-by-vgpu.html
  7. S

    [TUTORIAL] PVE 8.22 / Kernel 6.8 and NVidia vGPU

    I am using Nvidia A100. It supports only v15 GPU driver. I don't see the patches for that
  8. S

    [TUTORIAL] PVE 8.22 / Kernel 6.8 and NVidia vGPU

    I am going to configure this today. The below are the resources. Nvidia GPU : Nvidia A100 PCIe. Processor: Intel Xeon Proxmox Version 8.2.2 Kernel : 6.8.4-2 If any I hit any Roadblock, I will post here.
  9. S

    Vm not reachable and unable to ssh after attaching to a PCIe graphics card via GPU passthrough

    Thank you very much. The situation is the same. The VM is stuck at "starting terminal at interface 0" and doesn't move further. But there is output and the VM is reachable once I remove the Graphics card PCI device.
  10. S

    Vm not reachable and unable to ssh after attaching to a PCIe graphics card via GPU passthrough

    After configuring, I get a message as starting serial terminal on serial 0. And the terminal is not going forward. I have also configured the grub in the VMs terminal by adding the below lines. GRUB_TERMINAL="console serial" GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200 --word=8...
  11. S

    Vm not reachable and unable to ssh after attaching to a PCIe graphics card via GPU passthrough

    I meant to mention GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on". Because it's an intel processor. It is working fine. I copy pasted from my notes and made a mistake. S0 you meant to say to create a serial port inside the VM before attaching the PCIe device?
  12. S

    Vm not reachable and unable to ssh after attaching to a PCIe graphics card via GPU passthrough

    I think the VM is not even booting. I tried changing the machine type to q35 and no luck. I have configured the /etc/default/grub file with GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on" updated and rebooted. proxmox-boot-tool refresh nano /etc/modules vfio vfio_iommu_type1 vfio_pci...
  13. S

    Vm not reachable and unable to ssh after attaching to a PCIe graphics card via GPU passthrough

    Hello everyone, I attached a PCIe nvidia graphics card to a Ubuntu VM via gpu passthrough. After booting the VM there is no console access(Which says the graphic card is attached) but I am unable to ssh to the VM or even ping it. It's totally unreachable
  14. S

    Error when trying to install Nvidia vGPU driver

    It detects without any problem. 08:10.0 PCI bridge: PLX Technology, Inc. PEX 8747 48-Lane, 5-Port PCI Express Gen 3 (8.0 GT/s) Switch (rev ca) 0a:00.0 3D controller: NVIDIA Corporation Device 20f1 (rev a1) 0c:00.0 PCI bridge: ASPEED Technology, Inc. AST1150 PCI-to-PCI Bridge (rev 03) 0d:00.0...