Search results

  1. J

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

    Under pve / disks / create thin pool alowed me to create Sabrent_1TB now my vm has a disk backed by nvme.
  2. 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...
  3. J

    [SOLVED] Guest Additions for Ubuntu

    I found it https://pve.proxmox.com/wiki/Qemu-guest-agent
  4. 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...
  5. 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...
  6. J

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

    Thank you. My question is much more basic. When the DHCP in the router the ISP provided does a broadcast ARP, currently my desktop/server/ubuntu responds. If I move ubuntu onto a VM, will the VM even see this ARP? In others words, can I configure a VM to look like a PC on the lan?
  7. 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...
  8. J

    [SOLVED] GPU confusion

    Thank you. I will start experimenting as soon as my server arrives.
  9. J

    [SOLVED] GPU confusion

    I think I got it. Correct me if I got this wrong. A small cheap GPU from a different vendor for bios post and proxmox console. Proxmos console is used only during initialization of Proxmox then everything about proxmox is done over the lan. So this cheap GPU port is for configuration and...
  10. 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...