<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Mac Problems]]></title><description><![CDATA[Technical help related to a Mac Problem.]]></description><link>http://forums.fogproject.org/category/23</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 02:19:07 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/category/23.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Apr 2026 12:03:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Subject: Imaging and Domain Integration for 44 M4 MacBooks (FOG &#x2F; Samba AD &#x2F; LDAP)]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">We are preparing a lab with 44 MacBooks (Apple M4, 16 GB RAM) and have a few infrastructure requirements:</p>
<p dir="auto">We need the Macs to authenticate against our Samba Active Directory (LDAP/Kerberos) domain.<br />
We would like to understand whether FOG Project can clone a macOS image and replicate it across the other machines, since all devices share the same hardware configuration.<br />
If FOG is not suitable for this scenario, we would appreciate recommendations for tools or methods that can help us deploy a standardized macOS image to all machines.<br />
This imaging/deployment process is performed once every semester, so we are looking for a reliable and repeatable solution.</p>
<p dir="auto">Could you please advise on the feasibility of this approach and suggest best practices or tools for mass deployment and domain integration in this context?</p>
<p dir="auto">Thank you.</p>
]]></description><link>http://forums.fogproject.org/topic/18144/subject-imaging-and-domain-integration-for-44-m4-macbooks-fog-samba-ad-ldap</link><guid isPermaLink="true">http://forums.fogproject.org/topic/18144/subject-imaging-and-domain-integration-for-44-m4-macbooks-fog-samba-ad-ldap</guid><dc:creator><![CDATA[lucasgfaj]]></dc:creator><pubDate>Thu, 02 Apr 2026 12:03:56 GMT</pubDate></item><item><title><![CDATA[Boot PXE on iMac 14.3 (catalina)]]></title><description><![CDATA[<p dir="auto">Hello everyone,</p>
<p dir="auto">As I work at a secondary school, I was able to get hold of some Catalina iMacs (iMac 14.3).<br />
I already use FOG to deploy Windows and Linux images on PCs.</p>
<p dir="auto">I would like to deploy a LinuxMint image on these iMacs.</p>
<p dir="auto">However, I am unable to boot into PXE on them with FOG, and I do not know what is wrong.</p>
<p dir="auto">I modified my DHCP server as follows:</p>
<pre><code>## FOG
class "UEFI-32-1" {
match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00006";
filename "i386-efi/ipxe.efi";
}

class "UEFI-32-2" {
match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00002";
filename "i386-efi/ipxe.efi";
}

class "UEFI-64-1" {
match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00007";
filename "ipxe.efi";
}

class "UEFI-64-2" {
match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00008";
filename "ipxe.efi";
}

class "UEFI-64-3" {
match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00009";
filename "ipxe.efi";
}

class "Apple-Intel-Netboot" {
    match if substring (option vendor-class-identifier, 0, 14) = "AAPLBSDPC/i386";
    option dhcp-parameter-request-list 1,3,17,43,60;
    if (option dhcp-message-type = 8) {
            option vendor-class-identifier "AAPLBSDPC";
            if (substring(option vendor-encapsulated-options, 0, 3) = 01:01:01) {
                # BSDP List
                option vendor-encapsulated-options 01:01:01:04:02:80:00:07:04:81:00:05:2a:09:0D:81:00:05:2a:08:69:50:58:45:2d:46:4f:47;
                }
            elsif (substring(option vendor-encapsulated-options, 0, 3) = 01:01:02) {
                #BSDP Select
                option vendor-encapsulated-options 01:01:02:08:04:81:00:05:2a:82:0a:4e:65:74:42:6f:6f:74:30:30:31;
                # filename "i386-efi/ipxe.efi";
                filename "snp.efi";
                }
            }
        }

class "Legacy" {
match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00000";
filename "undionly.kkpxe";
}

### END FOG

</code></pre>
<p dir="auto">I tested ipxe.efi in 64-bit and 32-bit, as well as snp.efi, but it still doesn’t work. I get some kind of spinning planet when I try to boot.</p>
<p dir="auto">I admit I don’t fully understand the documentation page: <a href="https://wiki.fogproject.org/wiki/index.php/FOG_on_a_MAC" target="_blank" rel="noopener noreferrer nofollow ugc">https://wiki.fogproject.org/wiki/index.php/FOG_on_a_MAC</a></p>
<p dir="auto">Thanks in advance!</p>
]]></description><link>http://forums.fogproject.org/topic/18010/boot-pxe-on-imac-14-3-catalina</link><guid isPermaLink="true">http://forums.fogproject.org/topic/18010/boot-pxe-on-imac-14-3-catalina</guid><dc:creator><![CDATA[Bristow 0]]></dc:creator><pubDate>Mon, 06 Oct 2025 09:58:24 GMT</pubDate></item><item><title><![CDATA[Newbie to imagin Mac&#x27;s and pxe booting in general]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a> Hi,</p>
<p dir="auto">Thanks for your reply.  Its strange.  I am working with (almost exclusively) early 2012 hardware.  My older Imacs 2009-2011 afaict pxe boot fine image with FOG w/o issue.  The problem comes along when, I try to image our macbooks.  They display different levels of progress before they flat out hang.  I had one mbpx,y I’m almost sure it was a 3rd gen intel just can’t find it right now.  I may be being processed to go out the door to our clients.</p>
<p dir="auto">Yes the 2019 verison of ipxe was executed from a boot of clonezill 3.1.x  the version I would attempt to boot from ventory stick or from an imaged usb stick would display an error regarding not having efi capability and/or hang or return to the ventoy menu.  If I just let them be long enough the MBP would just restart.</p>
<p dir="auto">So I did attempted to roll my own and ran into the same problem with the oobox downloadable iso/zip file.  Hang…  I am researching w/o much success with how clonezilla compiled their ipxe menu entry or how to just plain add efi capability to ipxe.iso/zip and burn it to a usb stick.  I just am not knowledable enough to formulate a good question or find what I am looking for (cause I don’t know:))</p>
<p dir="auto">So thanks again for your reply.  I have a large donations of older MBP’s coming just before the holidays and I would lik to be able to make it rain.</p>
<p dir="auto">Regards,</p>
]]></description><link>http://forums.fogproject.org/topic/17752/newbie-to-imagin-mac-s-and-pxe-booting-in-general</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17752/newbie-to-imagin-mac-s-and-pxe-booting-in-general</guid><dc:creator><![CDATA[Mr_____T]]></dc:creator><pubDate>Sat, 30 Nov 2024 22:05:41 GMT</pubDate></item><item><title><![CDATA[mac-boot - Will this be updated to accomadate T2 chips?]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a></p>
<p dir="auto">Thanks George. No but I will now that I have time machine back ups. Can I use mac-boot to create the stick then just update those 2 things?</p>
]]></description><link>http://forums.fogproject.org/topic/17494/mac-boot-will-this-be-updated-to-accomadate-t2-chips</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17494/mac-boot-will-this-be-updated-to-accomadate-t2-chips</guid><dc:creator><![CDATA[Fog_Newb]]></dc:creator><pubDate>Wed, 05 Jun 2024 16:43:45 GMT</pubDate></item><item><title><![CDATA[Deploying to paralells, cant ping fog server]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">I have a bridged network VM on Parallels on MacOS, it boots into the fog menu fine but when I try to run anything that needs bzimage or boot.php it is unable to connect to the fog server and the connection times out. From the IPXE shell the fog server is not pingable either.</p>
<p dir="auto">Unsure as to why there is any difference between my vmware VM’s and baremetal machines which are deploying fine, there isn’t any firewall on the iMac. The fog web interface is accessible and I can browse to the target files</p>
<p dir="auto">Thanks for any suggestions<br />
-Tauric</p>
<p dir="auto">Edit: Resolved now, it was a driver issue</p>
]]></description><link>http://forums.fogproject.org/topic/17129/deploying-to-paralells-cant-ping-fog-server</link><guid isPermaLink="true">http://forums.fogproject.org/topic/17129/deploying-to-paralells-cant-ping-fog-server</guid><dc:creator><![CDATA[Tauric]]></dc:creator><pubDate>Tue, 05 Dec 2023 11:13:25 GMT</pubDate></item><item><title><![CDATA[What do I rename the T2 bzimage file to for reliable mac OS capture and restores?]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/28061">@Sebastian-Roth</a> Yes. Thanks</p>
]]></description><link>http://forums.fogproject.org/topic/16770/what-do-i-rename-the-t2-bzimage-file-to-for-reliable-mac-os-capture-and-restores</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16770/what-do-i-rename-the-t2-bzimage-file-to-for-reliable-mac-os-capture-and-restores</guid><dc:creator><![CDATA[Fog_Newb]]></dc:creator><pubDate>Tue, 28 Mar 2023 01:58:34 GMT</pubDate></item><item><title><![CDATA[Apple Silicon M1 Mac - Is fog project able to join domain or rename hostname for M1 Mac?]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/45908">@pjv</a> While the fog-client has an implementation for AD join and rename (<a href="https://github.com/FOGProject/fog-client/blob/master/Modules/HostnameChanger/Mac/MacHostName.cs" target="_blank" rel="noopener noreferrer nofollow ugc">see code</a>) I am not sure this is working. The C# code actually calls a bash script (<a href="http://osxbind.sh" target="_blank" rel="noopener noreferrer nofollow ugc">osxbind.sh</a>) which I have no idea about.</p>
]]></description><link>http://forums.fogproject.org/topic/16718/apple-silicon-m1-mac-is-fog-project-able-to-join-domain-or-rename-hostname-for-m1-mac</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16718/apple-silicon-m1-mac-is-fog-project-able-to-join-domain-or-rename-hostname-for-m1-mac</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Thu, 02 Mar 2023 05:34:58 GMT</pubDate></item><item><title><![CDATA[Boot pxe from partition instead of USB]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/28061">@Sebastian-Roth</a> said in <a href="/post/151368">Boot pxe from partition instead of USB</a>:</p>
<blockquote>
<p dir="auto"><a href="https://wiki.fogproject.org/wiki/index.php?title=FOG_on_a_MAC#Using_bless" target="_blank" rel="noopener noreferrer nofollow ugc">https://wiki.fogproject.org/wiki/index.php?title=FOG_on_a_MAC#Using_bless</a></p>
</blockquote>
<p dir="auto">I understand the bless comand but will this not change the boot partition permanently? I dont have a problem to boot from the right partion.</p>
<p dir="auto">Hi,</p>
<p dir="auto">no I have the time to deal with this problem again.</p>
<p dir="auto">Again further details how I have done it:</p>

made a fat 32 partition in my intel iMac
copied all the files from my working USB-Boot-Stick to the partition
Started the mac by holding the option key
No I could choice the boot partition (my new Fat 32 boot partition with all files from the working usb-boot-stick)
got the eror:<br />
app.efi: LocateProtocoll(AppleLogging) succeeded<br />
error: no such partition

<p dir="auto">could it be that there have to be done other work that the fat32 boot partition will find the exact file to boot.<br />
I have made the USB-boot sticks with Rufus. I dont kow if there were made changes by rufus.</p>
<p dir="auto">thank you very much.<br />
Mathew</p>
]]></description><link>http://forums.fogproject.org/topic/16714/boot-pxe-from-partition-instead-of-usb</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16714/boot-pxe-from-partition-instead-of-usb</guid><dc:creator><![CDATA[RTOadmin]]></dc:creator><pubDate>Fri, 24 Feb 2023 13:34:09 GMT</pubDate></item><item><title><![CDATA[Apple Silicon M1 Mac - Is it possible to boot from PXE?]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I’m trying to PXE these Apple M1s using asahi, u-boot and the Fos USB stick. Has anyone succeeded yet?<br />
For now, I can launch a ipxe.efi but have a crash after the second line (“Features: DNS, HTTP…”)</p>
<p dir="auto">Thanks a lot 🙂</p>
]]></description><link>http://forums.fogproject.org/topic/16627/apple-silicon-m1-mac-is-it-possible-to-boot-from-pxe</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16627/apple-silicon-m1-mac-is-it-possible-to-boot-from-pxe</guid><dc:creator><![CDATA[ingemedia]]></dc:creator><pubDate>Wed, 07 Dec 2022 09:57:40 GMT</pubDate></item><item><title><![CDATA[Realizando imagen de MAC]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/46753">@thedark5776</a> said in <a href="/post/150599">Realizando imagen de MAC</a>:</p>
<blockquote>
<p dir="auto">So in order for the Mac to connect to the FOG server, does Fog have to handle DCHP itself?</p>
</blockquote>
<p dir="auto">No. You can try to make your existing DHCP server to properly answer the Mac bootp protocol or use other methods like “bless” (see mentioned wiki article) or USB boot (George’s answer). I don’t have a Mac myself for testing so this is all just from information gathered over the years.</p>
]]></description><link>http://forums.fogproject.org/topic/16597/realizando-imagen-de-mac</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16597/realizando-imagen-de-mac</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Tue, 15 Nov 2022 18:14:52 GMT</pubDate></item><item><title><![CDATA[UGH T2 Chip nightmare - Anyone using FOG with T2 macs]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a> Cool. Is the T2 Kernel known to address this specific issue?</p>
]]></description><link>http://forums.fogproject.org/topic/16570/ugh-t2-chip-nightmare-anyone-using-fog-with-t2-macs</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16570/ugh-t2-chip-nightmare-anyone-using-fog-with-t2-macs</guid><dc:creator><![CDATA[Fog_Newb]]></dc:creator><pubDate>Fri, 04 Nov 2022 01:46:54 GMT</pubDate></item><item><title><![CDATA[MAC address captured during registration is different than actual MAC address.]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/28061">@sebastian-roth</a> That is on the list of things to do next.</p>
]]></description><link>http://forums.fogproject.org/topic/16482/mac-address-captured-during-registration-is-different-than-actual-mac-address</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16482/mac-address-captured-during-registration-is-different-than-actual-mac-address</guid><dc:creator><![CDATA[Fog_Newb]]></dc:creator><pubDate>Sat, 03 Sep 2022 03:33:01 GMT</pubDate></item><item><title><![CDATA[Can&#x27;t get to FOG booting from USB Boot UEFI client]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a> Awesome - this worked. It booted from the stick fine and I was able to perform a quick registration. I started to capture the drive and it worked up until it came to the APFS portion. I ran into the apfsclone.c: bitmap error, like with the hackintosh.</p>
]]></description><link>http://forums.fogproject.org/topic/16468/can-t-get-to-fog-booting-from-usb-boot-uefi-client</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16468/can-t-get-to-fog-booting-from-usb-boot-uefi-client</guid><dc:creator><![CDATA[Fog_Newb]]></dc:creator><pubDate>Thu, 25 Aug 2022 23:50:39 GMT</pubDate></item><item><title><![CDATA[Capturing Image on Imac with OS X and bootcamp]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I want to capture and deploy iMacs with 2 Partitions</p>
<p dir="auto">Windows 10 (bootcamp) and OS X</p>
<p dir="auto">Can you give me some informations what I should select for the image caputring  Operating System, ImageType (singeDisk…sectorbysector), Partiton…</p>
<p dir="auto">And which setting than to deploy the Image.</p>
<p dir="auto">Is it possible to assign the bootcamp to my local activeDirectory Domain after deployment?</p>
<p dir="auto">Thank you very much.</p>
]]></description><link>http://forums.fogproject.org/topic/16067/capturing-image-on-imac-with-os-x-and-bootcamp</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16067/capturing-image-on-imac-with-os-x-and-bootcamp</guid><dc:creator><![CDATA[RTOadmin]]></dc:creator><pubDate>Fri, 18 Feb 2022 17:35:19 GMT</pubDate></item><item><title><![CDATA[Boot into FOG on iMac 18,1 with Boot Image or boot Partition]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a><br />
I saw that the boot stick has a masterboot record and the drive in the imac is GPT.<br />
Could you imagine that this is the Problem why the FOS linux didnt boot?</p>
]]></description><link>http://forums.fogproject.org/topic/16016/boot-into-fog-on-imac-18-1-with-boot-image-or-boot-partition</link><guid isPermaLink="true">http://forums.fogproject.org/topic/16016/boot-into-fog-on-imac-18-1-with-boot-image-or-boot-partition</guid><dc:creator><![CDATA[RTOadmin]]></dc:creator><pubDate>Tue, 01 Feb 2022 19:49:40 GMT</pubDate></item><item><title><![CDATA[Problems installing Fog client in OSX]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/42414">@Matthew-Wyneken</a> I have never tried the fog-client on Mac OS X myself I have to say. It’s been other developers working on this part. Though I am wondering if the instructions given in the wiki are not up to date anymore and if we should update documentation?</p>
<p dir="auto">Would you be so kind and let us know what steps you took and what is missing in the documentation?</p>
]]></description><link>http://forums.fogproject.org/topic/15692/problems-installing-fog-client-in-osx</link><guid isPermaLink="true">http://forums.fogproject.org/topic/15692/problems-installing-fog-client-in-osx</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Wed, 25 Aug 2021 15:31:32 GMT</pubDate></item><item><title><![CDATA[2021 Mac Imaging?]]></title><description><![CDATA[<p dir="auto">UPDATE –</p>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/38941">@astrugatch</a></p>
<p dir="auto">I just wanted to follow up on this.  I realize this thread is ancient but I feel this is still very much relevant.  We ended up going with Mosyle (PAID) for our MAC / Apple MDM.  We are unhappy with it.  It does not meet either myself or the instructors expectations.</p>
<p dir="auto">You are 100% correct, Mosyle does not meet the expectations of a true MDM.  It’s clunky and the support is not great.  I have not looked at munki yet but am going to pursue that to try and make the most of what we have.  I am also looking at another product called FileWave, which is supposed to work very well with pretty much every platform (minus Linux).  FileWave is a paid service / subscription.</p>
<p dir="auto">Thanks again!</p>
]]></description><link>http://forums.fogproject.org/topic/15630/2021-mac-imaging</link><guid isPermaLink="true">http://forums.fogproject.org/topic/15630/2021-mac-imaging</guid><dc:creator><![CDATA[Joe Gill]]></dc:creator><pubDate>Wed, 28 Jul 2021 15:18:48 GMT</pubDate></item><item><title><![CDATA[2019 Macbook Air PXE woes]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/44241">@Smoblikat</a> Well that sounds not too bad. Got an address from the DHCP?! Wow! Did you see that communication in Wireshark?</p>
<p dir="auto">With FOG you’d run: chain tftp://x.x.x.x/default.ipxe (put in the FOG server IP instead of x.x.x.x…)</p>
]]></description><link>http://forums.fogproject.org/topic/14998/2019-macbook-air-pxe-woes</link><guid isPermaLink="true">http://forums.fogproject.org/topic/14998/2019-macbook-air-pxe-woes</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Thu, 10 Dec 2020 15:28:13 GMT</pubDate></item><item><title><![CDATA[OSx won&#x27;t load after Macbook Pro is imaged. Get &#x27;Cross-out&#x27; symbol on boot]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/43897">@smoooo</a> I replied to your pm with the script I use to expand OSX partitions.</p>
<p dir="auto">Also, the prohibitory symbol (crossed out circle) could also mean an incompatible OS for the hardware, I do a little bit with snow leopard to make it work on unsupported hardware, and it usually involves a kernel swap at a minimum to get old OS’s booting on new hardware.</p>
<p dir="auto">Not sure if youre still having issues with corestorage or not, but “diskutil cs list” will show you your corestorage groups, which would typically need to be deleted before cloning or modifying partitions (you would get the prohibitory symbol from this too).</p>
<p dir="auto">Also, just as a random tidbit, you can install OSX on an HFS+ disk all the way up to 10.13 (never tested 10.14+, might still work) if you run the installer from the commandline and use the</p>
<p dir="auto">–converttoapfs NO</p>
<p dir="auto">switch for the installer. This might give you a LITTLE bit more flexibility as far as being able to read partitions/volumes from linux utilities (APFS support is much harder to come by).</p>
]]></description><link>http://forums.fogproject.org/topic/14816/osx-won-t-load-after-macbook-pro-is-imaged-get-cross-out-symbol-on-boot</link><guid isPermaLink="true">http://forums.fogproject.org/topic/14816/osx-won-t-load-after-macbook-pro-is-imaged-get-cross-out-symbol-on-boot</guid><dc:creator><![CDATA[Smoblikat]]></dc:creator><pubDate>Thu, 08 Oct 2020 23:00:50 GMT</pubDate></item><item><title><![CDATA[FOG Imaging - MacBook Air (9.1, Retina 13 inch, 2020, MacOS 10.15.3, Catalina)]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a> thanks for your reply, i will retest as per your instructions</p>
]]></description><link>http://forums.fogproject.org/topic/14740/fog-imaging-macbook-air-9-1-retina-13-inch-2020-macos-10-15-3-catalina</link><guid isPermaLink="true">http://forums.fogproject.org/topic/14740/fog-imaging-macbook-air-9-1-retina-13-inch-2020-macos-10-15-3-catalina</guid><dc:creator><![CDATA[kudlab]]></dc:creator><pubDate>Sun, 13 Sep 2020 17:10:01 GMT</pubDate></item><item><title><![CDATA[Fog Imaging on Macbook Pro 2019 model # : A2141 -- identifier Macbook 16,1 -- Can not find hard drive]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a> It looks like the apple T2 chips encrypt the drives at rest, but only 2 or 3 of the 5 partitions for the apfs volume. not sure if anyone knew of a way to bypass this from happening. I am able to boot the mac after transferring but looks like it loses all user information and can not login.</p>
]]></description><link>http://forums.fogproject.org/topic/14736/fog-imaging-on-macbook-pro-2019-model-a2141-identifier-macbook-16-1-can-not-find-hard-drive</link><guid isPermaLink="true">http://forums.fogproject.org/topic/14736/fog-imaging-on-macbook-pro-2019-model-a2141-identifier-macbook-16-1-can-not-find-hard-drive</guid><dc:creator><![CDATA[awren]]></dc:creator><pubDate>Fri, 11 Sep 2020 21:30:58 GMT</pubDate></item><item><title><![CDATA[Clear block out of boundary]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/44041">@saftkartoffel</a> <a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/42553">@kudlab</a> While I can’t test USB booting here in my VM setup quickly I would ask you guys to try out using the last menu point from your USB key GRUB menu 8. FOG iPXE Jumpstart EFI after you’ve scheduled a multicast task.</p>
]]></description><link>http://forums.fogproject.org/topic/14734/clear-block-out-of-boundary</link><guid isPermaLink="true">http://forums.fogproject.org/topic/14734/clear-block-out-of-boundary</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Wed, 09 Sep 2020 13:38:58 GMT</pubDate></item><item><title><![CDATA[下载镜像后的苹果电脑没有用户名]]></title><description><![CDATA[<p dir="auto">I don’t think this is a FOG problem. FOG is moving the files from the source computer to the target computer and the target computer boots OK. The problem you see is inside OSX itself. FOG doesn’t step inside the target OS. The only way it can do this is with the FOG Client and that is only to change the workstation name or deploy applications.</p>
<p dir="auto">Understand the next thing I say is a guess because I don’t know. Its possible that Microsoft has connected user management or maybe password management to the T2 chip. Its possible with a different T2 chip it also protects/encrypts the password file. It may also be possible that changing the computer name does something unexpected with the user accounts. I don’t use Apple computers so I don’t have any experience with them.</p>
<p dir="auto">From a debugging standpoint, we know that FOS Linux can access the hard drive of the Apple computer (because it can send a computer image). You may be able to use debug mode to access files on the target computer. I don’t know what you can do to reset the password externally but if you need to do things on a file level you can do this with FOS Linux. If you find a solution in debug mode then possibly you can write a FOG Post Install Script to apply those same settings during image deployment.</p>
]]></description><link>http://forums.fogproject.org/topic/14669/下载镜像后的苹果电脑没有用户名</link><guid isPermaLink="true">http://forums.fogproject.org/topic/14669/下载镜像后的苹果电脑没有用户名</guid><dc:creator><![CDATA[george1421]]></dc:creator><pubDate>Fri, 14 Aug 2020 10:40:37 GMT</pubDate></item><item><title><![CDATA[将版本由原1.5.4升级至1.5.8后，在新版本环境下制作的新的U盘在新版MacBook上无法使用]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/43538">@zyzhang</a> That is good news. It took us a while to get success and joy but now it sounds like its working as it should.</p>
]]></description><link>http://forums.fogproject.org/topic/14648/将版本由原1-5-4升级至1-5-8后-在新版本环境下制作的新的u盘在新版macbook上无法使用</link><guid isPermaLink="true">http://forums.fogproject.org/topic/14648/将版本由原1-5-4升级至1-5-8后-在新版本环境下制作的新的u盘在新版macbook上无法使用</guid><dc:creator><![CDATA[george1421]]></dc:creator><pubDate>Wed, 05 Aug 2020 02:37:25 GMT</pubDate></item></channel></rss>