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

What do I rename the T2 bzimage file to for reliable mac OS capture and restores?

Scheduled Pinned Locked Moved Solved
Mac Problems
3
13
1.5k
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.
  • F
    Fog_Newb
    last edited by Fog_Newb Mar 27, 2023, 8:09 PM Mar 28, 2023, 1:58 AM

    Greetings,

    With some instructions given from another member of the forum, I was able to create a FOG boot USB for mac OS. However, I ran into problem when deploying captured images. After deploying a captured imaged onto the same mac, I would get an error :Administrator account not found.

    Further help revealed this shouldn’t be an issue if the T2 kernel is in place. I have a T2 kernel on the boot USB stick an I would like to know if this is the latest one, what I should rename it to? Should I place it on the FOG server and then specify the host to use that bzimage for the mac host?

    Here is where it is currently placed on the USB stick. How and where should it be placed / named on the USB boot device and or FOG server? alt text

    Thank you

    1 Reply Last reply Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Mar 30, 2023, 5:22 AM

      @Fog_Newb It’s probably a good idea you find those other topics mentioned and post the links here so everyone can look up the context.

      The 5.15.19 kernel is definitely not the very latest. But if this is working for you it’s not something I would worry about too much at the moment.

      All the kernel binaries on a FOG server reside in /var/www/html/fog/service/ipxe/. Copy the T2 kernel binary to that directory and leave it named as is. Then edit the host settings of this Mac you want to PXE boot in the FOG web UI and set this exact filename (case needs to be correct!) as Host Kernel.

      While writing this I wonder if you will be able to PXE boot that T2 Mac at all. Wasn’t that an issue and the reason for creating a boot USB stick in the first place??

      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

      G F 2 Replies Last reply Mar 30, 2023, 9:25 AM Reply Quote 0
      • G
        george1421 Moderator @Sebastian Roth
        last edited by Mar 30, 2023, 9:25 AM

        @Sebastian-Roth FWIW, I read (somewhere) the Mac T2 compatibility was going mainstream in the 6.x series of linux kernels, so this one-off patched version shouldn’t be necessary once we have the linux kernel 6.x version in FOS Linux. It looks like 6.1.x is in long term support now.

        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!

        F 1 Reply Last reply Apr 7, 2023, 12:46 AM Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by Mar 30, 2023, 10:55 AM

          @george1421 said in What do I rename the T2 bzimage file to for reliable mac OS capture and restores?:

          FWIW, I read (somewhere) the Mac T2 compatibility was going mainstream in the 6.x series of linux kernels, so this one-off patched version shouldn’t be necessary once we have the linux kernel 6.x version in FOS Linux.

          Nice!!! We were going to bring out a first 6.x kernel soon anyway. Will post here when it’s done.

          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

          F 1 Reply Last reply Apr 15, 2023, 7:33 AM Reply Quote 1
          • S
            Sebastian Roth Moderator
            last edited by Mar 31, 2023, 9:36 AM

            @Fog_Newb Here you go: https://github.com/FOGProject/fos/releases/tag/20230331

            Be aware those kernels are untested so far. I dod not have the time to even do the simplest bootup test.

            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

            F 1 Reply Last reply Apr 7, 2023, 12:38 AM Reply Quote 0
            • F
              Fog_Newb @Sebastian Roth
              last edited by Apr 7, 2023, 12:38 AM

              @Sebastian-Roth

              Thanks, I will replace the ones on the FOG server and the USB stick, with them.

              1 Reply Last reply Reply Quote 0
              • F
                Fog_Newb @Sebastian Roth
                last edited by Apr 7, 2023, 12:46 AM

                @Sebastian-Roth said in What do I rename the T2 bzimage file to for reliable mac OS capture and restores?:

                links here so everyone can look up the context.

                Thanks
                Yes, I needed the USB stick to PXE boot the T2 mac. It worked great and could capture and deploy no problem but…

                https://forums.fogproject.org/topic/16570/ugh-t2-chip-nightmare-anyone-using-fog-with-t2-macs/

                Here are some previous threads where it all started.

                https://forums.fogproject.org/topic/16482/mac-address-captured-during-registration-is-different-than-actual-mac-address/

                https://forums.fogproject.org/topic/16468/can-t-get-to-fog-booting-from-usb-boot-uefi-client

                The MAC address thing is so weird and I’m kind of afraid to test anything in fear of No Administrator Account found

                1 Reply Last reply Reply Quote 0
                • F
                  Fog_Newb @george1421
                  last edited by Apr 7, 2023, 12:46 AM

                  @george1421

                  Oooh cool!

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by Apr 9, 2023, 8:30 PM

                    @Fog_Newb said in What do I rename the T2 bzimage file to for reliable mac OS capture and restores?:

                    It worked great and could capture and deploy no problem but…

                    Are you sure this is because of the new 6.x FOS 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

                    F 1 Reply Last reply Apr 15, 2023, 7:32 AM Reply Quote 0
                    • F
                      Fog_Newb @Sebastian Roth
                      last edited by Apr 15, 2023, 7:32 AM

                      @Sebastian-Roth No, I wasn’t using the 6x kernel. This was using the T2 kernel that was going around a while back.

                      1 Reply Last reply Reply Quote 0
                      • F
                        Fog_Newb @Sebastian Roth
                        last edited by Apr 15, 2023, 7:33 AM

                        @Sebastian-Roth

                        I can’t wait!

                        1 Reply Last reply Reply Quote 0
                        • S
                          Sebastian Roth Moderator
                          last edited by Apr 18, 2023, 5:22 AM

                          @Fog_Newb Can we mark this solved then?

                          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

                          F 1 Reply Last reply Apr 28, 2023, 3:24 AM Reply Quote 0
                          • F
                            Fog_Newb @Sebastian Roth
                            last edited by Apr 28, 2023, 3:24 AM

                            @Sebastian-Roth Yes. Thanks

                            1 Reply Last reply Reply Quote 0
                            • [[undefined-on, S Sebastian Roth, May 1, 2023, 7:06 AM]]
                            • 1 / 1
                            • First post
                              Last post

                            155

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project