Search results

  1. J

    [SOLVED] NVME how to make available as disk storage for VM

    I installed proxmox on a cheap 240 GB SSD and added Truenas SMB. So now I can create VMs using ISO from Truenas where the VM has a disk from local-lvm (on the cheap $30 SSD). I have a 1TB NVME I would like to use it as local storage rather than the SSD. I clicked wipe disk in the disk tab...
  2. J

    [SOLVED] Guest Additions for Ubuntu

    Virtualbox has Guest Additions and says it "is designed to be installed inside a virtual machine after the guest operating system has been installed. They consist of device drivers and system applications that optimize the guest operating system for better performance and usability." Is there...
  3. J

    [SOLVED] https://pve.proxmox.com/wiki/Pci_passthrough PT Mode

    https://pve.proxmox.com/wiki/Pci_passthrough says "Both Intel and AMD chips can use the additional parameter "iommu=pt", added in the same way as above to the kernel cmdline" does this mean /etc/default/grub entry for GRUB_CMDLINE_LINUX_DEFAULT becomes GRUB_CMDLINE_LINUX_DEFAULT="quiet...
  4. J

    port 80/443 with fixed ip and a bunch of questions before jumping in

    My server/desktop runs Ubuntu, has a public IP and has a web server for family and friends. The web server uses 2 Nvidia GPUs through Nvidia extensions to docker (a deep learning webserver). I am thinking of converting to proxmox. Q1: How would I configure proxmox to host a VM that serves port...
  5. J

    [SOLVED] GPU confusion

    I have been reading about Promox over the holidays. For my home network, I think it will be great for my Docker and Kubernetes workloads, but I am confused about GPU. If I do not PCI passthrough the GPU, do desktop operating systems with desktops like Ubuntu and windows have their output only...