Tag Archives: Boot

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

Hardware – Dell model 7050 and legacy boot for PXE network boot

The process we have been using to boot Dells to the K2000 imaging server requires PXE boot in “Legacy” boot mode. The optiplexes we received in the summer of 2017 came with “Secure boot enabled” and UEFI boot set in … Continue reading

Posted in Labs | Tagged | Comments Off on Hardware – Dell model 7050 and legacy boot for PXE network boot

Mac – What makes a volume bootable

  To quote from the link below: Bootability comes down to a few simple rules: The hard drive enclosure must support booting a Macintosh (applies to external hard drives only) The computer must support booting from the interface used to … Continue reading

Posted in Labs | Tagged , | Comments Off on Mac – What makes a volume bootable

Mac – Set boot volume from mac comand line

Sometimes, particularly on dual-boot macs, it is important to be able to set the boot volume from the mac command line. (Think Apple Remote Desktop!) The command to do this as root is: /usr/sbin/bless –device /dev/disk0s3 –setBoot –legacy For details … Continue reading

Posted in Labs | Tagged , , | Comments Off on Mac – Set boot volume from mac comand line

Applying an old image to a new mac …

It is always advisable to build images on the most recent mac hardware you have. Once in a while it is necessary to temporarily apply an “old” image to new mac hardware … First, update the image to the most … Continue reading

Posted in Labs | Tagged , , | Comments Off on Applying an old image to a new mac …

Create a bootable external drive – Mac

To create a bootable external driver for a mac follow the following steps … * With Disk Utility – Partition the attached USB drive as one “GUID” partition. This setting is found in the “Options” button in the partition window. … Continue reading

Posted in Labs | Tagged , | Comments Off on Create a bootable external drive – Mac

Windows – Creating a pre-install environment with WAIK – Windows

You must download and install the correct version of the Windows 10 WAIK to create a WinPE installation environment.  You should use the version of the WAIK that matches the version of windows you intend to install. This will install … Continue reading

Posted in Labs | Tagged , , | Comments Off on Windows – Creating a pre-install environment with WAIK – Windows

Formating a Bootable USB device – Windows

To create a bootable, external USB device (hard drive or thumb drive) consider the following steps … WARNING: It is possible to format ANY drive with this process so be absolutely sure you target the correct drive! C:\> diskpart Microsoft … Continue reading

Posted in Labs | Tagged , , | Comments Off on Formating a Bootable USB device – Windows