Search results

  1. Y

    [SOLVED] Are SSD NVMe issues resurfacing with the latest PVE kernel upgrade?

    Hi Team, At the end of 2023, several users reported issues with unexplained loss of access to NVMe SSDs, particularly Samsung 990 Pro NVMe SSDs, which I have. One or more NVMe SSDs suddenly disconnected and were no longer detected by Linux. The server had to be powered off and then powered...
  2. Y

    AMD RX6600 GPU passthrough works with Windows 11 driver but I can’t install AMD Adrenalin driver

    Hi there, My setup: Asrock B550 ITX/AX with Ryzen 5950x + Asus RX 6600 with PVE 8.1.4 and Windows 11 with GPU passthrough. Windows 11 device manager recognizes AMD Radeon RX 6000 and 32-core AMD 5950x (Qemu with CPU host and numa=1 parameters. Everything seems to work properly with 3D...
  3. Y

    Simplest way to destroy a VM from CLI in a cluster with HA ?

    Hello, In a cluster with HA, a VM that was created on a node may have changed nodes. What is the simplest way to destroy a VM by its VMID from CLI when you do not know on which node it was automatically migrated by HA? I haven't found anything simple with just one command line Regards, YAGA
  4. Y

    [SOLVED] Loss of backup configurations in PVE

    Hi there, The problem recently emerged on a 4-node cluster using different filesystems (PBS with multiple datastores, Ceph, and several NFS volumes) for backups. I am using the PVE Community edition with the latest updates available to date, i.e., 8.0.4. Suddenly, there were no backups, and...
  5. Y

    Ceph cluster - how to properly reinstall Proxmox PVE on a node ?

    Hi, I've to reinstall a node on a ceph cluster because nvme boot partition has been damaged but the partition with VM and LXC disk images is ok. I've added a new nvme disk for a fresh install proxmox and I previously renamed pve volume (with VM and LXC disk images) with 'vgrename pve pveold'...
  6. Y

    [SOLVED] PVE 7.0: All VMs with Cloud-init & SeaBIOS fail during boot process (bootloop/disk not found)

    Dear forum members, Probably a few weeks ago, during a PVE 7.x update (PVE 7 was previously installed), all my VMs (QEMU) with Cloud-Init and SeaBIOS stopped starting. During the boot process it looks like the partition is not found and the SeaBIOS remains in an infinite loop: try to start the...
  7. Y

    PVE 7.0.x and LXC USB passthrough issue

    Dear PVE users, Previously I was running smoothly a LXC container with USB passthrough on PVE 6.4.x. After an upgrade from PVE 6.4.x. to PVE 7.0.x this container cannot access anymore to the USB device. From PVE server: :~# test -w /dev/ttyACM0 && echo success || echo failure success :~# ls...
  8. Y

    Upgrade PVE 6.x to 7.x : Grub issues

    Hi Proxmox team and Proxmox users, As suggested by @fabian here is a new thread for this issue. Congratulations to the team for the Proxmox 7 release. I've upgraded a 4-node cluster with nvme ssd drive (nvme0n1) for filesystem and Ceph (sda, sdb) from the latest 6.x to 7.x. Nodes are...
  9. Y

    How to prevent automatic apt upgrade during the first boot with cloud init ?

    Hello, I've noticed there is an automatic process for upgrading packages during the first boot after cloud init Installation (Debian or Ubuntu for example). Do you know any simple command or the best way to prevent or cancel this process ? Regards YAGA
  10. Y

    Issue : got two IP addresses instead one IP on VM eth0 with Cloud-init

    Hello, I'm using CLI commands (qm create..., qm importdisk..., qm set...) from server to create a VM with Cloud-Init (debian-10.2.0-openstack-amd64.qcow2), everything works properly but I got two IP addresses instead one IP on VM eth0 with Cloud-init. I use these commands for the network and...
  11. Y

    [Edited] Low Internet throughput after last Proxmox upgrade: Kernel 4.15.18-5-pve issue ?

    Hello, I use a bash script every 10 minutes (crontab+wget) to check the performance of my Internet Service Provider (ISP with 1 Gigabits/s connection) directly from my Proxmox physical machine. My network is very simple : Internet <-> modem in bridge mode <-> (WAN interface) router (LAN...
  12. Y

    Proxmox 5.0 Kaby Lake and IGD (graphics) passthrough for Windows 10

    Hello, I’m trying to setup a fresh install of Proxmox 5.0 on Kaby Lake and I would like to configure a VM with IGD (graphics) passthrough for Windows 10 and several CT for Linux. Computer is Zotac Xbox CI549 based on i5-7300U zotac.com/us/product/mini_pcs/ci549-nano. It should be more or less...
  13. Y

    pct exec with parameters

    Hello, I would like to execute a simple command to modify the timezone (with a redirection) inside a LXC container. ssh root@192.168.1.2 pct exec 101 "-- echo Europe/Paris > /etc/timezone" This command changes the timezone in the physical server (IP 192.168.1.2) and not inside the LXC...