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

    Watchguard Firebox M440

    Scheduled Pinned Locked Moved Hardware
    137 Posts 6 Posters 32.5k 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.
    • P
      pglover19
      last edited by

      For some reason, pfSense 2.3.5 will not boot at all on the M440. I tried installing this version on a SSD and Hard Drive and the M440 is not booting from the disk (SSD or HD). Installed v 2.4.4 on the SSD and it is booting fine.. Not sure what is going on with version 2.3.5.

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

        Hmm, it's probably a UEFI boot issue. I could believe it only boots UEFI from SATA. Not sure I ever tested that on the m400.

        Do you have a spare CF card you can try the 2.3.5 Nano image on?

        Steve

        P 1 Reply Last reply Reply Quote 0
        • P
          pglover19
          last edited by

          I guess we are finding out that pfSense will not recognize the 24 ports that is part of the switch. I assume I made a bad purchase and will need to try to sell these units to get my money back. Really disappointing.

          1 Reply Last reply Reply Quote 0
          • P
            pglover19 @stephenw10
            last edited by pglover19

            @stephenw10 said in Watchguard Firebox M440:

            Hmm, it's probably a UEFI boot issue. I could believe it only boots UEFI from SATA. Not sure I ever tested that on the m400.

            Do you have a spare CF card you can try the 2.3.5 Nano image on?

            Steve

            I have a Transcend 8GB Compact Flash card. So, I will try that.. What is the version I need to download and install on the CF?

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

              This: https://nyifiles.pfsense.org/mirror/downloads/pfSense-CE-2.3.5-RELEASE-2g-amd64-nanobsd.img.gz

              Though I just tested it on the m400 and it doesn't boot even from the CF slot. It probably is UEFI only which was in 2.4.

              We have only been trying for a few days so far, it took far longer than that for some of the other stuff we now have access to.
              However I agree this is not good target really. Certainly there are far easier things to install pfSense on. But if you wan a challenge this looks like it! 😉

              There is more stuff we can try.

              Steve

              1 Reply Last reply Reply Quote 0
              • P
                pglover19
                last edited by

                I’m up for the challenge. What’s next?

                1 Reply Last reply Reply Quote 0
                • P
                  pglover19
                  last edited by

                  I got version 2.3.5 booting on the CF. Will upload the boot file.

                  1 Reply Last reply Reply Quote 0
                  • P
                    pglover19
                    last edited by

                    Here is the boot file for version 2.3.5. Same results in that it only recognize the 3 interfaces.

                    0_1539541204109_Version 2.3.5 BootLog.txt

                    1 Reply Last reply Reply Quote 0
                    • P
                      pglover19
                      last edited by

                      Here is a better copy of the 2.3.5 log file.

                      0_1539541752379_Version 2.3.5 BootLog_2.txt

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

                        Ok so that was the normal pfSense installed to CF? Not Nano by the looks if it.

                        Ok, so that at least proves it's not some odd driver regression. It seems more like a resource conflict of some sort though I don't see anything specific. I'll try to get that module built for 11.2.

                        Steve

                        P 1 Reply Last reply Reply Quote 0
                        • P
                          pglover19 @stephenw10
                          last edited by pglover19

                          @stephenw10 said in Watchguard Firebox M440:

                          Ok so that was the normal pfSense installed to CF? Not Nano by the looks if it.

                          Ok, so that at least proves it's not some odd driver regression. It seems more like a resource conflict of some sort though I don't see anything specific. I'll try to get that module built for 11.2.

                          Steve

                          Yes.. The normal pfSense installed to CF.. Please explain what you are building (module 11.2). When will it be available for me to test?

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

                            Hopefully it will be the igb kernel module that you can load in place of the in kernel driver but with debugging enabled.

                            It should be easy to build but it's been a while since I tried and I have to test it works at all locally before you try.

                            Steve

                            P 1 Reply Last reply Reply Quote 0
                            • P
                              pglover19 @stephenw10
                              last edited by

                              @stephenw10 said in Watchguard Firebox M440:

                              Hopefully it will be the igb kernel module that you can load in place of the in kernel driver but with debugging enabled.

                              It should be easy to build but it's been a while since I tried and I have to test it works at all locally before you try.

                              Steve

                              When will you have it available for testing? Anything else you want me to try?

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

                                Ok, so this works. But it is very verbose! Like it prints out a page of status info every second at the console. 🙄
                                0_1539553890564_if_igb.ko.txt
                                That is the replacement kernel module.

                                Copy it to /boot/modules in the m440 and rename it if_igb.ko.

                                Then add the following line to /boot/loader.conf.local:
                                if_igb_load="yes"

                                Then reboot.

                                Try to capture the console output covering the boot process. That should show it attempting to connect to the i354 NICs and why it's failing. You might have to disconnect the console once that happens because as I said it will continue to spam the console every second.

                                Steve

                                P 2 Replies Last reply Reply Quote 0
                                • P
                                  pglover19 @stephenw10
                                  last edited by

                                  @stephenw10 said in Watchguard Firebox M440:

                                  Ok, so this works. But it is very verbose! Like it prints out a page of status info every second at the console. 🙄
                                  0_1539553890564_if_igb.ko.txt
                                  That is the replacement kernel module.

                                  Copy it to /boot/modules in the m440 and rename it if_igb.ko.

                                  Then add the following line to /boot/loader.conf.local:
                                  if_igb_load="yes"

                                  Then reboot.

                                  Try to capture the console output covering the boot process. That should show it attempting to connect to the i354 NICs and why it's failing. You might have to disconnect the console once that happens because as I said it will continue to spam the console every second.

                                  Steve

                                  Ok.. Will try it now.. Give me 30 minutes..

                                  1 Reply Last reply Reply Quote 0
                                  • P
                                    pglover19 @stephenw10
                                    last edited by

                                    @stephenw10 said in Watchguard Firebox M440:

                                    Ok, so this works. But it is very verbose! Like it prints out a page of status info every second at the console. 🙄
                                    0_1539553890564_if_igb.ko.txt
                                    That is the replacement kernel module.

                                    Copy it to /boot/modules in the m440 and rename it if_igb.ko.

                                    Then add the following line to /boot/loader.conf.local:
                                    if_igb_load="yes"

                                    Then reboot.

                                    Try to capture the console output covering the boot process. That should show it attempting to connect to the i354 NICs and why it's failing. You might have to disconnect the console once that happens because as I said it will continue to spam the console every second.

                                    Steve

                                    I will be using WINSCP to copy the file to the M440 system...

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

                                      Yeah, that's fine.

                                      You don't really need to quote my whole post when you reply to me. There's only you and me here. 😉
                                      Doing so makes the thread waaaay longer.

                                      Steve

                                      1 Reply Last reply Reply Quote 0
                                      • P
                                        pglover19
                                        last edited by pglover19

                                        Added the module and updated the config file ... I don’t see anything verbosing on the console..

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

                                          Hmm, you see it failing to load that, maybe an error at the beginning on the boot?

                                          The module is built for pfSense 2.4.4 (FreeBSD 11.2). It won't load in 2.3.5.

                                          Steve

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            pglover19
                                            last edited by

                                            I noticed this line in the boot log...

                                            KDB: debugger backends: ddb.../if_igb.ko': input/output errors=[0x8+0x197280+0x8

                                            Attached is the boot log....

                                            0_1539557073898_if_igb Boot Log.txt

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