grahampugh / erase-install

A script that automates downloading macOS installers, and optionally erasing or upgrading macOS in a single process. Watch the video!
https://grahamrpugh.com/2023/05/14/macaduk-presentation-eraseinstall.html
Apache License 2.0
834 stars 131 forks source link

[BUG] System reboot fails at end of preparation phase #515

Open GabeShack opened 3 months ago

GabeShack commented 3 months ago

Describe the bug My M1 machines (apple silicon) are showing numbers over 100% on the preparing installer phase, then just sitting without moving on.

To Reproduce command used --erase --fs --version 14.5 --check-power --overwrite --clear-firmware --set-securebootlevel

Expected behavior All the non apple silicon machines are working normally. This also all worked normally when we would set the erase install to 13.6.6 on both intel and apple silicon.

Code/log output

2024-06-13 08:11:23 | v34.0 | [log_rotate] Finished rotating logs in /Library/Management/erase-install/log

2024-06-13 08:11:23 | v34.0 | [erase-install] v34.0 script execution started: Thu Jun 13 08:11:23 EDT 2024

2024-06-13 08:11:23 | v34.0 | [erase-install] Arguments provided: --erase --fs --version 14.5 --check-power --overwrite --clear-firmware --set-securebootlevel
2024-06-13 08:11:23 | v34.0 | [erase-install] System version: 13.2.1 (Build: 22D68)
2024-06-13 08:11:24 | v34.0 | [erase-install] A newer version of this script is available (35.0). Visit https://github.com/grahampugh/erase-install/releases/tag/v35.0 to obtain the latest version.
2024-06-13 08:11:24 | v34.0 | [check_for_swiftdialog_app] swiftDialog v2.2.1.4591 is installed (/Library/Application Support/Dialog/Dialog.app)
2024-06-13 08:11:24 | v34.0 | [check_for_swiftdialog_app] Creating dialog log (/var/tmp/dialog.yXg)...
2024-06-13 08:11:24 | v34.0 | [erase-install] Caffeinating this script (pid=20652)
2024-06-13 08:11:25 | v34.0 | [check_free_space] OK - 154 GB free/purgeable disk space detected
2024-06-13 08:11:25 | v34.0 | [erase-install] Looking for existing installer app or pkg
2024-06-13 08:11:25 | v34.0 | [find_existing_installer] No valid installer found.
2024-06-13 08:11:25 | v34.0 | [erase-install] Running on architecture arm64
2024-06-13 08:11:25 | v34.0 | [get_user_details] ask for user credentials (attempt 1/5)
2024-06-13 08:11:25 | v34.0 | [get_default_dialog_args] Invoking utility dialog
yes macadmin is a member of everyone
2024-06-13 08:11:34 | v34.0 | [get_user_details] macadmin is a Volume Owner
2024-06-13 08:11:34 | v34.0 | [check_password] Success: the password entered is the correct login password for macadmin.
yes macadmin is a member of admin
2024-06-13 08:11:34 | v34.0 | [check_power_status] OK - AC power detected
2024-06-13 08:11:34 | v34.0 | [get_default_dialog_args] Invoking fullscreen dialog
2024-06-13 08:11:34 | v34.0 | [check_for_mist] mist-cli v2.0 is installed (/usr/local/bin/mist)
┌──────────────────┐
│ UPDATE AVAILABLE │
└──────────────────┘
  ├─ There is a mist update available (current version: 2.0, latest version: 2.1)
  ├─ Visit https://github.com/ninxsoft/mist-cli to grab the latest release of mist
┌──────────────────┐
│ INPUT VALIDATION │
└──────────────────┘
  ├─ Search only for latest (first) result will be 'false'...
  ├─ Include betas in search results will be 'false'...
  ├─ Only include compatible installers will be 'true'...
  ├─ Export path will be '/Library/Management/erase-install/mist-list.json'...
  ├─ Export path file extension is valid...
  ├─ Output type will be 'ascii'...
┌────────┐
│ SEARCH │
└────────┘
  ├─ Searching for macOS Installer versions...
  ├─ Exported list as JSON: '/Library/Management/erase-install/mist-list.json'
  └─ Found 9 macOS Installer(s) available for download

┌────────────┬────────────────┬─────────┬─────────┬──────────┬────────────┬────────────┐
│ IDENTIFIER │ NAME           │ VERSION │ BUILD   │ SIZE     │ DATE       │ COMPATIBLE │
├────────────┼────────────────┼─────────┼─────────┼──────────┼────────────┼────────────┤
│ 062-01946  │ macOS Sonoma   │ 14.5    │ 23F79   │ 13.69 GB │ 2024-05-20 │ True       │
│ 052-77516  │ macOS Sonoma   │ 14.4.1  │ 23E224  │ 13.63 GB │ 2024-04-01 │ True       │
│ 052-62010  │ macOS Sonoma   │ 14.4    │ 23E214  │ 13.63 GB │ 2024-03-07 │ True       │
│ 052-96247  │ macOS Ventura  │ 13.6.7  │ 22G720  │ 12.22 GB │ 2024-05-20 │ True       │
│ 052-64249  │ macOS Ventura  │ 13.6.6  │ 22G630  │ 12.22 GB │ 2024-04-01 │ True       │
│ 052-60128  │ macOS Ventura  │ 13.6.5  │ 22G621  │ 12.22 GB │ 2024-03-07 │ True       │
│ 052-96238  │ macOS Monterey │ 12.7.5  │ 21H1222 │ 12.41 GB │ 2024-05-20 │ True       │
│ 052-60131  │ macOS Monterey │ 12.7.4  │ 21H1123 │ 12.42 GB │ 2024-03-18 │ True       │
│ 042-45246  │ macOS Big Sur  │ 11.7.10 │ 20G1427 │ 12.42 GB │ 2023-09-11 │ True       │
└────────────┴────────────────┴─────────┴─────────┴──────────┴────────────┴────────────┘

2024-06-13 08:11:35 | v34.0 | [run_mist] Selected version (14.5) is the same as or newer than the system (13.2.1), proceeding...
2024-06-13 08:11:35 | v34.0 | [run_mist] Checking that selected version 14.5 is available
2024-06-13 08:11:35 | v34.0 | [run_mist] Setting mist to only list compatible installers

2024-06-13 08:11:35 | v34.0 | [run_mist] This command is now being run:

2024-06-13 08:11:35 | v34.0 | mist download installer 14.5 application --application-name Install %NAME%.app --output-directory /Applications --compatible --no-ansi
┌──────────────────┐
│ UPDATE AVAILABLE │
└──────────────────┘
  ├─ There is a mist update available (current version: 2.0, latest version: 2.1)
  ├─ Visit https://github.com/ninxsoft/mist-cli to grab the latest release of mist
┌──────────────────┐
│ INPUT VALIDATION │
└──────────────────┘
  ├─ User is 'root'...
  ├─ Download search string will be '14.5'...
  ├─ Include betas in search results will be 'false'...
  ├─ Only include compatible installers will be 'true'...
  ├─ Cache downloads will be 'false'...
  ├─ Output directory will be '/Applications'...
  ├─ Temporary directory will be '/private/tmp/com.ninxsoft.mist'...
  ├─ Force flag has not been set, existing files will not be overwritten...
  ├─ Application name will be 'Install %NAME%.app'...
┌────────┐
│ SEARCH │
└────────┘
  ├─ Searching for macOS download '14.5'...
  ├─ Found [062-01946] macOS Sonoma 14.5 (23F79) [2024-05-20]
┌───────┐
│ SETUP │
└───────┘
  ├─ Creating new temporary directory '/private/tmp/com.ninxsoft.mist/062-01946'...
┌──────────┐
│ DOWNLOAD │
└──────────┘
  ├─ [ 1 / 7 ] 062-01946.English.dist.......... [  0000  B /  0000  B (00.00%) ]
  ├─ [ 1 / 7 ] 062-01946.English.dist.......... [ 10.31 KB / 10.31 KB (100.0%) ]
  ├─ [ 1 / 7 ] 062-01946.English.dist.......... [ 10.31 KB / 10.31 KB (100.0%) ]
  │            Verifying...
  │            Verifying... ✓✓✓
  ├─ [ 2 / 7 ] BuildManifest.plist............. [  0000  B / 10.08 MB (00.00%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............ [ 149.50 KB / 10.08 MB (01.48%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............ [ 365.30 KB / 10.08 MB (03.62%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............ [ 431.60 KB / 10.08 MB (04.28%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............ [ 514.80 KB / 10.08 MB (05.11%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............ [ 657.07 KB / 10.08 MB (06.52%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............ [ 723.19 KB / 10.08 MB (07.17%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............ [ 867.49 KB / 10.08 MB (08.61%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............ [ 946.79 KB / 10.08 MB (09.39%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 01.02 MB / 10.08 MB (10.15%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 01.17 MB / 10.08 MB (11.63%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 01.25 MB / 10.08 MB (12.42%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 01.33 MB / 10.08 MB (13.23%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 01.42 MB / 10.08 MB (14.04%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 01.59 MB / 10.08 MB (15.77%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 01.67 MB / 10.08 MB (16.58%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 01.74 MB / 10.08 MB (17.30%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 01.83 MB / 10.08 MB (18.11%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 01.99 MB / 10.08 MB (19.73%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 02.07 MB / 10.08 MB (20.55%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 02.15 MB / 10.08 MB (21.29%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 02.23 MB / 10.08 MB (22.10%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 02.38 MB / 10.08 MB (23.63%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 02.46 MB / 10.08 MB (24.45%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 02.55 MB / 10.08 MB (25.26%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 02.62 MB / 10.08 MB (26.00%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 02.78 MB / 10.08 MB (27.54%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 02.86 MB / 10.08 MB (28.35%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 02.96 MB / 10.08 MB (29.32%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 03.04 MB / 10.08 MB (30.14%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 03.19 MB / 10.08 MB (31.69%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 03.28 MB / 10.08 MB (32.50%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 03.35 MB / 10.08 MB (33.22%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 03.43 MB / 10.08 MB (34.04%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 03.59 MB / 10.08 MB (35.66%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 03.67 MB / 10.08 MB (36.41%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 03.77 MB / 10.08 MB (37.38%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 03.84 MB / 10.08 MB (38.10%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 04.00 MB / 10.08 MB (39.73%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 04.09 MB / 10.08 MB (40.54%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 04.17 MB / 10.08 MB (41.35%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 04.24 MB / 10.08 MB (42.09%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 04.40 MB / 10.08 MB (43.63%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 04.48 MB / 10.08 MB (44.44%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 04.56 MB / 10.08 MB (45.25%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 04.64 MB / 10.08 MB (46.06%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 04.82 MB / 10.08 MB (47.78%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 04.89 MB / 10.08 MB (48.50%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 04.97 MB / 10.08 MB (49.31%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 05.05 MB / 10.08 MB (50.13%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 05.22 MB / 10.08 MB (51.75%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 05.29 MB / 10.08 MB (52.50%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 05.38 MB / 10.08 MB (53.38%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 05.46 MB / 10.08 MB (54.19%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 05.54 MB / 10.08 MB (55.00%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 05.71 MB / 10.08 MB (56.63%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 05.78 MB / 10.08 MB (57.37%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 05.87 MB / 10.08 MB (58.18%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 06.02 MB / 10.08 MB (59.72%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 06.10 MB / 10.08 MB (60.53%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 06.18 MB / 10.08 MB (61.34%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 06.27 MB / 10.08 MB (62.16%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 06.43 MB / 10.08 MB (63.78%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 06.51 MB / 10.08 MB (64.59%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 06.59 MB / 10.08 MB (65.41%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 06.68 MB / 10.08 MB (66.22%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 06.81 MB / 10.08 MB (67.52%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 06.88 MB / 10.08 MB (68.26%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 07.04 MB / 10.08 MB (69.79%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 07.12 MB / 10.08 MB (70.61%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 07.20 MB / 10.08 MB (71.42%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 07.28 MB / 10.08 MB (72.23%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 07.44 MB / 10.08 MB (73.79%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 07.51 MB / 10.08 MB (74.51%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 07.59 MB / 10.08 MB (75.32%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 07.67 MB / 10.08 MB (76.13%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 07.85 MB / 10.08 MB (77.92%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 07.93 MB / 10.08 MB (78.66%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 08.00 MB / 10.08 MB (79.38%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 08.08 MB / 10.08 MB (80.20%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 08.17 MB / 10.08 MB (81.01%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 08.33 MB / 10.08 MB (82.63%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 08.40 MB / 10.08 MB (83.37%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 08.49 MB / 10.08 MB (84.19%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 08.64 MB / 10.08 MB (85.72%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 08.72 MB / 10.08 MB (86.54%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 08.80 MB / 10.08 MB (87.35%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 08.89 MB / 10.08 MB (88.16%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 09.04 MB / 10.08 MB (89.71%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 09.12 MB / 10.08 MB (90.44%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 09.21 MB / 10.08 MB (91.41%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 09.30 MB / 10.08 MB (92.22%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 09.38 MB / 10.08 MB (93.04%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 09.55 MB / 10.08 MB (94.75%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 09.62 MB / 10.08 MB (95.47%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 09.71 MB / 10.08 MB (96.29%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 09.79 MB / 10.08 MB (97.10%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 09.96 MB / 10.08 MB (98.82%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 10.04 MB / 10.08 MB (99.63%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 10.08 MB / 10.08 MB (100.0%) ]
  ├─ [ 2 / 7 ] BuildManifest.plist............. [ 10.08 MB / 10.08 MB (100.0%) ]
  │            Verifying...
  │            Verifying... ✓✓✓
  ├─ [ 3 / 7 ] Info.plist...................... [  0000  B / 05.43 KB (00.00%) ]
  ├─ [ 3 / 7 ] Info.plist...................... [ 05.43 KB / 05.43 KB (100.0%) ]
  ├─ [ 3 / 7 ] Info.plist...................... [ 05.43 KB / 05.43 KB (100.0%) ]
  │            Verifying...
  │            Verifying... ✓✓✓
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [  0000  B / 13.67 GB (00.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg........... [ 136.77 MB / 13.67 GB (01.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg........... [ 273.50 MB / 13.67 GB (02.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg........... [ 410.26 MB / 13.67 GB (03.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg........... [ 546.96 MB / 13.67 GB (04.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg........... [ 683.70 MB / 13.67 GB (05.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg........... [ 820.49 MB / 13.67 GB (06.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg........... [ 957.20 MB / 13.67 GB (07.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 01.09 GB / 13.67 GB (08.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 01.23 GB / 13.67 GB (09.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 01.37 GB / 13.67 GB (10.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 01.50 GB / 13.67 GB (11.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 01.64 GB / 13.67 GB (12.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 01.78 GB / 13.67 GB (13.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 01.91 GB / 13.67 GB (14.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 02.05 GB / 13.67 GB (15.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 02.19 GB / 13.67 GB (16.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 02.32 GB / 13.67 GB (17.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 02.46 GB / 13.67 GB (18.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 02.60 GB / 13.67 GB (19.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 02.73 GB / 13.67 GB (20.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 02.87 GB / 13.67 GB (21.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 03.01 GB / 13.67 GB (22.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 03.15 GB / 13.67 GB (23.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 03.28 GB / 13.67 GB (24.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 03.42 GB / 13.67 GB (25.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 03.56 GB / 13.67 GB (26.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 03.69 GB / 13.67 GB (27.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 03.83 GB / 13.67 GB (28.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 03.97 GB / 13.67 GB (29.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 04.10 GB / 13.67 GB (30.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 04.24 GB / 13.67 GB (31.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 04.38 GB / 13.67 GB (32.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 04.51 GB / 13.67 GB (33.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 04.65 GB / 13.67 GB (34.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 04.79 GB / 13.67 GB (35.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 04.92 GB / 13.67 GB (36.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 05.06 GB / 13.67 GB (37.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 05.20 GB / 13.67 GB (38.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 05.33 GB / 13.67 GB (39.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 05.47 GB / 13.67 GB (40.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 05.61 GB / 13.67 GB (41.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 05.74 GB / 13.67 GB (42.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 05.88 GB / 13.67 GB (43.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 06.02 GB / 13.67 GB (44.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 06.15 GB / 13.67 GB (45.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 06.29 GB / 13.67 GB (46.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 06.43 GB / 13.67 GB (47.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 06.56 GB / 13.67 GB (48.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 06.70 GB / 13.67 GB (49.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 06.84 GB / 13.67 GB (50.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 06.97 GB / 13.67 GB (51.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 07.11 GB / 13.67 GB (52.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 07.25 GB / 13.67 GB (53.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 07.38 GB / 13.67 GB (54.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 07.52 GB / 13.67 GB (55.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 07.66 GB / 13.67 GB (56.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 07.79 GB / 13.67 GB (57.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 07.93 GB / 13.67 GB (58.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 08.07 GB / 13.67 GB (59.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 08.20 GB / 13.67 GB (60.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 08.34 GB / 13.67 GB (61.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 08.48 GB / 13.67 GB (62.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 08.61 GB / 13.67 GB (63.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 08.75 GB / 13.67 GB (64.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 08.89 GB / 13.67 GB (65.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 09.02 GB / 13.67 GB (66.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 09.16 GB / 13.67 GB (67.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 09.30 GB / 13.67 GB (68.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 09.44 GB / 13.67 GB (69.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 09.57 GB / 13.67 GB (70.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 09.71 GB / 13.67 GB (71.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 09.85 GB / 13.67 GB (72.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 09.98 GB / 13.67 GB (73.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 10.12 GB / 13.67 GB (74.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 10.26 GB / 13.67 GB (75.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 10.39 GB / 13.67 GB (76.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 10.53 GB / 13.67 GB (77.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 10.67 GB / 13.67 GB (78.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 10.80 GB / 13.67 GB (79.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 10.94 GB / 13.67 GB (80.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 11.08 GB / 13.67 GB (81.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 11.21 GB / 13.67 GB (82.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 11.35 GB / 13.67 GB (83.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 11.49 GB / 13.67 GB (84.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 11.62 GB / 13.67 GB (85.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 11.76 GB / 13.67 GB (86.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 11.90 GB / 13.67 GB (87.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 12.03 GB / 13.67 GB (88.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 12.17 GB / 13.67 GB (89.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 12.31 GB / 13.67 GB (90.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 12.44 GB / 13.67 GB (91.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 12.58 GB / 13.67 GB (92.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 12.72 GB / 13.67 GB (93.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 12.85 GB / 13.67 GB (94.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 12.99 GB / 13.67 GB (95.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 13.13 GB / 13.67 GB (96.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 13.26 GB / 13.67 GB (97.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 13.40 GB / 13.67 GB (98.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 13.54 GB / 13.67 GB (99.00%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 13.67 GB / 13.67 GB (100.0%) ]
  ├─ [ 4 / 7 ] InstallAssistant.pkg............ [ 13.67 GB / 13.67 GB (100.0%) ]
  │            Verifying...
  │            Verifying... ✓✓✓
  ├─ [ 5 / 7 ] InstallInfo.plist............... [  0000  B /  0181  B (00.00%) ]
  ├─ [ 5 / 7 ] InstallInfo.plist............... [  0181  B /  0181  B (100.0%) ]
  ├─ [ 5 / 7 ] InstallInfo.plist............... [  0181  B /  0181  B (100.0%) ]
  │            Verifying...
  │            Verifying... ✓✓✓
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................. [  0000  B / 01.41 MB (00.00%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................. [ 74.10 KB / 01.41 MB (05.26%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................ [ 141.70 KB / 01.41 MB (10.05%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................ [ 208.00 KB / 01.41 MB (14.76%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................ [ 288.60 KB / 01.41 MB (20.47%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................ [ 354.90 KB / 01.41 MB (25.18%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................ [ 421.20 KB / 01.41 MB (29.88%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................ [ 487.50 KB / 01.41 MB (34.58%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................ [ 560.80 KB / 01.41 MB (39.78%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................ [ 628.40 KB / 01.41 MB (44.58%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................ [ 699.90 KB / 01.41 MB (49.65%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................ [ 767.50 KB / 01.41 MB (54.45%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................ [ 847.99 KB / 01.41 MB (60.16%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................ [ 915.59 KB / 01.41 MB (64.95%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................. [ 01.00 MB / 01.41 MB (70.95%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................. [ 01.08 MB / 01.41 MB (76.71%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................. [ 01.16 MB / 01.41 MB (82.52%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................. [ 01.25 MB / 01.41 MB (88.33%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................. [ 01.33 MB / 01.41 MB (94.14%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................. [ 01.39 MB / 01.41 MB (98.90%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................. [ 01.41 MB / 01.41 MB (100.0%) ]
  ├─ [ 6 / 7 ] MajorOSInfo.pkg................. [ 01.41 MB / 01.41 MB (100.0%) ]
  │            Verifying...
  │            Verifying... ✓✓✓
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [  0000  B / 03.86 MB (00.00%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 81.92 KB / 03.86 MB (02.12%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................ [ 196.60 KB / 03.86 MB (05.09%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................ [ 278.51 KB / 03.86 MB (07.22%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................ [ 360.43 KB / 03.86 MB (09.34%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................ [ 442.34 KB / 03.86 MB (11.46%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................ [ 523.11 KB / 03.86 MB (13.55%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................ [ 605.02 KB / 03.86 MB (15.68%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................ [ 686.93 KB / 03.86 MB (17.80%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................ [ 785.23 KB / 03.86 MB (20.35%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................ [ 851.95 KB / 03.86 MB (22.07%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................ [ 933.86 KB / 03.86 MB (24.20%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 01.02 MB / 03.86 MB (26.32%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 01.10 MB / 03.86 MB (28.44%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 01.18 MB / 03.86 MB (30.56%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 01.26 MB / 03.86 MB (32.69%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 01.34 MB / 03.86 MB (34.81%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 01.41 MB / 03.86 MB (36.51%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 01.49 MB / 03.86 MB (38.63%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 01.57 MB / 03.86 MB (40.75%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 01.65 MB / 03.86 MB (42.87%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 01.74 MB / 03.86 MB (45.00%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 01.82 MB / 03.86 MB (47.12%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 01.88 MB / 03.86 MB (48.82%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 01.97 MB / 03.86 MB (50.94%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 02.06 MB / 03.86 MB (53.49%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 02.15 MB / 03.86 MB (55.61%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 02.23 MB / 03.86 MB (57.73%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 02.31 MB / 03.86 MB (59.85%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 02.39 MB / 03.86 MB (61.98%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 02.46 MB / 03.86 MB (63.68%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 02.54 MB / 03.86 MB (65.80%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 02.62 MB / 03.86 MB (67.92%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 02.70 MB / 03.86 MB (70.04%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 02.79 MB / 03.86 MB (72.16%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 02.87 MB / 03.86 MB (74.29%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 02.93 MB / 03.86 MB (75.99%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 03.01 MB / 03.86 MB (78.11%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 03.10 MB / 03.86 MB (80.23%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 03.18 MB / 03.86 MB (82.35%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 03.26 MB / 03.86 MB (84.47%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 03.34 MB / 03.86 MB (86.60%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 03.42 MB / 03.86 MB (88.72%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 03.49 MB / 03.86 MB (90.42%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 03.57 MB / 03.86 MB (92.54%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 03.67 MB / 03.86 MB (95.09%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 03.75 MB / 03.86 MB (97.21%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 03.83 MB / 03.86 MB (99.33%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 03.86 MB / 03.86 MB (100.0%) ]
  ├─ [ 7 / 7 ] UpdateBrain.zip................. [ 03.86 MB / 03.86 MB (100.0%) ]
  │            Verifying...
  │            Verifying... ✓✓✓
┌─────────┐
│ INSTALL │
└─────────┘
  ├─ Creating image '/private/tmp/com.ninxsoft.mist/062-01946/062-01946.dmg'...
  ├─ Mounting disk image at mount point '/Volumes/062-01946'...
  ├─ Creating new installer '/Volumes/062-01946/Applications/Install macOS Sonoma.app'...
  ├─ Created new installer '/Volumes/062-01946/Applications/Install macOS Sonoma.app'
┌─────────────┐
│ APPLICATION │
└─────────────┘
  ├─ Copying '/Volumes/062-01946/Applications/Install macOS Sonoma.app' to '/Applications/Install macOS Sonoma.app'...
┌──────────┐
│ TEARDOWN │
└──────────┘
  ├─ Unmounting disk image at mount point '/Volumes/062-01946'...
  └─ Deleting temporary directory '/private/tmp/com.ninxsoft.mist/062-01946'...
2024-06-13 08:21:09 | v34.0 | [run_mist] Install macOS Sonoma.app downloaded to /Applications.
2024-06-13 08:21:09 | v34.0 | [erase-install] Installer is at: /Applications/Install macOS Sonoma.app
2024-06-13 08:21:09 | v34.0 | [check_free_space] OK - 136 GB free/purgeable disk space detected

2024-06-13 08:21:09 | v34.0 | [erase-install] WARNING! Running /Applications/Install macOS Sonoma.app with eraseinstall option

2024-06-13 08:21:09 | v34.0 | [erase-install] Sending quit message to dialog log (/var/tmp/dialog.yXg)
PNG image data, 512 x 512, 8-bit/color RGBA, non-interlaced
2024-06-13 08:21:09 | v34.0 | [get_default_dialog_args] Invoking fullscreen dialog
2024-06-13 08:21:10 | v34.0 | [erase-install] updating preboot files (takes a few seconds)...
2024-06-13 08:21:12 | v34.0 | [erase-install] preboot files updated
2024-06-13 08:21:12 | v34.0 | [erase-install] Clearing the firmware settings with the nvram command
nvram: Error clearing firmware variable fmm-computer-name: (iokit/common) not permitted
2024-06-13 08:21:12 | v34.0 | [erase-install] WARNING! nvram command exited with error.
2024-06-13 08:21:12 | v34.0 | [erase-install] Setting high secure boot level with bputil command

This utility is not meant for normal users or even sysadmins.
It provides unabstracted access to capabilities which are normally handled for the user automatically when changing the security policy through GUIs such as the Startup Security Utility in macOS Recovery ("recoveryOS").
It is possible to make your system security much weaker and therefore easier to compromise using this tool.
This tool is not to be used in production environments.
It is possible to render your system unbootable with this tool.
It should only be used to understand how the security of Apple Silicon Macs works.
Use at your own risk!

Local policy update is in progress, please wait...

Resulting local policy:
OS environment:
OS Type                                       : macOS
OS Pairing Status                             : Not Paired
Local Policy Nonce Hash                 (lpnh): 8D3039BF2E50E01243071C2A2118593EC488B87130009926FCE838A21070CC6CC5CF446224F7C7619869A1500858E05D
Remote Policy Nonce Hash                (rpnh): 4F7ECB06A5E1ACDD106465E46C0C0C5D26B5B01F9BF18174DA59EE1EF3E84BF520A3FBDCAB6BA75F3DDBFFF095A8198A
Recovery OS Policy Nonce Hash           (ronh): 85E9FEB9C9FD773074D55E7E013E276C57AB8C6BAE3EB780201723725725FEF904F33614AB702DE207D6E9D33AF69BFA

Local policy:
Pairing Integrity                             : Valid
Signature Type                                : BAA
Unique Chip ID                          (ECID): 0x1144AE3C07C01E
Board ID                                (BORD): 0x26
Chip ID                                 (CHIP): 0x8103
Certificate Epoch                       (CEPO): 0x1
Security Domain                         (SDOM): 0x1
Production Status                       (CPRO): 1
Security Mode                           (CSEC): 1
OS Version                              (love): 22.4.68.0.0,0
Volume Group UUID                       (vuid): 7F61F3D5-F53A-40A4-979A-CB7ECEBBFB28
KEK Group UUID                          (kuid): 4D83CB25-F682-C020-E019-B9F581BF8A49
Local Policy Nonce Hash                 (lpnh): 8D3039BF2E50E01243071C2A2118593EC488B87130009926FCE838A21070CC6CC5CF446224F7C7619869A1500858E05D
Remote Policy Nonce Hash                (rpnh): 4F7ECB06A5E1ACDD106465E46C0C0C5D26B5B01F9BF18174DA59EE1EF3E84BF520A3FBDCAB6BA75F3DDBFFF095A8198A
Next Stage Image4 Hash                  (nsih): 4A02762DEF8F46A2D6A0FA73CDB39864DA4A622EA0ABD8384B160AA17B61BBFD875E767C5ADEA81DDD9DE2219BA42C53
Cryptex1 Image4 Hash                    (spih): 2C0C6A652E3BE29291E31D75EB02E730E7CDCAE5A62D218ABBD1D5D64C04FC035DA9388AB06056E8BE6965741E6A5C28
Cryptex1 Generation                     (stng): 4
User Authorized Kext List Hash          (auxp): absent
Auxiliary Kernel Cache Image4 Hash      (auxi): absent
Kext Receipt Hash                       (auxr): absent
CustomKC or fuOS Image4 Hash            (coih): absent
Security Mode:               Full       (smb0): absent
3rd Party Kexts Status:      Disabled   (smb2): absent
User-allowed MDM Control:    Disabled   (smb3): absent
DEP-allowed MDM Control:     Disabled   (smb4): absent
SIP Status:                  Enabled    (sip0): absent
Signed System Volume Status: Enabled    (sip1): absent
Kernel CTRR Status:          Enabled    (sip2): absent
Boot Args Filtering Status:  Enabled    (sip3): absent
2024-06-13 08:21:26 | v34.0 | [erase-install] bputil command exited with success
2024-06-13 08:21:26 | v34.0 | [launch_startosinstall] This is the startosinstall command that will be used:
2024-06-13 08:21:26 | v34.0 | [launch_startosinstall] /Applications/Install\ macOS\ Sonoma.app/Contents/Resources/startosinstall --pidtosignal 20652 --agreetolicense --nointeraction --eraseinstall --allowremoval --forcequitapps --stdinpass --user macadmin 
2024-06-13 08:21:26 | v34.0 | [launch_startosinstall] Launching startosinstall...
File Doesn't Exist, Will Create: /Library/LaunchDaemons/com.github.grahampugh.erase-install.startosinstall.plist
2024-06-13 08:21:27 | v34.0 | [erase-install] Sending password to startosinstall
By using the agreetolicense option, you are agreeing that you have run this tool with the license only option and have read and agreed to the terms.
If you do not agree, press CTRL-C and cancel this process immediately.
Preparing to run macOS Installer...

Preparing: 0.0%            
Preparing: 0.1%            
Preparing: 2.3%            
Preparing: 2.4%            
Preparing: 2.5%            
Preparing: 2.6%            
Preparing: 2.7%            
Preparing: 2.8%            
Preparing: 2.9%            
Preparing: 3.0%            
Preparing: 3.1%            
Preparing: 3.2%            
Preparing: 3.3%            
Preparing: 3.4%            
Preparing: 3.5%            
Preparing: 3.6%            
Preparing: 3.7%            
Preparing: 3.8%            
Preparing: 3.9%            
Preparing: 4.0%            
Preparing: 4.1%            
Preparing: 4.2%            
Preparing: 4.3%            
Preparing: 4.4%            
Preparing: 4.5%            
Preparing: 4.6%            
Preparing: 4.7%            
Preparing: 4.8%            
Preparing: 4.9%            
Preparing: 5.0%            
Preparing: 5.1%            
Preparing: 5.2%            
Preparing: 5.3%            
Preparing: 5.4%            
Preparing: 5.5%            
Preparing: 5.6%            
Preparing: 5.7%            
Preparing: 5.8%            
Preparing: 5.9%            
Preparing: 6.0%            
Preparing: 6.1%            
Preparing: 6.2%            
Preparing: 6.3%            
Preparing: 6.4%            
Preparing: 6.5%            
Preparing: 6.6%            
Preparing: 6.7%            
Preparing: 6.8%            
Preparing: 6.9%            
Preparing: 7.0%            
Preparing: 7.1%            
Preparing: 7.2%            
Preparing: 7.3%            
Preparing: 7.4%            
Preparing: 7.5%            
Preparing: 7.6%            
Preparing: 7.7%            
Preparing: 7.8%            
Preparing: 7.9%            
Preparing: 8.0%            
Preparing: 8.1%            
Preparing: 8.2%            
Preparing: 8.3%            
Preparing: 8.4%            
Preparing: 8.5%            
Preparing: 8.6%            
Preparing: 8.7%            
Preparing: 8.8%            
Preparing: 8.9%            
Preparing: 9.0%            
Preparing: 9.1%            
Preparing: 9.2%            
Preparing: 9.3%            
Preparing: 9.4%            
Preparing: 9.5%            
Preparing: 9.6%            
Preparing: 9.7%            
Preparing: 9.8%            
Preparing: 31.4%            
Preparing: 32.0%            
Preparing: 36.8%            
Preparing: 41.6%            
Preparing: 46.4%            
Preparing: 51.2%            
Preparing: 99.9%            
Preparing: 100.0%            2024-06-13 08:32:36 | v34.0 | [post_prep_work] Reboot delay set to 0s

2024-06-13 08:32:36 | v34.0 | [erase-install] terminating the process 'caffeinate' process

2024-06-13 08:32:36 | v34.0 | [finish] Script exit code: 0
Error: system reboot failed...

Preparing: 100%          
Signaling PID: 20652 that system is restarting...

Restarting...
2024-06-13 09:21:26 | v34.0 | [erase-install] Timeout reached for PID 24380!

Screenshots Attached IMG_1519

Screenshot 2024-06-11 at 12 28 11 PM

Environment (please complete the following information):

Additional context Add any other context about the problem here. IMG_1518

grahampugh commented 3 months ago

startosinstall failed with Error: system reboot failed.... Possibly something blocking the reboot?

GabeShack commented 3 months ago

Nothing im aware of, and certainly nothing specific to apple silicon that I can think of