simpler command to find board-id

This commit is contained in:
Claude Becker 2014-01-18 16:20:23 +01:00
parent d299d74ae8
commit 439a105987

View File

@ -15,7 +15,7 @@ You can use the following terminal commands to determine the model and board ID
```sh ```sh
system_profiler SPHardwareDataType | grep 'Model Identifier' | awk -F: '{ print $2 }' system_profiler SPHardwareDataType | grep 'Model Identifier' | awk -F: '{ print $2 }'
ioreg -p IODeviceTree -r -n / -d 1 | grep board-id | awk -F\" '{ print $4 }' ioreg -l | grep board-id | awk -F\" '{ print $4 }'
``` ```
Download the AHT for your computer model and use the contents to restore the ``/System/Library/CoreServices/.diagnostics`` folder, then reboot while holding ``d`` to start the diagnostic tools. Download the AHT for your computer model and use the contents to restore the ``/System/Library/CoreServices/.diagnostics`` folder, then reboot while holding ``d`` to start the diagnostic tools.