Yes, you have a pretty old microcode running, so upping that to at least revision=0x24000024 should remedy your issues.is my go to here to update microcode?
Yes, you have a pretty old microcode running, so upping that to at least revision=0x24000024 should remedy your issues.is my go to here to update microcode?
thanx for the reply. whats the easiest way to do that? im pretty new to proxmox / opnsenseYes, you have a pretty old microcode running, so upping that to at least revision=0x24000024 should remedy your issues.
Add debian non-free repository and run "apt install intel-microcode", as described earlier in this thread.thanx for the reply. whats the easiest way to do that? im pretty new to proxmox / opnsense
thanx for the reply. whats the easiest way to do that? im pretty new to proxmox / opnsense
Cpu: N5100
Proxmox: 7.4-3
Issues: Guests are freezing/rebooting
Possible fixes
Host:
Add kernel boot parameter: pcie_aspm=off
Disable swap
Disable ksmtuned
Upgrade kernel: 5.15.107-2-pve -> 6.2.11-2-pve
Guest:
Change cpu type: kvm64 -> host
Disable swap
cat /proc/cpuinfo |grep microcode
The microcode update fixed it for me, the VM's were running for a solid month.Am I the only one still having issues? My Docker Debian 11 VM still freezes every about 2 weeks, and sometimes even my HomeAssistant VM freezes.
Tried to update microcode, updated bios, updated kernel... still issues.
The processor is a Celeron N5105 on a Intel NUC Essentials NUC11ATKC4.
I'm thinking of migrating the first to a container, but I would really like to avoid.
Other (much smaller) Debian VMs have no issues, for some reason.
I'm using the same NUC. Just apply BIOS Update V0039 or later (I am on 0039, meanwhile 0041 is out), this brought the needed microcode update and fixed all my issues! On the Host and VM software side, everything is stock. Never tested anything. So no 'extra' installed microcode within VMs and stock Poxmox 5.15 kernel on PVE 7.4.3Am I the only one still having issues? My Docker Debian 11 VM still freezes every about 2 weeks, and sometimes even my HomeAssistant VM freezes.
Tried to update microcode, updated bios, updated kernel... still issues.
The processor is a Celeron N5105 on a Intel NUC Essentials NUC11ATKC4.
I'm thinking of migrating the first to a container, but I would really like to avoid.
Other (much smaller) Debian VMs have no issues, for some reason.
I should have the right version.do you have the latest microcode active?
edit: i see you tried to update the microcode, but is it really active? you should check for example with this:
Code:cat /proc/cpuinfo |grep microcode
root@pulsar:~# cat /proc/cpuinfo | grep microcode
microcode : 0x24000024
microcode : 0x24000024
microcode : 0x24000024
microcode : 0x24000024
I'm using the same NUC. Just apply BIOS Update V0039 or later (I am on 0039, meanwhile 0041 is out), this brought the needed microcode update and fixed all my issues! On the Host and VM software side, everything is stock. Never tested anything. So no 'extra' installed microcode within VMs and stock Poxmox 5.15 kernel on PVE 7.4.3
BIOS Information
Vendor: Intel Corp.
Version: ATJSLCPX.0039.2023.0221.1502
Release Date: 02/21/2023
Very long term, yes. Months already. Running Debian 10, 11 and AlmaLinux VMs. 100% Rock solid. Now I'm very concerned updating to PVE 8 because then I would be forced to get kernel 6.2.I should have the right version.
Code:root@pulsar:~# cat /proc/cpuinfo | grep microcode microcode : 0x24000024 microcode : 0x24000024 microcode : 0x24000024 microcode : 0x24000024
I am on that BIOS version as well, but I had installed the microcode manually before. I'm on Proxmox 7.4 with kernel 6.2.
Have you tested long term? Cause I have that VM hanging only one every two/three weeks, but it is still very annoying.
Code:BIOS Information Vendor: Intel Corp. Version: ATJSLCPX.0039.2023.0221.1502 Release Date: 02/21/2023
Forgot to report back, the problem came back when I upgraded to 6.2, but much less frequent than 5.15 back then. Trying the microcode update right now.35 day mark now, still on 5.19-7, no issues to report still.
Box is a Terramaster F2-423 with an N5095 and 20GB memory.
I'm guessing you're still on Proxmox 7, right? Please do report back. I may have to reinstall Proxmox to go back to 7.Forgot to report back, the problem came back when I upgraded to 6.2, but much less frequent than 5.15 back then. Trying the microcode update right now.
Yes, I am still on 7.I'm guessing you're still on Proxmox 7, right? Please do report back. I may have to reinstall Proxmox to go back to 7.
So you're on 8? How do you update to that microcode exactly for Bookworm? Is this the right way?:With the 0x24000024 microcode there are no more issues whatsoever on my N5105 machine, was super stable on Proxmox 7 and is still super stable on Proxmox 8 with any kernel.
There is no reason to not be using the latest microcode ..
So you're on 8? How do you update to that microcode exactly for Bookworm? Is this the right way?:
By adding this:
deb http://ftp.us.debian.org/debian sid main non-free-firmware
...in /etc/apt/sources.list?
sid
!non-free-firmware
to all of your existing (should be three per default: [1]) Debian bookworm
repositories and then: apt update
followed by: apt install intel-microcode
and a reboot afterwards.