Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
applestore
AppleHardwareTest
Commits
439a1059
Commit
439a1059
authored
Jan 18, 2014
by
Claude Becker
Browse files
simpler command to find board-id
parent
d299d74a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Readme.markdown
View file @
439a1059
...
...
@@ -15,7 +15,7 @@ You can use the following terminal commands to determine the model and board ID
```
sh
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment