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

Erasing current MBR/GPT table issue

Scheduled Pinned Locked Moved Solved
FOG Problems
6
12
2.3k
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.
  • Y
    ykarami
    last edited by Jul 2, 2018, 2:11 PM

    Hello,

    I’m trying to deploy a Windows 10 image and fog gets stuck on Erasing current MBR/GPT table. I tried different computers and I get the same issue.

    I’m working on new HP desktops, with the same model numbers.

    Thank you in advance for your help!

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Jul 2, 2018, 2:13 PM

      This is not “stuck”. For some reason kernel 4.16.6 and possibly 4.17 have this issue.

      The point, here, is if you wait long enough, it will finish. If you downgrade your kernel to 4.15.2 (which can be done right from the FOG GUI) and restart your machines, you should no longer have this issue.

      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 1
      • G
        george1421 Moderator
        last edited by Jul 2, 2018, 2:19 PM

        Older fog kernels can be obtained here: https://fogproject.org/kernels/

        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!

        Y 1 Reply Last reply Jul 2, 2018, 2:40 PM Reply Quote 0
        • Y
          ykarami
          last edited by Jul 2, 2018, 2:29 PM

          I’m not seeing an option to downgrade the kernel. Could you please share some documentation with me for that or tell me where I can do it?

          1 Reply Last reply Reply Quote 0
          • Y
            ykarami @george1421
            last edited by Jul 2, 2018, 2:40 PM

            @george1421 I don’t have the option to upload it from the gui

            Q 1 Reply Last reply Jul 2, 2018, 2:46 PM Reply Quote 0
            • Q
              Quazz Moderator @ykarami
              last edited by Quazz Jul 2, 2018, 8:46 AM Jul 2, 2018, 2:46 PM

              @ykarami You can get a different kernel straight from the WebGUI under Kernel Update. Just pick a 4.15 version. Make sure to get bit the x86 and x64 version to support all your clients.

              Y 2 Replies Last reply Jul 2, 2018, 2:57 PM Reply Quote 1
              • Y
                ykarami @Quazz
                last edited by ykarami Jul 2, 2018, 9:02 AM Jul 2, 2018, 2:57 PM

                @quazz I keep getting this error message:

                Type: 8, File: /var/www/fog/lib/hooks/submenudata.hook.php, Line: 74, Message: Undefined index: node, Host: 192.168.9.100, Username: fog

                EDIT: Never mind, I got it to work

                1 Reply Last reply Reply Quote 0
                • Y
                  ykarami @Quazz
                  last edited by Jul 2, 2018, 3:20 PM

                  @quazz Thank you! the issue is resolved.

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by Jul 7, 2018, 8:02 PM

                    @ykarami Would you mind telling us what was wrong and how you solved the submenudata.hook.php, Line: 74, Message: Undefined index: node

                    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

                    T F 2 Replies Last reply Jul 7, 2018, 10:14 PM Reply Quote 0
                    • T
                      Tom Elliott @Sebastian Roth
                      last edited by Jul 7, 2018, 10:14 PM

                      @sebastian-roth Normally the messages correlate with user information being incorrect. The File it’s hanging on (the submenudata.hook.php, just happens to be a portion of where it failed, but most likely unrelated to the problem itself).

                      Of course, @ykarami please post what you did to solve the problem, it would help us and potentially other users as well.

                      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
                      • F
                        fogmania @Sebastian Roth
                        last edited by Jul 9, 2018, 12:38 PM

                        @sebastian-roth

                        I had the same issue with the slow Erasing current MBR/GPT table. I followed @Tom-Elliott advise of downgrading the kernel to 4.15.2 and now it is working without issues.

                        1 Reply Last reply Reply Quote 0
                        • S
                          Sebastian Roth Moderator
                          last edited by Oct 13, 2018, 7:06 AM

                          @fogmania @ykarami Good news to all of you, we have figured out what is causing the slowness and fixed it. It’s been a longer story [ref] - thanks again to @Quazz for doing lots of testing and finding very helpful stuff to figure this out!

                          As we have not had enough time to push for a new release yet you can simply update to the latest kernel and inits like this:

                          sudo -i
                          cd /var/www/fog/service/ipxe
                          mv bzImage bzImage.orig
                          wget https://fogproject.org/kernels/bzImage
                          mv bzImage32 bzImage32.orig
                          wget https://fogproject.org/kernels/bzImage32
                          mv init.xz init.xz.orig
                          wget https://fogproject.org/inits/init.xz
                          mv init_32.xz init_32.xz.orig
                          wget https://fogproject.org/inits/init_32.xz
                          

                          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 / 1
                          • First post
                            Last post

                          151

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project