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

    SG-1100 update from 23.09.1 to 24.03 keeps failing

    Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
    79 Posts 8 Posters 7.8k 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.
    • M
      mrneutron @stephenw10
      last edited by

      @stephenw10 said in SG-1100 update from 23.09.1 to 24.03 keeps failing:

      Yes unfortunately I have to agree. You can try installing to USB. I tested that yesterday.

      You can run the pfsense OS off of a USB flash drive, plugged into the SG-1100?

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

        Yes, the new Net Installer allows you select another USB drive as the target.

        M 1 Reply Last reply Reply Quote 0
        • M
          mrneutron @stephenw10
          last edited by

          @stephenw10 said in SG-1100 update from 23.09.1 to 24.03 keeps failing:

          Yes, the new Net Installer allows you select another USB drive as the target.

          Can you use either USB port on the SG-1100? (like the USB3 port?)
          Does loading into a USB flash drive automatically set the boot config to point to the USB flash drive as the boot drive?
          If not, how do you manually edit the boot config?

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

            Technically you could use either port and the USB3 port would likely be much faster. However when you run either usbrecovery or usbboot it boots the first USB device and if you have two drives inserted that is the USB3 port. Which means that when you boot the installer the target drive must be in the USB2 slot. That shouldn't matter, I'd expect to be able to move the drive after installing. However I was unable to do so. The 1100 can be picky about booting USB drives though so it could just be the drive I'm using.

            The default boot device is not automatically changed. You need to set the bootcmd uboot env from the uboot prompt like:

            setenv bootcmd 'run usbboot; run emmcboot;'
            saveenv
            

            Now in your case you may have an additional issue that the emmc is still holding a ZFS filesystem and cannot be wiped. If that is that case you'd need to either make sure the zfs pool names are different or use UFS on the USB drive.

            M 1 Reply Last reply Reply Quote 0
            • S SteveITS referenced this topic on
            • M
              mrneutron @stephenw10
              last edited by

              @stephenw10 said in SG-1100 update from 23.09.1 to 24.03 keeps failing:

              Technically you could use either port and the USB3 port would likely be much faster. However when you run either usbrecovery or usbboot it boots the first USB device and if you have two drives inserted that is the USB3 port. Which means that when you boot the installer the target drive must be in the USB2 slot. That shouldn't matter, I'd expect to be able to move the drive after installing. However I was unable to do so. The 1100 can be picky about booting USB drives though so it could just be the drive I'm using.

              The default boot device is not automatically changed. You need to set the bootcmd uboot env from the uboot prompt like:

              setenv bootcmd 'run usbboot; run emmcboot;'
              saveenv
              

              Now in your case you may have an additional issue that the emmc is still holding a ZFS filesystem and cannot be wiped. If that is that case you'd need to either make sure the zfs pool names are different or use UFS on the USB drive.

              Yeah, given the read-only status of the emmc, it definitely appears the file system can't be wiped.
              Using UFS on a USB flash drive seems like a less-complicated workaround - less other stuff to change.
              How do you change the ZFS pool names, if you want/need to?

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

                Yes, good question! There isn't an option to do that in the Net Installer TUI. Yet.

                The legacy x86 installer allows setting the pool name. The legacy aarch64 installer never did because it used a prebuilt image.

                So for now using UFS is the only option if you cannot remove a ZFS pool named 'pfSense' from the eMMC.

                However I would argue that when running from USB the drive writes are even more important and running UFS with RAMdisks minimises that. So I would run UFS anyway.

                Steve

                F 1 Reply Last reply Reply Quote 0
                • F
                  flatsphere @stephenw10
                  last edited by

                  @stephenw10 said in SG-1100 update from 23.09.1 to 24.03 keeps failing:

                  Yes, good question! There isn't an option to do that in the Net Installer TUI. Yet.

                  The legacy x86 installer allows setting the pool name. The legacy aarch64 installer never did because it used a prebuilt image.

                  So for now using UFS is the only option if you cannot remove a ZFS pool named 'pfSense' from the eMMC.

                  However I would argue that when running from USB the drive writes are even more important and running UFS with RAMdisks minimises that. So I would run UFS anyway.

                  Steve

                  Hi gang,

                  Is there a resolution to this problem yet? My SG-1100 is having the same problem.

                  Cheers!
                  Rafael

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

                    So you see the 8 disks shown by uboot?

                    F 1 Reply Last reply Reply Quote 0
                    • F
                      flatsphere @stephenw10
                      last edited by

                      @stephenw10 Hi Stephen,

                      The latest attempt shows that I'm running out of memory.
                      mount -p shoes this:

                      eb417928-7298-46d6-99f4-fea3b7b8d563-image.png

                      Following notices also appeared:

                      Upgrade
                      pkg (3): out of space @ 2024-05-15 09:06:30
                      PHP errors
                      PHP ERROR: Type: 1, File: /usr/local/pkg/pfblockerng/pfblockerng.inc, Line: 8804, Message: Uncaught TypeError: Unsupported operand types: int + string in /usr/local/pkg/pfblockerng/pfblockerng.inc:8804
                      Stack trace:
                      #0 /usr/local/www/pfblockerng/pfblockerng.php(628): sync_package_pfblockerng('cron')
                      #1 /usr/local/www/pfblockerng/pfblockerng.php(155): pfblockerng_sync_cron()
                      #2 {main}
                      thrown @ 2024-05-15 10:00:35

                      And following disk usage:

                      ee5c8740-6858-4170-9aef-52531abf7870-image.png

                      Cheers!
                      Rafael

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        SteveITS Galactic Empire @flatsphere
                        last edited by

                        @flatsphere given the 2.1 GB you probably have old boot environments to delete:
                        https://docs.netgate.com/pfsense/en/latest/troubleshooting/filesystem-shrink.html

                        Also if your RAM disk is full consider disabling that.

                        Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                        When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                        Upvote 👍 helpful posts!

                        F 1 Reply Last reply Reply Quote 0
                        • F
                          flatsphere @SteveITS
                          last edited by

                          @SteveITS said in SG-1100 update from 23.09.1 to 24.03 keeps failing:

                          https://docs.netgate.com/pfsense/en/latest/troubleshooting/filesystem-shrink.html

                          I deleted all but the current boot environment, turned off VRAM and still failed.

                          ae07ff9b-be0b-4e39-aafa-630f306d8b0e-image.png

                          R

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

                            Yeah you will either need bigger RAM disks or to just disable them for the update. I would disable them.

                            However this looks like a completely different error. It's not indicative of a failed eMMC. At least not what you've shown us so far.

                            F 1 Reply Last reply Reply Quote 0
                            • F
                              flatsphere @stephenw10
                              last edited by

                              @stephenw10 I just tried installing from USB. Here's the message:

                              5304baf9-1c80-4962-a080-e148a8652e4e-image.png

                              R

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

                                Hmm, that was installing to the eMMC from the Net Installer?

                                Check the logs in /var/log/messages and /tmp/bsdinstall_log

                                1 Reply Last reply Reply Quote 0
                                • M
                                  MxcZXAKM
                                  last edited by

                                  c286bae7-1cb0-4825-86f2-1770920b3b15-image.jpeg

                                  Mine fails as well. SG-1100

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    mrneutron
                                    last edited by mrneutron

                                    Netgate support people were not offering any remedy for the EMMC read-only state, so I ditched my failed SG-1100. It is a failed hardware design, in my opinion.
                                    A microSD card or an M2 SSD should have been used as the boot and file system memory, rather than EMMC.
                                    That would make the SG-1100 recoverable by simply switching out the boot media.

                                    I installed pfsense CE 2.7.2 on a mini PC with 2 Ethernet PHYs onboard.
                                    [stephanw10 keeps removing the web link...so helpful]
                                    It boots and runs SO much faster than the SG-1100.

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

                                      Yup, please don't link to competing products on amazon directly. They are easy enough to find for anyone looking.

                                      1 Reply Last reply Reply Quote 1
                                      • W
                                        wasabisinus
                                        last edited by

                                        I am having this same issue with my 1100.
                                        So is the resolution to buy a new device?
                                        Is the 1100 now a deprecated piece of hardware?

                                        The 1100 is now stuck at ver. 23

                                        Are there any plans to inform your customers of this?

                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          MxcZXAKM @wasabisinus
                                          last edited by

                                          @wasabisinus they for some reason don’t say on here. But, I opened a ticket and they gave me a side load piece of software to use. I haven’t tried it yet, fingers cross that it works. I travel a ton so I have to find time.

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

                                            The legacy recovery image?

                                            How exactly is the upgrade failing?

                                            Just to be clear it should upgrade with no problems. I tested numerous times in different configurations on the 1100.

                                            1 Reply Last reply Reply Quote 0
                                            • R raaalf referenced this topic on
                                            • J jared.silva referenced this topic on
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.