I connected two Macbook Pro together via usb-c. One of the laptop is in DFU mode. I need a code to get the serial number or other information of the MacBook pro in DFU mode.
Asked
Active
Viewed 332 times
1 Answers
0
On the "host" Mac:
Apple menu > About This Mac > System Report... >USB
The Mac laptop in DFU mode should be listed as a connected device, and you should be able to get the information you want from there.

Chris
- 26,361
- 5
- 21
- 42
-
Can I get the serial number via code in terminal – Olaniyan Adewale Apr 20 '21 at 04:09
-
Use the `system_profiler` command and then parse out the info you need with grep or other standard Unix command line tools. – Chris Apr 20 '21 at 04:22
-
Thanks.... alot. Please, can you give me example of such or reference site on this in order to make my research easy for me – Olaniyan Adewale Apr 21 '21 at 09:40
-
I got this /Volumes/Macintosh\ HD/usr/sbin/system_profiler which I hope it will work but where I am having issue is that. The other system is in DFU mode. How can I refer to it on many command line – Olaniyan Adewale Apr 21 '21 at 09:49