• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Client Boot Error Msg " Error 0x040ee119"

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    6
    23
    14.2k
    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.
    • ch3iC
      ch3i Moderator @adi
      last edited by

      @adi Hi, it’s only on a specific task ? Without task have you the FOG iPXE menu when you boot on LAN ?

      A 1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by

        There are other posts on the forums about this: https://forums.fogproject.org/topic/3918/please-help-fog-error-0x040ee119

        Might be caused by your switch configuration: https://wiki.fogproject.org/wiki//index.php/IPXE#STP.2FPortfast.2FRSTP.2FMSTP_To_Enable_or_Disable.3F

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • A
          adi @ch3i
          last edited by

          @ch3i

          with or without task the fog iPXE appear but then after this show up on client it then reboot againfog.jpg

          ch3iC 1 Reply Last reply Reply Quote 0
          • ch3iC
            ch3i Moderator @adi
            last edited by

            @adi said:

            @ch3i

            with or without task the fog iPXE appear but then after this show up on client it then reboot againfog.jpg

            It’s seem to be a problem with the DHCP

            A 1 Reply Last reply Reply Quote 0
            • A
              adi @ch3i
              last edited by

              @ch3i 1.jpg

              DHCP seems to be ok

              ch3iC 2 Replies Last reply Reply Quote 0
              • ch3iC
                ch3i Moderator @adi
                last edited by

                @adi said:

                @ch3i 1.jpg

                DHCP seems to be ok

                lol With this screenshot it’s ok 😉

                1 Reply Last reply Reply Quote 0
                • ch3iC
                  ch3i Moderator @adi
                  last edited by

                  @adi Have you look at

                  @Uncle-Frank said:

                  There are other posts on the forums about this: https://forums.fogproject.org/topic/3918/please-help-fog-error-0x040ee119

                  Might be caused by your switch configuration: https://wiki.fogproject.org/wiki//index.php/IPXE#STP.2FPortfast.2FRSTP.2FMSTP_To_Enable_or_Disable.3F

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by

                    Where is your FOG server running? How did you configure VirtualBox network interfaces (host only, bridged).

                    In the packet dump (log.pcap) I don’t see any DHCP packets! Maybe that is handled internally. But I see TFTP traffic and it seams to finish the download of undionly.kpxe without any issue.

                    Looking at your screenshots again I noticed a difference just now. See the different ‘Features’ and iPXE versions! The first screenshot shows iPXE which was probably loaded from the FOG server via TFTP (full feature set) but the second screenshot shows the iPXE included in virtualbox! The first iPXE (within virtualbox) is able to get an IP via DHCP (although I don’t see that traffic in your packet dump) but the second iPXE is unable to get an IP from the DHCP.

                    Here is a good forum post about FOG and Virtualbox: https://forums.fogproject.org/topic/5780/how-to-pxe-boot-a-virtualbox-or-qemu-kvm-box/5

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    1 Reply Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott
                      last edited by

                      This is so simple a problem, and actually well known about.

                      The issue is VirtualBox. It will only work on the initial load up of the System from a “cold” status. If you only restart the system, you will get this message because the VB resources aren’t releasing the NIC properly. It’s nothing I can fix. However, there is a way around it, but it is not a viable solution if your fog server is dealing with more than just VirtualBox hosts. The Fix, for Virtual Box at least, is to use the ipxe.pxe file rather than the undionly.kpxe file.

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      1 Reply Last reply Reply Quote 0
                      • S
                        Sebastian Roth Moderator
                        last edited by

                        @adi Can you confirm things are working when “cold starting” the VM? Or using ipxe.pxe?

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        1 Reply Last reply Reply Quote 0
                        • S
                          Sebastian Roth Moderator
                          last edited by

                          Tom Elliott said:

                          The issue is VirtualBox. It will only work on the initial load up of the System from a “cold” status. If you only restart the system, you will get this message because the VB resources aren’t releasing the NIC properly.

                          I’ve tried it and it works like a charm without any problem! FOG 1.2.0 and trunk, Virtualbox 5.0.0 in Windows 7, bridged network with any of the available network adapters (PCnet, Intel, virtio-net …), cold start as well as warm start! I just cannot find a way to reproduce.

                          My guess is that this issue got fixed within virtualbox at some point. Please check your version and maybe install a newer one. In case this is still not working for you I need to know your virtualbox version and network settings.

                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                          1 Reply Last reply Reply Quote 1
                          • Tom ElliottT
                            Tom Elliott
                            last edited by

                            While it has been a while since I used VirtualBox, I believe you are correct. I was running 4.3.x of Virtual Box (I believe .10) before switching to VMWare on my test bed.

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                            1 Reply Last reply Reply Quote 0
                            • A
                              adi
                              last edited by

                              Hi

                              Just to give better picture here…Im running fog server on virtualbox which the virtualbox itself is inside the windows server 2012. the virtualbox was set bridged adapter.

                              Then I have separate existing DHCP server which pointing to fog server I had enable option 066 and 067.

                              For testing clients I use one virtualbox which received dhcp from existing dhcp server and one physical machine which is HPcompaq Elite 8300.

                              So both clients gave same output error…

                              According to uncle frank, he didnt see any dhcp on my log.pcap…I did check dhcp server many times and follow these link(https://wiki.fogproject.org/wiki/index.php/Modifying_existing_DHCP_server_to_work_with_FOG) still no luck.

                              1 Reply Last reply Reply Quote 0
                              • E
                                EAHarvey
                                last edited by

                                Change your undionly.kpxe to .kkpxe in your DHCP file.

                                1 Reply Last reply Reply Quote 1
                                • S
                                  Sebastian Roth Moderator
                                  last edited by

                                  Could you please capture packets on your Windows DHCP server using wireshark and upload that file here too?

                                  And again: Which version of Virtualbox do you use??

                                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                  A 1 Reply Last reply Reply Quote 1
                                  • Tom ElliottT
                                    Tom Elliott
                                    last edited by

                                    Why, may I ask, is this under Forum issues?

                                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      adi @Sebastian Roth
                                      last edited by

                                      @Uncle-Frank
                                      the client Virtualbox machine is 4.3.26 and virtualbox where fog server are install is 5.0.4…
                                      Im not allow to install wireshark on our dhcp server…

                                      Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                                      • Wayne WorkmanW
                                        Wayne Workman @adi
                                        last edited by Wayne Workman

                                        @adi said:

                                        @Uncle-Frank
                                        the client Virtualbox machine is 4.3.26 and virtualbox where fog server are install is 5.0.4…
                                        Im not allow to install wireshark on our dhcp server…

                                        Setup an air-gapped network, and setup your own DHCP. Then run Wireshark.

                                        Without being able to see the traffic, we can’t pin-point what’s going wrong.

                                        I might add that Wireshark is a highly respected and widely used open source tool that countless network and system administrators rely on every day to help them do their jobs. While you should respect your authority figures, you should politely point out (somehow) that disallowing it is silly. It’s like throwing out the most valuable tool you have in your tool box.

                                        http://searchnetworking.techtarget.com/feature/Top-10-reasons-to-learn-Wireshark-the-open-source-network-analyzer

                                        1. Wireshark is the de facto standard in network analyzer tools. With more than 500,000 downloads a month, the IT industry has embraced Wireshark as the go-to tool for network troubleshooting, optimization and security! Be at the front of the IT pack and show your true colors as a geek leader.

                                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                        Daily Clean Installation Results:
                                        https://fogtesting.fogproject.us/
                                        FOG Reporting:
                                        https://fog-external-reporting-results.fogproject.us/

                                        1 Reply Last reply Reply Quote 1
                                        • S
                                          Sebastian Roth Moderator
                                          last edited by

                                          @adi

                                          the client Virtualbox machine is 4.3.26 …

                                          I’d think this is the issue. Install a newer version of virtualbox on the machine running the client and give it a try!

                                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            Sebastian Roth Moderator
                                            last edited by

                                            Marking this thread solved as I’ve tested netbooting virtualbox with version 5.0.0 and there seams to be no issue. Problem probably with older versions of virtualbox.

                                            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            168

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project