Advertisement
Guest User

Montery

a guest
Nov 10th, 2021
1,444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. EFI found at IODeviceTree:/efi
  2. Will need to copy 8388608 bytes to EFI system partition
  3. No auxiliary booter partition required
  4. System partition found
  5. Preferred system partition found: disk0s1
  6. Returning booter information dictionary:
  7. {
  8. "Auxiliary Partitions" = (
  9. );
  10. "Data Partitions" = (
  11. disk1s5s1
  12. );
  13. "Preboot Volumes" = (
  14. disk1s2
  15. );
  16. "System Partitions" = (
  17. disk0s1
  18. );
  19. }
  20. Substituting ESP disk0s1
  21. Mounting at /Volumes/bless.HhYh
  22. Executing "/sbin/mount"
  23. Returned 0
  24. Creating /Volumes/bless.HhYh/EFI/APPLE/FIRMWARE if needed
  25. Deleting previous contents of /Volumes/bless.HhYh/EFI/APPLE/FIRMWARE
  26. Deleting /Volumes/bless.HhYh/EFI/APPLE/FIRMWARE/MBP121.fd (8388608 bytes)
  27. Opened dest at /Volumes/bless.HhYh/EFI/APPLE/FIRMWARE/MBP121.fd for writing
  28. preallocation not supported on this filesystem for /Volumes/bless.HhYh/EFI/APPLE/FIRMWARE/MBP121.fd
  29.  
  30. /Volumes/bless.HhYh/EFI/APPLE/FIRMWARE/MBP121.fd created successfully
  31. Relative path of /Volumes/bless.HhYh/EFI/APPLE/FIRMWARE/MBP121.fd is \EFI\APPLE\FIRMWARE\MBP121.fd
  32. IOMedia disk0s1 has UUID FFDC4D3D-09B0-4D83-974B-8C547C181C13
  33. Executing "/sbin/umount"
  34. Returned 0
  35. Write to RTC: 0
  36. Setting EFI NVRAM:
  37. {
  38. "efi-apple-recovery" = "<array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>FFDC4D3D-09B0-4D83-974B-8C547C181C13</string></dict></dict><key>BLLastBSDName</key><string>disk0s1</string></dict><dict><key>IOEFIDevicePathType</key><string>MediaFilePath</string><key>Path</key><string>\\EFI\\APPLE\\FIRMWARE\\MBP121.fd</string></dict></array>";
  39. }
  40. marcel@Marcels-MacBook-Pro ~ %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement