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

    ESXi 6.5.0 Guest OS errors…

    Scheduled Pinned Locked Moved Virtualization
    47 Posts 10 Posters 16.4k 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.
    • Z
      zxvv
      last edited by

      @jimp:

      Another possible workaround is to set kern.vty=sc in /boot/loader.conf.local since this appears to be a race condition in the VT console, according to the FreeBSD bug report.

      I did manage to make one of my VMs crash once, finally.

      I opened a bug report for it here: https://redmine.pfsense.org/issues/7925

      This bug can also seems to be avoided by using safe mode during install, for those that may be creating a new VM from the ISO.

      Interrupt the boot with <space>, then 6 4 1 1.

      As you said, to make the workaround persist after the install is complete, invoke a shell and run:

      echo set kern.vty=sc >> /boot/loader.conf.local</space>

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

        @zxvv:

        This bug can also seems to be avoided by using safe mode during install, for those that may be creating a new VM from the ISO.

        Interrupt the boot with <space>, then 6 4 1 1.

        As you said, to make the workaround persist after the install is complete, invoke a shell and run:

        echo set kern.vty=sc >> /boot/loader.conf.local</space>

        If you are going to that trouble, drop to a loader prompt and run:

        set kern.vty=sc
        boot
        

        Also you don't need "set" in /boot/loader.conf.local, just "kern.vty=sc"

        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
        • E
          El Scorcho
          last edited by

          @jasonsansone:

          I don't think that warning really matters.  VMWare is simply not properly identifying the Guest OS but you already manually selected FreeBSD, so the drivers and hardware emulation is accurate.  The same occurs when I update to brand new releases of macOS or Ubuntu builds.

          I arrived here via Google looking for the answer to this problem and wanted to comment on this because it does matter.

          In ESXi you can't do snapshots (or backups via tools like Veeam) unless ESXi thinks the host is in a consistent state. As long as this message appears, ESXi thinks the host is inconsistent, so no snapshots/backups.

          1 Reply Last reply Reply Quote 0
          • G
            gjaltemba
            last edited by

            @El:

            I arrived here via Google looking for the answer to this problem and wanted to comment on this because it does matter.

            In ESXi you can't do snapshots (or backups via tools like Veeam) unless ESXi thinks the host is in a consistent state. As long as this message appears, ESXi thinks the host is inconsistent, so no snapshots/backups.

            I just just took a snapshot of pfSense 2.4.1 CE vm in ESXI 6.5. Whatcha talking about?

            1 Reply Last reply Reply Quote 0
            • E
              El Scorcho
              last edited by

              @gjaltemba:

              @El:

              I arrived here via Google looking for the answer to this problem and wanted to comment on this because it does matter.

              In ESXi you can't do snapshots (or backups via tools like Veeam) unless ESXi thinks the host is in a consistent state. As long as this message appears, ESXi thinks the host is inconsistent, so no snapshots/backups.

              I just just took a snapshot of pfSense 2.4.1 CE vm in ESXI 6.5. Whatcha talking about?

              I'm running ESXi 6.5.0 Update 1 (Build 6765664). I'm running pfSense 2.4.1-RELEASE (amd64).

              ESXi reports "The configured guest OS (FreeBSD (64-bit)) for this virtual machine does not match the guest that is currently running (FreeBSD 11.1-RELEASE-p2). You should specify the correct guest OS to allow for guest-specific optimizations." for my pfSense VM.

              If I attempt to take a snapshot of the pfSense VM ESXi errors out with "Failed - The operation is not allowed in the current state."

              That's what I'm talking about.

              1 Reply Last reply Reply Quote 0
              • G
                gjaltemba
                last edited by

                @El:

                I'm running ESXi 6.5.0 Update 1 (Build 6765664). I'm running pfSense 2.4.1-RELEASE (amd64).

                ESXi reports "The configured guest OS (FreeBSD (64-bit)) for this virtual machine does not match the guest that is currently running (FreeBSD 11.1-RELEASE-p2). You should specify the correct guest OS to allow for guest-specific optimizations." for my pfSense VM.

                If I attempt to take a snapshot of the pfSense VM ESXi errors out with "Failed - The operation is not allowed in the current state."

                That's what I'm talking about.

                How do you conclude that one has anything to do with the other? Check vmware.log for details of snapshot request.

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

                  Just going to bump this as it's still an issue even in 2018.

                  I'm on Esxi version: 6.5.0 Update 1 (Build 7388607)
                  PfSense version: 2.4.2-RELEASE-p1 (amd64)

                  The warning keeps appearing every time I go to the "Virtual Machine" section on the ESXI web portal. Here's a screenshot of the bugger: https://image.prntscr.com/image/zN7e5RPmQbCYjVYcv_Qymg.png

                  It doesn't really seem to hurt anything for me, I can still run all features just fine but it's just a little annoying.

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

                    It's not a problem in pfSense, it's in ESX and/or the open-vm-tools. The same error happens with a Linux Mint VM. It's trying to be overly specific with the OS full name.

                    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
                    • P
                      pfsensation
                      last edited by

                      @jimp:

                      It's not a problem in pfSense, it's in ESX and/or the open-vm-tools. The same error happens with a Linux Mint VM. It's trying to be overly specific with the OS full name.

                      Hmm…Sounds like modifying the Open-VM-Tools to report the OS full name the same as FreeBSD may fix the issue. But I guess it probably won't be worth the effort for a small rather cosmetic issue.

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

                        FYI- The errors go away with ESX 6.7 and VM version 14 set for "FreeBSD 11 (64-bit)".

                        So maybe the tools got a little bit ahead of themselves.

                        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
                        • First post
                          Last post
                        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.