Search results

  1. dakralex

    PVE8TO9 all ok but i have broken packages after upgrade

    Great that it worked out! The issue could've been that the node where the package upgrades failed because there wasn't any available source for these packages, i.e., there weren't any Debian Trixie repositories in the sources list. Anyway, it would be helpful to change this thread to "[SOLVED]"...
  2. dakralex

    updated to PVE 9.0 then GPU passthrough stopped working on Windows

    Thanks, so the Intel graphics driver's ctlInit fails and prints a CTL_RESULT_ERROR_NOT_INITIALIZED error (1073741825 = 0x40000001) [0], which unfortunately is quite generic and doesn't tell much about the error except that the Control API / device wasn't initialized at all. Later...
  3. dakralex

    Upgrading to Proxmox 9 Issues

    I'm not sure about what you're trying to do here: iface vmbr0 inet6 static address 2a01:4f8:10b:2119::***/127 up ip -6 route add 2a01:4f8:10b:***::/64 dev vmbr1 But you shouldn't reference other interfaces in the command then the currently referenced one. Or did you meant vmbr0 here?
  4. dakralex

    Upgrading to Proxmox 9 Issues

    Yes, plymouth is not the issue but there might be an issue while generating the initramfs, installing the kernel image, etc. So you can try to regenerate the GRUB config and check if the installation of the new kernel was successful (or try reinstalling the package) and check whether the host...
  5. dakralex

    Upgrading to Proxmox 9 Issues

    There's also another warning in your bootlog that might point in a direction: Aug 08 14:37:01 server networking[694]: warning: vmbr0: up cmd 'ip -6 route add 2a01:4f8:10b:2119::/64 dev vmbr1' failed: returned 1 (Cannot find device "vmb> Aug 08 14:37:01 server networking[694]: ) Aug 08 14:37:01...
  6. dakralex

    Upgrading to Proxmox 9 Issues

    Hi! There is a failing service logged in the bootlog: Aug 08 14:37:03 server (plymouth)[514]: emergency.service: Unable to locate executable 'plymouth': No such file or directory With the fact that the boot works with another kernel it's likely that there's something wrong with the boot entry...
  7. dakralex

    After upgrade to PVE 9, qm, ha-manager, pvestatd, and more fail to start (unknown file 'ha/rules.cfg')

    Thanks, according to the output this looks like that there was an error while upgrading the packages and the packages were only upgraded partially. Were there any issues during the upgrade when running apt update and apt dist-upgrade? Were the bookworm/pve8 repositories removed/replaced in the...
  8. dakralex

    updated to PVE 9.0 then GPU passthrough stopped working on Windows

    Thank you both for the thorough reports! I investigated a bit and as already noted the kernel images should be the same AFAICT, even though these have different build times the versions indicate that these have the same upstream base kernel and patches applied. The only thing that stood out is...
  9. dakralex

    After upgrade to PVE 9, qm, ha-manager, pvestatd, and more fail to start (unknown file 'ha/rules.cfg')

    Hi! On which versions are the packages on pve3 (output of pveversion -v)? Edit: It seems like an error from a partial upgrade where pve-cluster is not up-to-date yet.
  10. dakralex

    Upgrading from Proxmox 8 to 9 issue: GRUB error: out of memory

    Hi! If that also happens for any Live CD (e.g. Debian 12/13), then check whether there are any memory-related BIOS settings that might cause this (e.g. BAR, IGD, ...). It could also help to upgrade the BIOS firmware and/or reset BIOS settings first (if possible) and check whether the RAM is...
  11. dakralex

    [SOLVED] ifupdown2 and /etc/network/interfaces issue

    Are you sure? Or did I misunderstood that those errors are from within the VM? Especially with the error message above, I cannot see any reason that the host would fail with that error message if there wasn't any API breakage introduced by at least an upgrade of the python package.
  12. dakralex

    [SOLVED] ifupdown2 and /etc/network/interfaces issue

    You cannot run Promox VE 8 while also running on Debian Trixie on the host, because there are many API breakages inbetween. The error is caused because Debian Trixie already ships a recent version of Python3, where API was changed which affects ifupdown2 here. You need to also fully upgrade to...
  13. dakralex

    HA "Status" screen missing lrms

    How did you remove the old lrm exactly? If there are no resources, if the manager_status was deleted or the HA Manager doesn't have to manage any HA resources, then it is expected that the status won't show any CRM nor LRMs, because there are no HA resources to be managed. As soon as there are...
  14. dakralex

    updated to PVE 9.0 then GPU passthrough stopped working on Windows

    Thanks! Could you provide further information about the GPU passthrough (VM config, lspci -nnk, cat /proc/cmdline, any errors in the boot log / syslog at vm startup?, etc.)
  15. dakralex

    updated to PVE 9.0 then GPU passthrough stopped working on Windows

    Hi! According to [0] Code 43 for a device means: Could you verify whether using the older Proxmox VE kernel also has this issue for the Windows VM? [0] https://support.microsoft.com/en-us/topic/error-codes-in-device-manager-in-windows-524e9e89-4dee-8883-0afa-6bca0456324e
  16. dakralex

    Configuring Boot Delays for VMs in Proxmox HA Cluster

    Hi! Currently, there is no cluster-wide option to order the HA resource starts/make HA resources depend on other HA resources to be already started. As you already mentioned, there is the node-wide Start/Shutdown order and node-specific startup delay. As already pointed out in our bugzilla [0]...
  17. dakralex

    DHCP Problem with install 8.4.1 and 9 beta

    Welcome to the Proxmox forum! What does dhclient -v output if it is executed after the installation aborted or if it is executed in the installer debug console? What is the date/time on the machine according to timedatectl? Is the BIOS/firmware of the server hardware on the most recent version...
  18. dakralex

    3-node cluster with VM's: internal IP/external IP and DNS resolution

    Hi! Just a FYI that a Proxmox VE cluster over WAN (i.e., interconnecting networks that are wider apart) is neither officially supported nor recommended, because PVE uses corosync for its cluster, which needs low latency in the whereabouts of 5-10 ms to be stable depending on the cluster size.
  19. dakralex

    [SOLVED] drives not detecting on a Supermicro AOM-S3108M-H8

    Hi! Which kernel version are you running on your Proxmox VE host? Can you give a lspci -nnk for the board and card?
  20. dakralex

    [SOLVED] Proxmox on HP-Switch - No GUI

    Hi! Does the serial console installer option for a Proxmox VE ISO not work for your hardware? What is the status of pve-cluster.service on the machine? Which steps did you follow to setup Proxmox VE on top of Debian?