Search results

  1. G

    [Build Advice] Compact, efficient Proxmox server

    Hi everyone, I’m looking to rebuild my Proxmox setup to make it more compact and energy-efficient, while keeping performance solid for my workload. Current setup: HP ML110 Gen9 Xeon E5-2640 v4 (2.4 GHz) 96 GB RAM 2 × SATA HDD 2 TB RAID1 ZFS 18 VMs (1 Windows, 1 Xpenology for NVR, rest Linux)...
  2. G

    Link down Intel X520-DA2 network card

    Hi, Have you solved the problem? I would like to install an X520-DA2 card in my DL380p Gen8 like you ...
  3. G

    Proxmox 7.0 on HP Gen8 DMAR error

    Hello, does anyone find a solution? I have the same problem. https://forum.proxmox.com/threads/proxmox-7-4-or-8-compatibility-with-hp-dl380p-gen8.132427/
  4. G

    Updating/Upgrading Custom/Patched Kernel

    Hi, Since i have update Proxmox to version 7 and Kernel 5.15.108 on my HP dl380p Gen8 i have a problem with virtualization : [fimware bug] : the bios has corrupted hw-PMU ressources (MSR 38d is 330) x86/cpu: VMX (outside TXT) disabled by bios I've open threads here ...
  5. G

    Proxmox 7.4 (or 8) compatibility with Hp dl380p Gen8 ?

    Hi, Do you have any suggestions to solve my problem ?
  6. G

    Proxmox 7.4 (or 8) compatibility with Hp dl380p Gen8 ?

    Same problem after updating the microcode :
  7. G

    Proxmox 7.4 (or 8) compatibility with Hp dl380p Gen8 ?

    Hi, Sorry for my late answer, i'm not at home and it is difficult to connect to my proxmox (since openvpn VM didn't work with my kernel/bios problem). I've just add new repository non-free and do a update of the microcode. my source list is now : root@pve:~# tail -n+0 /etc/apt/sources.list...
  8. G

    Proxmox 7.4 (or 8) compatibility with Hp dl380p Gen8 ?

    I've update the kernel and try again to update the microcode. Kernel is ok but it didn't solve my problem. root@pve:~# sudo apt install intel-microcode Reading package lists... Done Building dependency tree... Done Reading state information... Done Package intel-microcode is not available, but...
  9. G

    Proxmox 7.4 (or 8) compatibility with Hp dl380p Gen8 ?

    root@pve:~# dmesg | grep microcode [ 2.185227] microcode: sig=0x206d7, pf=0x1, revision=0x718 [ 2.186390] microcode: Microcode Update Driver: v2.2. root@pve:~# That mean that there is no update available ?
  10. G

    Proxmox 7.4 (or 8) compatibility with Hp dl380p Gen8 ?

    Sorry, i have to write something else ? root@pve:~# apt install intel-microcode Reading package lists... Done Building dependency tree... Done Reading state information... Done Package intel-microcode is not available, but is referred to by another package. This may mean that the package is...
  11. G

    Proxmox 7.4 (or 8) compatibility with Hp dl380p Gen8 ?

    Hi, Thanks for your answer. I have update the bios with the latest available (firmware-system-p70-2019.05.24-1.1.i386.rpm). Gen8 don't support UEFI effectively. Every things was fine before i've update to kernel 5.15.108. Before i was with kernel 5.4.x and proxmox 7.x Everything for the...
  12. G

    Proxmox 7.4 (or 8) compatibility with Hp dl380p Gen8 ?

    Hi, Does anyone running proxmox 7.4 (or 8) on a Hp dl380p Gen 8 ? Since i have update to version 7.4 and Kernel 5.15.108, VMX (processor virtualization) is disabled by BIOS... Either there's a solution to fix this conflict between the bios and the kernel, or I'm going to have to change my...
  13. G

    KVM virtualisation configured, but not available.

    Hi, Do you find a solution ? I’ve the same problem since I’ve update to kernel 5.15. I’m using Proxmox on a go dl380p Gen8 and the bios is up to date.
  14. G

    KVM virtualisation broken with kernel 5.15

    Hi, I've recently update proxmox to V7. Everythings was fine until i do a reboot, i need to do it for a kernel update. Since this last update, i've message on the boot : ACPI: SPCR: Unexpected SPCR access Width. Defaulting to byte size DMAR: [fimware bug] : No firmware reserved region can...
  15. G

    Unable to delete an unused VM disk and a non-existent VM disk

    After updating proxmox to version 7.4 i successfully delete unused disks ...
  16. G

    Unable to delete an unused VM disk and a non-existent VM disk

    Sorry still doesn't work root@pve:~# lvchange -an pve/vm-102-disk-0 Logical volume pve/vm-102-disk-0 in use. root@pve:~# lvscan ACTIVE '/dev/pve/swap' [8.00 GiB] inherit ACTIVE '/dev/pve/root' [96.00 GiB] inherit ACTIVE '/dev/pve/data' [1.67 TiB] inherit...
  17. G

    Unable to delete an unused VM disk and a non-existent VM disk

    Here is ... root@pve:~# cat /etc/pve/qemu-server/102.conf cat: /etc/pve/qemu-server/102.conf: No such file or directory root@pve:~# cat /etc/pve/qemu-server/108.conf agent: 1 boot: order=virtio0;ide2;net0 cores: 1 cpu: host ide0: none,media=cdrom ide2: none,media=cdrom machine: pc-i440fx-5.2...
  18. G

    Unable to delete an unused VM disk and a non-existent VM disk

    Hi, thanks for your reply... Still doesn't work ... Disk in use and there is no VM 102 root@pve:~# fuser -vau /dev/pve/vm-102-disk-0 USER PID ACCESS COMMAND /dev/dm-7: root@pve:~# ls -l /dev/pve/vm-102-disk-0 lrwxrwxrwx 1 root root 7 Apr 10 12:15...
  19. G

    Unable to delete an unused VM disk and a non-existent VM disk

    Didn't work root@pve:~# lvs |grep vm-102-disk-0 vm-102-disk-0 pve Vwi-aotz-- 100.00g data 99.41 root@pve:~# lvremove /dev/local-lvm/vm-102-disk-0 Volume group "local-lvm" not found Cannot process volume group local-lvm
  20. G

    Unable to delete an unused VM disk and a non-existent VM disk

    Hi, Can you help me ? I've try several things i found in the forum with no success. I try to delete the disks from the GUI and from the CLI, i always have the same result.