Need Help Imaging Macs
-
Hello,
I just installed FOG today and was able to make and deploy a Windows 10 image with no problem. Now I have moved on to trying to make a Mac image and I can not figure out how to get my Mac to book to the Fog server. I am not sure if my network admins allow the PXE boot to work so I would like to use USB keys for now. How can I set up a USB drive to boot my mac and connect to the Fog server? I looked around this message board and around the internet, but nothing I have found has worked. Any help would be great.
-
You probably want to read through this tutorial. https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image
Also look above for a chat message (above on FOG Forum tool tray) from me with some additional help.
-
@bricktop135 Though George is right about the USB key setup to boot Macs (and other machines) this is not the perfect way since it has issues.
Depending on the Mac you have you should be able to boot iPXE directly from a USB key (slightly different to what George posted). From what I read between the lines you have PXE settings in your DHCP server already or you wouldn’t have been able to PXE boot the windows PCs for imaging. Or did you use George’s USB key manual for the windows clients as well?
So back to the “other” USB key method. Simply format a USB key with FAT32 and create directories
\EFI\Boot\
on it. Then copyipxe.efi
(found in/tftpboot
on your FOG server) into that sub-directory on the USB key and name itbootx64.efi
. So you end up with a single file on that USB key:\EFI\Boot\bootx64.efi
Plug in the USB key, fire up your Mac and hold down ALT on the keyboard. You should see several boot entries. Select the orange one called “EFIBoot” and see if you get to the FOG menu.
Please take a picture in case you hit an error and post here so we can have a look.