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

    MAC - Could not configure console: Error 0x7f4ce08e

    Scheduled Pinned Locked Moved
    Mac Problems
    mac ipxe tftp tftpboot
    4
    25
    8.9k
    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.
    • S
      Sebastian Roth Moderator
      last edited by Sebastian Roth

      @Quazz Why do you think he has two DHCP servers? From what I see the client has two NICs - which does not have to be a problem.

      @melvinpaz The PHP files seem to be version 1.2.0 but the iPXE version number and embedded script behavior are definitely not FOG 1.2.0. I guess you have updated your iPXE binaries by hand. This is not a problem. Just important information for us to be able to help you.

      At this point iPXE is usually trying to load the linux kernel. Seeing the iPXE feature header I know this is UEFI iPXE binary. So I guess you are still using the default linux kernel version that comes with FOG 1.2.0 - which does not have EFI_STUB. Please go to FOG Configuration -> Kernel update and get a newer kernel installed. This should get rid of the error I suppose.

      Note to myself: Should add this to the wiki article on boot issues I am working on!

      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

      Q 1 Reply Last reply Reply Quote 0
      • Q
        Quazz Moderator @Sebastian Roth
        last edited by

        @Sebastian-Roth I thought the clients only asked for manual TFTP information if there’s either a problem with the DHCP server (which would make little sense as it wouldn’t be able to reach this stage) or if there’s something fishy going on on the network (typically DHCP servers giving out the same options)

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

          @Quazz Do we see the same information? I don’t see anything about manual TFTP information in this posting… please point me to it!

          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

          Q 1 Reply Last reply Reply Quote 0
          • Q
            Quazz Moderator @Sebastian Roth
            last edited by

            @Sebastian-Roth It happens right after the first “Could not open net0” in the screenshot (third line in the original post of the screenshot)

            1 Reply Last reply Reply Quote 0
            • M
              melvinpaz @Quazz
              last edited by

              @Quazz
              ###########
              Je ne sais pas si c’est ce que tu m’as demandé mais voici
              ###########
              I do not know if that’s what you asked but here

              0_1462807531278_Capture d’écran 2016-05-09 à 17.24.07.png

              ###########
              Si vous avez besoin de plus d’info n’hésitez pas
              ###########
              If you need more info please

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

                @melvinpaz Please read my other post about updating the kernel!

                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

                  I just updated the wiki. Please see if that is of any help to you: https://wiki.fogproject.org/wiki/index.php?title=Booting_into_FOG_and_Uploading_your_first_Image#Exec_format_error

                  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

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    melvinpaz @Sebastian Roth
                    last edited by

                    @Sebastian-Roth

                    ##############
                    Voici ce que j’obtiens
                    ##############
                    Here’s what I get

                    fog@fog-P5QL-PRO:~$ file /var/www/fog/service/ipxe/bzImage
                    /var/www/fog/service/ipxe/bzImage: x86 boot sector
                    

                    0_1462868707571_Capture d’écran 2016-05-10 à 10.22.07.png

                    0_1462868722460_Capture d’écran 2016-05-10 à 10.22.24.png

                    ##############
                    Dois-je suivre ce tutoriel https://wiki.fogproject.org/wiki/index.php/Build_TomElliott_Kernel car la mise à jour dans la page web ne fonctionne pas et je ne sais pas comment la forcer ?
                    ##############
                    Should I follow this tutorial https://wiki.fogproject.org/wiki/index.php/Build_TomElliott_Kernel for updating the web page does not and I do not know how the force ?

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

                      ##############
                      Voici la version de ma machine

                      fog@fog-P5QL-PRO:~$ uname -a
                      Linux fog-P5QL-PRO 4.2.0-36-generic #41~14.04.1-Ubuntu SMP Tue Apr 19 17:04:05 UTC 2016 i686 i686 i686 GNU/Linux
                      

                      ##############
                      HERE machine version to my

                      fog@fog-P5QL-PRO:~$ uname -a
                      Linux fog-P5QL-PRO 4.2.0-36-generic #41~14.04.1-Ubuntu SMP Tue Apr 19 17:04:05 UTC 2016 i686 i686 i686 GNU/Linux
                      
                      1 Reply Last reply Reply Quote 0
                      • S
                        Sebastian Roth Moderator
                        last edited by

                        @melvinpaz Seems like not all linux distos come with a proper file command. Unfortunately yours does not show the kernel version!

                        On the kernel update web gui you should see the currently installed kernel version and should be able to select a newer one from the “Published Kernels” drop down list to install.

                        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
                        • M
                          melvinpaz
                          last edited by

                          ###########
                          Bonjour

                          Je suis actuellement en train de réinstaller le système d’exploitation. De mémoire je ne pouvais pas sélectionner de version, j’avais seulement 2 option de disponible. Dès que tout est réinstallé je vous fais une capture d’écran
                          ###########
                          Hello

                          I am currently in the process of reinstalling the operating system. From memory I could not select version, I had only two options available. Once everything is reinstalled I make you a screenshot

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

                            ################
                            Bonjour
                            Je le peux pas sélectionner de kernel comme vu dans la capture d’écran
                            ################
                            Hy
                            I can not select a kernel as seen in the screenshot

                            0_1462891137371_Capture d’écran 2016-05-10 à 16.38.41.png

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

                              @melvinpaz are you behind a proxy?

                              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
                              • M
                                melvinpaz
                                last edited by

                                Yes i am behind a proxy

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

                                  ###########
                                  Bonjour
                                  C’est bon je viens de rentré le proxy et j’ai pu sélectionner le dernier kernel mais j’ai ce message d’erreur qui est apparue ?
                                  ###########
                                  Hy
                                  It’s good I have just returned proxy and I could select the last kernel got this error message appear?

                                  0_1462892585907_Capture d’écran 2016-05-10 à 17.01.48.png

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

                                    ##########
                                    Bonjour
                                    C’est bon j’ai trouvé la solution sur ce post https://forums.fogproject.org/topic/5248/svn-3570-ftp-kernel-download-error/2 encore merci de votre aide on peut passer ce post en résolue car il est partie dans tous les sens dès que j’ai un autre problème je posterai sur le forum
                                    ##########

                                    Hy
                                    It’s good I found the solution on this post https://forums.fogproject.org/topic/5248/svn-3570-ftp-kernel-download-error/2 again thank you for your help we can pass this post resolved in part because it is in every way as soon as I have another problem I will post on the forum

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

                                      @melvinpaz Does this mean I was right and you can now properly PXE boot the client??

                                      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
                                      • M
                                        melvinpaz
                                        last edited by

                                        Bonjour @Sebastian-Roth

                                        Mon problème était bien la version du kernel mais pour mettre à jour le kernel il fallait que je rentre le proxy donc oui tu avais raison.

                                        Maintenant j’ai un nouveau problème voici le message d’erreur

                                        ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)
                                        

                                        ############
                                        Hello @Sebastian-Roth

                                        My problem was indeed the version of the kernel but to update the kernel I had returned the proxy so yes you were right.

                                        Now I have a new problem here is the error message

                                        ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • 1
                                        • 2
                                        • 1 / 2
                                        • First post
                                          Last post

                                        164

                                        Online

                                        12.0k

                                        Users

                                        17.3k

                                        Topics

                                        155.2k

                                        Posts
                                        Copyright © 2012-2024 FOG Project