• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.
  • A
    adi
    last edited by Oct 5, 2015, 3:15 AM

    Hi

    I got this error and attached is my log.pcaplog.pcap

    W 1 Reply Last reply Oct 5, 2015, 3:19 AM Reply Quote 0
    • W
      Wayne Workman @adi
      last edited by Oct 5, 2015, 3:19 AM

      @adi What version of FOG? What distribution and version of Linux? What model is the Host machine? UEFI or BIOS? Any specifics about the problem?

      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/

      A 1 Reply Last reply Oct 5, 2015, 4:01 AM Reply Quote 0
      • A
        adi @Wayne Workman
        last edited by Oct 5, 2015, 4:01 AM

        @Wayne-Workman

        fog 1.2.0
        Linuxmint(rafaela)
        HPcompaq Elite 8300

        I also test boot my virtualbox to network also got error…

        C 1 Reply Last reply Oct 5, 2015, 7:47 AM Reply Quote 0
        • C
          ch3i Moderator @adi
          last edited by Oct 5, 2015, 7:47 AM

          @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 Oct 6, 2015, 6:52 AM Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Oct 5, 2015, 1:11 PM

            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 Oct 6, 2015, 6:52 AM

              @ch3i

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

              C 1 Reply Last reply Oct 6, 2015, 6:54 AM Reply Quote 0
              • C
                ch3i Moderator @adi
                last edited by Oct 6, 2015, 6:54 AM

                @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 Oct 6, 2015, 7:00 AM Reply Quote 0
                • A
                  adi @ch3i
                  last edited by Oct 6, 2015, 7:00 AM

                  @ch3i 1.jpg

                  DHCP seems to be ok

                  C 2 Replies Last reply Oct 6, 2015, 7:03 AM Reply Quote 0
                  • C
                    ch3i Moderator @adi
                    last edited by Oct 6, 2015, 7:03 AM

                    @adi said:

                    @ch3i 1.jpg

                    DHCP seems to be ok

                    lol With this screenshot it’s ok 😉

                    1 Reply Last reply Reply Quote 0
                    • C
                      ch3i Moderator @adi
                      last edited by Oct 6, 2015, 7:03 AM

                      @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 Oct 6, 2015, 7:38 AM

                        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
                        • T
                          Tom Elliott
                          last edited by Oct 6, 2015, 2:37 PM

                          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 Oct 6, 2015, 7:32 PM

                            @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 Oct 8, 2015, 9:59 AM

                              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
                              • T
                                Tom Elliott
                                last edited by Oct 8, 2015, 11:30 AM

                                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 Oct 8, 2015, 2:28 PM

                                  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 Oct 8, 2015, 4:32 PM

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

                                    1 Reply Last reply Reply Quote 1
                                    • S
                                      Sebastian Roth Moderator
                                      last edited by Oct 8, 2015, 4:38 PM

                                      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 Oct 15, 2015, 2:05 AM Reply Quote 1
                                      • T
                                        Tom Elliott
                                        last edited by Oct 10, 2015, 3:16 AM

                                        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 Oct 15, 2015, 2:05 AM

                                          @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…

                                          W 1 Reply Last reply Oct 15, 2015, 2:58 AM Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            16/23
                                            Last post

                                          200

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project