Tag Archives: Macintosh

Mac – Diagnosing Boot Issues

I recently came across a useful post to help diagnose when a mac doesn’t boot properly. For the full link see: https://eclecticlight.co/2018/09/18/diagnosing-a-mac-which-cant-complete-booting/ Here is the extracted diagram:

Posted in Labs | Tagged , | Comments Off on Mac – Diagnosing Boot Issues

MacOS – Creating a clean initial image

To create a “clean” image – Basic goal – you don’t want anything except the basic MacOS installed. So be certain that the mac serial number is not scoped to a JAMF pre-stage enrollment. You don’t want JAMF to install … Continue reading

Posted in Labs | Tagged , , | Comments Off on MacOS – Creating a clean initial image

Mac – Reset SMC for slowness or wake/sleep issues

The SMC (System Management Controller) controls a number of things related to power management on a mac. If it isn’t working properly it can cause fans to run, the cpu to run slow, and/or, the mac not to wake from … Continue reading

Posted in Labs | Tagged , | Comments Off on Mac – Reset SMC for slowness or wake/sleep issues

Mac – Tool to help download specific macos installers

It isn’t always easy to get all of the right pieces for a particular MacOS update/install.  For example, if you are running MacOS 10.13.5 already the traditional ways of going to the Map App Store or doing system updates won’t … Continue reading

Posted in Labs, Software | Tagged , | Comments Off on Mac – Tool to help download specific macos installers

Mac – 10.13.4 – Wipe and clean install of OS

On a mac that is already running 10.13.4 and that has an APFS drive you can wipe the drive and reinstall the OS without having to boot to anything external, external drive or netboot. Get the MacOS 10.13.4 (or better) … Continue reading

Posted in Labs, Software | Tagged , | Comments Off on Mac – 10.13.4 – Wipe and clean install of OS

Mac – JAMF – Command to delete computer on JSS

Commands to remove JAMF management and client from local computer: (you must remove the the MDM management profile BEFORE deleting the JAMF client) jamf removeMDMProfile jamf removeFramework   Command to remove a computer from the JSS: set JSSMAC=$(networksetup -getmacaddress en0) … Continue reading

Posted in Labs | Tagged , | Comments Off on Mac – JAMF – Command to delete computer on JSS

Mac High Sierra – Imaging APFS formatted disks

Back when High Sierra (MacOS 10.13) was coming out we were all told that disk imaging would be dead because of the new APFS disk format.  And, while It is true that you can not/should not apply a High Sierra … Continue reading

Posted in Labs | Tagged , , , | Comments Off on Mac High Sierra – Imaging APFS formatted disks

Mac – Create a NetBoot image

To “netboot” a mac, you need to setup a netboot server AND create a netboot image that is capable of running on the macs that you plan to netboot. For a NetBoot server see: https://github.com/jamf/NetSUS/tree/master/docs To create a netboot image: … Continue reading

Posted in Labs | Tagged , | Comments Off on Mac – Create a NetBoot image

Mac OS – High Sierra – Run installer from command

The High Sierra installer not only installs the new OS but it also changes the disk format form HFS to APFS on SSD drives.  Additionally, it does the required firmware updates for the model of mac that the installer is … Continue reading

Posted in Labs | Tagged , | Comments Off on Mac OS – High Sierra – Run installer from command

Mac – Burning ISO to USB disk – use Etcher

A great little tool to burn ISOs to external USB disks: Etcher Use Disk Utility to format the external as Fat 32 (may have to format as Mac OS first). If Etcher doesn’t see the drive at first, use the … Continue reading

Posted in Labs, Software | Tagged , | Comments Off on Mac – Burning ISO to USB disk – use Etcher