From 50d529496e767f3ea3e5dd273b626cafbe5d0daa Mon Sep 17 00:00:00 2001 From: Claude Becker Date: Wed, 17 Jun 2015 12:26:23 +0200 Subject: [PATCH] simpler board id command (issue #10) --- Readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.markdown b/Readme.markdown index 5357c97..8244fbe 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -17,7 +17,7 @@ You can use the following terminal commands to determine the model and board ID ```sh sysctl hw.model | awk '{ print $2 }' -ioreg -l | grep board-id | awk -F\" '{ print $4 }' +ioreg -l | awk -F\" '/board-id/ { 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.