Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Intel cpu microcode

    Scheduled Pinned Locked Moved General pfSense Questions
    3 Posts 3 Posters 579 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Antibiotic
      last edited by

      Hi,
      Is pfSense use latest intel microcode or should be install :

      echo y | pkg install cpu-microcode

      pfSense plus 24.11 on Topton mini PC
      CPU: Intel N100
      NIC: Intel i-226v 4 pcs
      RAM : 16 GB DDR5
      Disk: 128 GB NVMe
      Brgds, Archi

      GertjanG 1 Reply Last reply Reply Quote 0
      • GertjanG
        Gertjan @Antibiotic
        last edited by

        @Antibiotic

        pfSense is build upon the FreeBSD kernel.
        If microcode is avaible / exist for the CPU used, then it is part of the kernel, as it has to be put in place very early in the boot process.

        @Antibiotic said in Intel cpu microcode:

        echo y | pkg install cpu-microcode

        Could not find anything related to that in the pfSense documentation so this is probably not something the pfSense admin has to bother about.

        Have a look at the full boot process of your pfSense (console access). You'll see when microcode is handled.

        No "help me" PM's please. Use the forum, the community will thank you.
        Edit : and where are the logs ??

        1 Reply Last reply Reply Quote 0
        • stephenw10S
          stephenw10 Netgate Administrator
          last edited by

          pkg install will only look in the configured pfSense repo and those pkgs should already be installed:

          [24.03-RELEASE][admin@apu.stevew.lan]/root: pkg search microcode
          cpu-microcode-1.0              Meta-package for CPU microcode updates
          cpu-microcode-amd-20231019     AMD CPU microcode updates
          cpu-microcode-intel-20231114   Intel CPU microcode updates
          cpu-microcode-rc-1.0_1         RC script for CPU microcode updates
          [24.03-RELEASE][admin@apu.stevew.lan]/root: pkg info -x microcode
          cpu-microcode-1.0
          cpu-microcode-amd-20231019
          cpu-microcode-intel-20231114
          cpu-microcode-rc-1.0_1
          

          Also if you want to run pkg commands like that you should do so from the CLI instead of having to pipe 'y' to it. That way you can see output and review it before allowing it.
          But if you have to use the gui command prompt pkg has a switch for that: pkg install -y cpu-microcode

          Steve

          1 Reply Last reply Reply Quote 1
          • First post
            Last post
          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.