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

    Unable to upgrade from 2.7.1 to 2.7.2 | Unmounting /boot/efi... done. | failed.

    Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
    81 Posts 49 Posters 34.0k 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
      alethewizard @slu
      last edited by

      @slu

      Now I think it may not be a physical appliance or virtual machine issue, but it may be due to EFI.

      Probably the error is the same: please check /conf/upgrade_log.txt .

      S 1 Reply Last reply Reply Quote 1
      • S
        slu @alethewizard
        last edited by

        @alethewizard said in Unable to upgrade from 2.7.1 to 2.7.2 | Unmounting /boot/efi... done. | failed.:

        Probably the error is the same: please check /conf/upgrade_log.txt .

        You are right, exactly the same error!

        pfSense Gold subscription

        1 Reply Last reply Reply Quote 0
        • S slu referenced this topic on
        • stephenw10S
          stephenw10 Netgate Administrator
          last edited by

          So:

          [1/1] Reinstalling pfSense-boot-23.09.1...
          [1/1] Extracting pfSense-boot-23.09.1: .......... done
          Updating the EFI loader
          install: //boot/efi/efi/boot/INS@syoFrx: Input/output error
          pkg-static: POST-INSTALL script failed
          

          But with a different random filename?

          S A 2 Replies Last reply Reply Quote 0
          • S
            slu @stephenw10
            last edited by

            @stephenw10 said in Unable to upgrade from 2.7.1 to 2.7.2 | Unmounting /boot/efi... done. | failed.:

            But with a different random filename?

            If you mean the masked "123456" yes:

            [1/1] Reinstalling pfSense-boot-2.7.2...
            [1/1] Extracting pfSense-boot-2.7.2: .......... done
            Updating the EFI loader
            install: //boot/efi/efi/boot/INS@123456: Input/output error
            pkg-static: POST-INSTALL script failed
             failed.
            

            pfSense Gold subscription

            K 1 Reply Last reply Reply Quote 0
            • B
              beatvjiking
              last edited by

              I've encountered this on a number of systems now, both on UFS and ZFS.

              install: //boot/efi/efi/boot/INS@LAoX8f: No space left on device
              

              These were set up with default partitioning done by the pfsense installer, all machines have plenty of storage and "gpart show" shows an EFI partition size of 200M, which I'm guessing is plenty.

              jimpJ 1 Reply Last reply Reply Quote 1
              • A
                alethewizard @stephenw10
                last edited by

                @stephenw10

                Yes.

                1 Reply Last reply Reply Quote 0
                • jimpJ
                  jimp Rebel Alliance Developer Netgate @beatvjiking
                  last edited by

                  @beatvjiking said in Unable to upgrade from 2.7.1 to 2.7.2 | Unmounting /boot/efi... done. | failed.:

                  I've encountered this on a number of systems now, both on UFS and ZFS.

                  install: //boot/efi/efi/boot/INS@LAoX8f: No space left on device
                  

                  These were set up with default partitioning done by the pfsense installer, all machines have plenty of storage and "gpart show" shows an EFI partition size of 200M, which I'm guessing is plenty.

                  What does this show for you (or anyone getting similar errors):

                  # df -hi /boot/efi/efi/boot/
                  

                  Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                  Need help fast? Netgate Global Support!

                  Do not Chat/PM for help!

                  B S 2 Replies Last reply Reply Quote 2
                  • B
                    beatvjiking @jimp
                    last edited by

                    @jimp output below:

                    [2.7.0-RELEASE][admin@pvd-dhall-1.cic.com]/root: df -hi /boot/efi/efi/boot/
                    Filesystem            Size    Used   Avail Capacity iused ifree %iused  Mounted on
                    zroot/ROOT/default    195G    966M    194G     0%     29k  407M    0%   /
                    [2.7.0-RELEASE][admin@pvd-dhall-1.cic.com]/root:
                    
                    1 Reply Last reply Reply Quote 0
                    • S
                      slu @jimp
                      last edited by

                      @jimp

                      df -hi /boot/efi/efi/boot/

                      Filesystem                                         Size    Used   Avail Capacity iused ifree %iused  Mounted on
                      /dev/gptid/123456                                  111G    2.4G    100G     2%     49k   15M    0%   /
                      

                      pfSense Gold subscription

                      1 Reply Last reply Reply Quote 0
                      • jimpJ
                        jimp Rebel Alliance Developer Netgate
                        last edited by jimp

                        Either those are not EFI systems or the EFI partition isn't mounted since it's showing the root slice there.

                        Try running mount /boot/efi before the df command.

                        # sysctl machdep.bootmethod
                        # mount /boot/efi
                        # df -hi /boot/efi/efi/boot/
                        

                        Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                        Need help fast? Netgate Global Support!

                        Do not Chat/PM for help!

                        B 1 Reply Last reply Reply Quote 2
                        • B
                          beatvjiking @jimp
                          last edited by

                          @jimp access to the efi partition seems blocked.

                          [2.7.0-RELEASE][admin@pvd-dhall-1.cic.com]/root: sysctl machdep.bootmethod
                          machdep.bootmethod: UEFI
                          [2.7.0-RELEASE][admin@pvd-dhall-1.cic.com]/root: mount /boot/efi
                          mount: /boot/efi: unknown special file or file system
                          [2.7.0-RELEASE][admin@pvd-dhall-1.cic.com]/root:
                          
                          jimpJ 1 Reply Last reply Reply Quote 0
                          • jimpJ
                            jimp Rebel Alliance Developer Netgate @beatvjiking
                            last edited by

                            @beatvjiking said in Unable to upgrade from 2.7.1 to 2.7.2 | Unmounting /boot/efi... done. | failed.:

                            @jimp access to the efi partition seems blocked.

                            [2.7.0-RELEASE][admin@pvd-dhall-1.cic.com]/root: sysctl machdep.bootmethod
                            machdep.bootmethod: UEFI
                            [2.7.0-RELEASE][admin@pvd-dhall-1.cic.com]/root: mount /boot/efi
                            mount: /boot/efi: unknown special file or file system
                            [2.7.0-RELEASE][admin@pvd-dhall-1.cic.com]/root:
                            

                            Do you have either /dev/msdosfs/EFISYS or /dev/gpt/EFISYS? If so, try this instead:

                            # mount_msdosfs /dev/msdosfs/EFISYS /boot/efi
                            

                            Or

                            # mount_msdosfs /dev/gpt/EFISYS /boot/efi
                            

                            Followed by the df -hi /boot/efi/efi/boot/ command.

                            Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                            Need help fast? Netgate Global Support!

                            Do not Chat/PM for help!

                            B A 2 Replies Last reply Reply Quote 7
                            • B
                              beatvjiking @jimp
                              last edited by

                              @jimp that seems to have done the trick:

                              [2.7.0-RELEASE][admin@pvd-dhall-1.cic.com]/dev: mount_msdosfs /dev/msdosfs/EFISYS /boot/efi
                              [2.7.0-RELEASE][admin@pvd-dhall-1.cic.com]/dev: df -hi /boot/efi/efi/boot/
                              Filesystem             Size    Used   Avail Capacity iused ifree %iused  Mounted on
                              /dev/msdosfs/EFISYS    780K    387K    393K    50%       3   509    1%   /boot/efi
                              [2.7.0-RELEASE][admin@pvd-dhall-1.cic.com]/dev:
                              

                              seems a bit... cramped?

                              1 Reply Last reply Reply Quote 0
                              • A
                                alethewizard @jimp
                                last edited by

                                @jimp

                                Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
                                /dev/msdosfs/EFISYS 779K 386K 393K 50% 3 509 1% /boot/efi

                                1 Reply Last reply Reply Quote 1
                                • A alethewizard referenced this topic on
                                • jimpJ
                                  jimp Rebel Alliance Developer Netgate
                                  last edited by

                                  Yeah, those must be rather old installations to have an EFI partition that small. I thought we made them significantly larger several years ago.

                                  There probably isn't going to be a safe way to upgrade those in-place given the space constraint there. You're better off reinstalling.

                                  But with the config recovery in the installer that should only take a few minutes to do in most cases.

                                  Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                                  Need help fast? Netgate Global Support!

                                  Do not Chat/PM for help!

                                  A B D 3 Replies Last reply Reply Quote 6
                                  • A
                                    alethewizard @jimp
                                    last edited by

                                    @jimp

                                    Thank you.

                                    My EFI partition is 200M.

                                    Could I resize the /dev/msdosfs/EFISYS to be more than 800K?

                                    jimpJ 1 Reply Last reply Reply Quote 0
                                    • jimpJ
                                      jimp Rebel Alliance Developer Netgate @alethewizard
                                      last edited by

                                      @alethewizard said in Unable to upgrade from 2.7.1 to 2.7.2 | Unmounting /boot/efi... done. | failed.:

                                      @jimp

                                      Thank you.

                                      My EFI partition is 200M.

                                      Could I resize the /dev/msdosfs/EFISYS to be more than 800K?

                                      We looked into doing that in an automated manner at one time, but deemed it too dangerous. While technically possible you'd spend more time doing that and possibly messing it up than you would just reinstalling and recovering the configuration.

                                      Once upon a time the FreeBSD EFI update method involved writing out a FAT filesystem image onto the partition rather than mounting and copying files, and that image was very small since it didn't need to be much larger than the loader itself. That was ... less than ideal for a number of reasons. But it's hard to break out of that in a safe manner.

                                      Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                                      Need help fast? Netgate Global Support!

                                      Do not Chat/PM for help!

                                      A 1 Reply Last reply Reply Quote 4
                                      • B
                                        beatvjiking @jimp
                                        last edited by

                                        @jimp this install is from last year - I'd done a fresh install of 2.6 onto it to get ZFS in place. I have other machines on identical hardware and circumstances that aren't seeing the issue - is there some kind of weird corner case I hit? Maybe a workaround? The reinstalls are easy to do only if one can get to the machines.

                                        1 Reply Last reply Reply Quote 2
                                        • A
                                          alethewizard @jimp
                                          last edited by

                                          @jimp

                                          Thank you jimp!

                                          Simply extraordinary! :)

                                          You're right: with the config recovery in the installer in 3 minutes I have the VM again with new version 2.7.2.

                                          Thank you very much!

                                          1 Reply Last reply Reply Quote 1
                                          • jimpJ
                                            jimp Rebel Alliance Developer Netgate
                                            last edited by

                                            WARNING: These commands may cause unintended harm to your installation, your state of being, aura, personal wellness, sanity, favorite sports team, and/or pets. Use with caution. Have backups and installation media nearby.

                                            If it's a VM, snapshot it before proceeding.

                                            Assuming your EFI partition is /dev/msdosfs/EFISYS, this should work. If it's not, substitute in the proper path (e.g. /dev/gpt/EFISYS or maybe /dev/vtbd0p1 for example.)

                                            # mkdir -p /boot/efi
                                            # mount_msdosfs /dev/msdosfs/EFISYS /boot/efi
                                            # mkdir -p /tmp/efitmp
                                            # cp -Rp /boot/efi/* /tmp/efitmp
                                            # umount /boot/efi
                                            # newfs_msdos -F 32 -c 1 -L EFISYS /dev/msdosfs/EFISYS
                                            # mount_msdosfs /dev/msdosfs/EFISYS /boot/efi
                                            # cp -Rp /tmp/efitmp/* /boot/efi/
                                            

                                            Afterwards you should have an EFI filesystem that is the full size of the partition, which is roughly 200M.

                                            The upgrade should proceed after that.

                                            If it doesn't work, roll back or reinstall. You never saw this post. That torpedo did not self-destruct. You heard it hit the hull. I was never here.

                                            Remember: Upvote with the ๐Ÿ‘ button for any user/post you find to be helpful, informative, or deserving of recognition!

                                            Need help fast? Netgate Global Support!

                                            Do not Chat/PM for help!

                                            B S J T N 29 Replies Last reply Reply Quote 84
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.