[Bug 280528] [softupdates][mksnap_ffs] mksnap_ffs bombs out on ufs with softupdates enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Aug 2024 11:43:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280528 Wes Morgan <morganw@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |morganw@gmail.com --- Comment #6 from Wes Morgan <morganw@gmail.com> --- This is a problem with the Alder Lake N CPU. You should disable pcid to stabilize your filesystem, then install sysutils/cpu-microcode-intel to update your cpu microcode. It works for N305 and N100 CPUs so I'm sure it will work for yours. 1. Add "vm.pmap.pcid_enabled=0" to /boot/loader.conf (or set the variable directly from loader if you know how) 2. Reboot 3. Install sysutils/cpu-microcode-intel 4. Remove the pcid line from step 1 if necessary. 5. Add cpu_microcode_load=YES to /boot/loader.conf 6. Add cpu_microcode_name="/boot/firmware/intel-ucode.bin" 7. Reboot -- You are receiving this mail because: You are the assignee for the bug.