$ istats
--- CPU Stats ---
CPU temp: 53.19°C ▁▂▃▅▆▇
--- Fan Stats ---
Total fans in system: 2
Fan 0 speed: 2157 RPM ▁▂▃▅▆▇
Fan 1 speed: 1995 RPM ▁▂▃▅▆▇
--- Battery Stats ---
Battery health: unknown
Cycle count: 34 ▁▂▃▅▆▇ 3.4%
Max cycles: 1000
Current charge: 6093 mAh ▁▂▃▅▆▇ 100%
Maximum charge: 6237 mAh ▁▂▃▅▆▇ 85.0%
Design capacity: 7336 mAh
Battery temp: 36.5°C
For more stats run `istats extra` and follow the instructions.
show adapter
$ pmset -g adapter # or `pmset -g ac`
Wattage = 140W
Current = 4990mA
Voltage = 28000mV
AdapterID = 28697
Manufacturer = Apple Inc.
Family Code = 0xe000400a
Serial String = C4H430307PCQ41CA4
Adapter Name = 140W USB-C Power Adapter
Hardware Version = 1.0
Firmware Version = 01040073
show charge status
$ pmset -g ps # or `pmset -g batt`
Now drawing from 'AC Power'
-InternalBattery-0 (id=66125923) 100%; charged; 0:00 remaining present: true
$ pmset -g rawbatt
12/12/2024 04:06:55
AC; Not Charging; 100%; Cap=100: FCC=100; Design=8579; Time=0:00; 0mA; Cycles=6/1000; Location=0;
Polled boot=12/11/2024 17:43:05; Full=12/12/2024 04:03:30; User visible=12/12/2024 04:06:30
$ system_profiler SPPowerDataType | sed -n '/Charge Information:/,/System Power Settings:/p' | sed '$d'
Charge Information:
The battery’s charge is below the warning level: No
Fully Charged: Yes
Charging: No
State of Charge (%): 100
Health Information:
Cycle Count: 6
Condition: Normal
Maximum Capacity: 100%
$ system_profiler SPPowerDataType | grep -A11 "AC Charger Information"
AC Charger Information:
Connected: Yes
ID: 0x7019
Wattage (W): 140
Family: 0xe000400a
Serial Number: C4H430307PCQ41CA4
Name: 140W USB-C Power Adapter
Manufacturer: Apple Inc.
Hardware Version: 1.0
Firmware Version: 1040073
Charging: No
$ /usr/sbin/system_profiler SPHardwareDataType
Hardware:
Hardware Overview:
Model Name: MacBook Pro
Model Identifier: MacBookPro15,1
Processor Name: 6-Core Intel Core i7
Processor Speed: 2.2 GHz
Number of Processors: 1
Total Number of Cores: 6
L2 Cache (per Core): 256 KB
L3 Cache: 9 MB
Hyper-Threading Technology: Enabled
Memory: 16 GB
Boot ROM Version: 10**.***.*.*.* (iBridge: 17.**.*****.*.*,*)
Serial Number (system): ************
Hardware UUID: ********-****-****-****-************
Activation Lock Status: Enabled
hardware
cpu manufacture
# intel cpu
$ sysctl -n machdep.cpu.brand_string
Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
# apple silicon
$ sysctl -n machdep.cpu.brand_string
Apple M3 Pro
# or
$ sysctl machdep.cpu
machdep.cpu.max_basic: 22
machdep.cpu.max_ext: 2147483656
machdep.cpu.vendor: GenuineIntel
machdep.cpu.brand_string: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
machdep.cpu.family: 6
...
# ------
$ sysctl machdep.cpu
machdep.cpu.cores_per_package: 12
machdep.cpu.core_count: 12
machdep.cpu.logical_per_package: 12
machdep.cpu.thread_count: 12
machdep.cpu.brand_string: Apple M3 Pro
memory
$ system_profiler SPHardwareDataType | grep "Memory:\|Cores:\|Processors:"
Number of Processors: 1
Total Number of Cores: 6
Memory: 16 GB
# M3
$ system_profiler SPHardwareDataType | grep "Memory:\|Cores:\|Processors:"
Total Number of Cores: 12 (6 performance and 6 efficiency)
Memory: 36 GB
# -- i7 --
$ sysctl kern.version
kern.version: Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:11 PDT 2020; root:xnu-7195.50.7~2/RELEASE_X86_64
# -- M3 --
$ sysctl kern.version
kern.version: Darwin Kernel Version 23.6.0: Thu Dec 19 20:47:53 PST 2024; root:xnu-10063.141.1.703.2~1/RELEASE_ARM64_T6030
$ sysctl kern.ostype
kern.ostype: Darwin
$ sysctl kern.osrelease
kern.osrelease: 20.1.0
$ sysctl kern.osrevision
kern.osrevision: 199506
or
$ uname -a
Darwin iMarslo 20.1.0 Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:11 PDT 2020; root:xnu-7195.50.7~2/RELEASE_X86_64 x86_64 i386 MacBookPro15,1 Darwin
# -- kern.version --
$ uname -v
Darwin Kernel Version 23.6.0: Thu Dec 19 20:47:53 PST 2024; root:xnu-10063.141.1.703.2~1/RELEASE_ARM64_T6030
# -- kern.ostype --
$ uname -s
Darwin
download MacOS Mojave installer, or the MacOS Catalina installer (or the installer you wish to turn into an ISO) from the Mac App Store, untill the “Install MacOS Mojave.app” or “Install MacOS Catalina.app” application is fully downloaded and within the /Applications folder, proceed
open the Terminal application, create a disk image DMG file via:
SUPreferenceManager: Failed to set object of class: __NSCFString
issue:
$ softwareupdate --fetch-full-installer
Downloading and installing com.apple.InstallAssistant.macOSBigSur installer
SUPreferenceManager: Failed to set object of class: __NSCFString for key: LastRecommendedMajorOSBundleIdentifier with error: Error Domain=SUPreferenceManagerErrorDomain Code=1 "(null)"
SUPreferenceManager: Failed to set object of class: __NSCFString for key: LastRecommendedMajorOSBundleIdentifier with error: Error Domain=SUPreferenceManagerErrorDomain Code=1 "(null)"
SUPreferenceManager: Failed to set object of class: __NSCFString for key: LastRecommendedMajorOSBundleIdentifier with error: Error Domain=SUPreferenceManagerErrorDomain Code=1 "(null)"
Installing: 90.0%SUPreferenceManager: Failed to set object of class: __NSCFString for key: LastRecommendedMajorOSBundleIdentifier with error: Error Domain=SUPreferenceManagerErrorDomain Code=1 "(null)"
Install failed with error: 0