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

    console no longer working after upgrade to 2.4.4

    Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
    16 Posts 7 Posters 2.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.
    • H
      Heimire
      last edited by

      Saw this on 2 devices today.
      Upgraded to 2.4.4 from 2.4.3_p1

      The device rebooted and seems to work fine.
      I can log into webconfigurator, etc but when you view the console its not working and appears to be locked up.
      See attached picture.

      alt text

      Rebooted a few times but with the same result.
      Any suggestion on how to resolve?

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

        What type of device? What hardware?

        What are your console settings under System > Advanced, Admin Access?

        What is in /boot/loader.conf and /boot/loader.conf.local?

        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!

        1 Reply Last reply Reply Quote 0
        • H
          Heimire
          last edited by

          Supermicro board with Celeron J1900

          kern.cam.boot_delay=10000
          kern.ipc.nmbclusters="1000000"

          vm.kmem_size="435544320"
          vm.kmem_size_max="535544320"
          autoboot_delay="3"
          hw.usb.no_pf="1"

          alt text

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

            You're hitting this: https://forum.netgate.com/post/790647

            Either of the solutions there will correct that.

            Steve

            H 1 Reply Last reply Reply Quote 1
            • H
              Heimire @stephenw10
              last edited by

              @stephenw10

              That worked!!!

              Thank you so much.

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

                I have added a note for that console issue to the Upgrade Guide: https://www.netgate.com/docs/pfsense/install/upgrade-guide.html#upgrading-from-versions-older-than-pfsense-2-4-4

                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!

                N 1 Reply Last reply Reply Quote 2
                • N
                  Napsterbater @jimp
                  last edited by

                  @jimp

                  I am having this issues as well, the system only has Legacy boot and UEFI Win 7 and UEFI Win 8 options, only legacy works to boot at all.

                  System is a "ZOTAC ZBOX CI323" with Intel N3150 with Interggrated gfx

                  I Added

                  i915kms_load="YES"
                  drm.i915.enable_unsupported=1
                  

                  to /boot/loader.conf.local

                  Yet while there is a few more lines added on the screen it still does not get past "Booting...", which im going to guess is because it is not a "i915" family GFX.

                  Any idea what I would need to add for the Intel N3150 GFX?

                  0_1537851005767_unnamed.jpg

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

                    I'm not familiar with that hardware, but you might try changing to one of the UEFI boot options and then boot from a memstick and reinstall, see if the console works then. It may be that your BIOS doesn't get along too well with the current combination of kernel/boot scheme/paritions/etc.

                    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!

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

                      I have the same problem with a Celeron J1900, adding the following to /boot/loader.conf.local does not help.

                      i915kms_load="YES"
                      drm.i915.enable_unsupported=1
                      

                      Booting with kernel.old does allow the system to boot, Safemode does not help.
                      the system locks up it's not just the console the system does not even respond to ping messages on any internal interface

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

                        @maarten said in console no longer working after upgrade to 2.4.4:

                        I have the same problem with a Celeron J1900, adding the following to /boot/loader.conf.local does not help.

                        i915kms_load="YES"
                        drm.i915.enable_unsupported=1
                        

                        Booting with kernel.old does allow the system to boot, Safemode does not help.
                        the system locks up it's not just the console the system does not even respond to ping messages on any internal interface

                        The OP in this thread has a system that booted, but without the console. Your issue is different. If the system does not boot, then it is not this issue. Please start your own thread with additional details.

                        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!

                        1 Reply Last reply Reply Quote 0
                        • B
                          bole5
                          last edited by

                          @Napsterbater
                          I was researching on this very problem. I too have a ZBOX CI323 and am waiting with upgrading to 2.4.4 after I read about this problem.
                          On freebsd pages there is a bug with N3150 that looks exactly like the problem we are experiencing. You can read more here. The reporter did a great job of finding the actual commit which caused this error. As far I can read there are two workarounds.

                          The original poster added following to /boot/loader.conf as a workaround:

                          # Load SysCons driver
                          kern.vty=sc
                          

                          There was another suggestion that also seem to have worked:

                          hw.vga.acpi_ignore_no_vga=1
                          

                          Hope this fixes your problem.

                          N 1 Reply Last reply Reply Quote 1
                          • N
                            Napsterbater @bole5
                            last edited by

                            @bole5 said in console no longer working after upgrade to 2.4.4:

                            The original poster added following to /boot/loader.conf as a workaround:
                            Load SysCons driver
                            kern.vty=sc

                            That worked for me, and for another poster in a diffrent thread (https://forum.netgate.com/topic/135874/console-fails-to-boot-after-2-4-4-upgrade/9)

                            Thanks.

                            B 1 Reply Last reply Reply Quote 0
                            • B
                              bole5 @Napsterbater
                              last edited by

                              @napsterbater said in console no longer working after upgrade to 2.4.4:

                              https://forum.netgate.com/topic/135874/console-fails-to-boot-after-2-4-4-upgrade/9

                              Great. Glad you solved your problem.

                              @jimp Would you mind updating Upgrade Guide? This issue could be specific to N3150.

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

                                @bole5 said in console no longer working after upgrade to 2.4.4:

                                @jimp Would you mind updating Upgrade Guide? This issue could be specific to N3150.

                                It's already there. I added a note about kern.vty=sc yesterday.

                                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!

                                1 Reply Last reply Reply Quote 1
                                • B
                                  breakaway
                                  last edited by

                                  How to work around the fact that some systems do not have UEFI boot but you still want to install pfSense. The installer does not show anything after โ€œbootingโ€?

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

                                    Using the kern.vty=sc loader line should work instead.

                                    Steve

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