grahamperrin

Experimental, http://apple.stackexchange.com/q/52619/8546

Mar 30th, 2015
791
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. sh-3.2$ sudo /usr/sbin/bless -mount / -firmware /Applications/Utilities/MacBook\ Pro\ EFI\ Firmware\ Update.app/Contents/Resources/MBP52_008E_05B_LOCKED.scap --recovery --setBoot --nextonly --verbose
  2. Password:
  3. EFI found at IODeviceTree:/efi
  4. Aggregate boot path is IODeviceTree:/PCI0@0/SATA@B/PRT0@0/PMP@0/@0:4
  5. GPT detected
  6. Booter partition required at index 5
  7. System partition found
  8. Booter partition found
  9. Preferred system partition found: disk0s1
  10. Returning booter information dictionary:
  11. <CFBasicHash 0x7ffd42500360 [0x7fff7d875f00]>{type = mutable dict, count = 3,
  12. entries =>
  13. 0 : <CFString 0x10df5de70 [0x7fff7d875f00]>{contents = "System Partitions"} = (
  14. disk0s1
  15. )
  16. 1 : <CFString 0x10df5e650 [0x7fff7d875f00]>{contents = "Data Partitions"} = (
  17. disk0s4
  18. )
  19. 2 : <CFString 0x10df5e670 [0x7fff7d875f00]>{contents = "Auxiliary Partitions"} = (
  20. disk0s5
  21. )
  22. }
  23.  
  24. Substituting ESP disk0s1
  25. Mounting at /Volumes/bless.pGbk
  26. Executing "/sbin/mount"
  27. Returned 0
  28. Deleting contents of EFI cache directory
  29. Creating /Volumes/bless.pGbk/EFI/APPLE/FIRMWARE if needed
  30. Deleting previous contents of /Volumes/bless.pGbk/EFI/APPLE/FIRMWARE
  31. Deleting /Volumes/bless.pGbk/EFI/APPLE/FIRMWARE/MBP111_0138_B03_LOCKED.scap (8454768 bytes)
  32. Opened dest at /Volumes/bless.pGbk/EFI/APPLE/FIRMWARE//MBP52_008E_05B_LOCKED.scap for writing
  33. preallocation not supported on this filesystem for /Volumes/bless.pGbk/EFI/APPLE/FIRMWARE//MBP52_008E_05B_LOCKED.scap
  34.  
  35. /Volumes/bless.pGbk/EFI/APPLE/FIRMWARE//MBP52_008E_05B_LOCKED.scap created successfully
  36. Relative path of /Volumes/bless.pGbk/EFI/APPLE/FIRMWARE//MBP52_008E_05B_LOCKED.scap is \EFI\APPLE\FIRMWARE\MBP52_008E_05B_LOCKED.scap
  37. IOMedia disk0s1 has UUID 4E600427-B0D6-45C6-987C-A97C74F2493F
  38. Executing "/sbin/umount"
  39. Returned 0
  40. Write to RTC: 0
  41. Setting EFI NVRAM:
  42. <CFBasicHash 0x7ffd42501d30 [0x7fff7d875f00]>{type = mutable dict, count = 1,
  43. entries =>
  44. 2 : <CFString 0x10df5deb0 [0x7fff7d875f00]>{contents = "efi-apple-recovery"} = <CFString 0x7ffd42502100 [0x7fff7d875f00]>{contents = "<array><dict><key>IOMatch</key><dict><key>IOProviderClass</key><string>IOMedia</string><key>IOPropertyMatch</key><dict><key>UUID</key><string>4E600427-B0D6-45C6-987C-A97C74F2493F</string></dict></dict><key>BLLastBSDName</key><string>disk0s1</string></dict><dict><key>IOEFIDevicePathType</key><string>MediaFilePath</string><key>Path</key><string>\EFI\APPLE\FIRMWARE\MBP52_008E_05B_LOCKED.scap</string></dict></array>"}
  45. }
  46.  
  47. sh-3.2$ clear ; diskutil mount /dev/disk0s1 ; ls -l /Volumes/EFI/EFI/APPLE/FIRMWARE/ ; diskutil unmount /dev/disk0s1
  48.  
  49.  
  50.  
  51.  
  52.  
  53. Volume EFI on /dev/disk0s1 mounted
  54. total 8322
  55. -rwxrwxrwx 1 gjp22 staff 4260464 31 Mar 03:14 MBP52_008E_05B_LOCKED.scap
  56. Volume EFI on disk0s1 unmounted
  57. sh-3.2$
Add Comment
Please, Sign In to add comment