grahamperrin

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

Mar 30th, 2015
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. sh-3.2$ sudo /usr/sbin/bless -mount / -firmware ~/Desktop/MBPRetinaEFIUpdate-1.3/MBP111_0138_B03_LOCKED.scap --recovery --setBoot --nextonly --verbose
  2. EFI found at IODeviceTree:/efi
  3. Aggregate boot path is IODeviceTree:/PCI0@0/SATA@B/PRT0@0/PMP@0/@0:4
  4. GPT detected
  5. Booter partition required at index 5
  6. System partition found
  7. Booter partition found
  8. Preferred system partition found: disk0s1
  9. Returning booter information dictionary:
  10. <CFBasicHash 0x7fe7b8c0ac90 [0x7fff7d875f00]>{type = mutable dict, count = 3,
  11. entries =>
  12. 0 : <CFString 0x1048a5e70 [0x7fff7d875f00]>{contents = "System Partitions"} = (
  13. disk0s1
  14. )
  15. 1 : <CFString 0x1048a6650 [0x7fff7d875f00]>{contents = "Data Partitions"} = (
  16. disk0s4
  17. )
  18. 2 : <CFString 0x1048a6670 [0x7fff7d875f00]>{contents = "Auxiliary Partitions"} = (
  19. disk0s5
  20. )
  21. }
  22.  
  23. Substituting ESP disk0s1
  24. Mounting at /Volumes/bless.Xksk
  25. Executing "/sbin/mount"
  26. Returned 0
  27. Deleting contents of EFI cache directory
  28. Creating /Volumes/bless.Xksk/EFI/APPLE/FIRMWARE if needed
  29. Deleting previous contents of /Volumes/bless.Xksk/EFI/APPLE/FIRMWARE
  30. Opened dest at /Volumes/bless.Xksk/EFI/APPLE/FIRMWARE//MBP111_0138_B03_LOCKED.scap for writing
  31. preallocation not supported on this filesystem for /Volumes/bless.Xksk/EFI/APPLE/FIRMWARE//MBP111_0138_B03_LOCKED.scap
  32.  
  33. /Volumes/bless.Xksk/EFI/APPLE/FIRMWARE//MBP111_0138_B03_LOCKED.scap created successfully
  34. Relative path of /Volumes/bless.Xksk/EFI/APPLE/FIRMWARE//MBP111_0138_B03_LOCKED.scap is \EFI\APPLE\FIRMWARE\MBP111_0138_B03_LOCKED.scap
  35. IOMedia disk0s1 has UUID 4E600427-B0D6-45C6-987C-A97C74F2493F
  36. Executing "/sbin/umount"
  37. Returned 0
  38. Write to RTC: 0
  39. Setting EFI NVRAM:
  40. <CFBasicHash 0x7fe7b8c0c8f0 [0x7fff7d875f00]>{type = mutable dict, count = 1,
  41. entries =>
  42. 2 : <CFString 0x1048a5eb0 [0x7fff7d875f00]>{contents = "efi-apple-recovery"} = <CFString 0x7fe7b8c0cbe0 [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\MBP111_0138_B03_LOCKED.scap</string></dict></array>"}
  43. }
  44.  
  45. sh-3.2$ clear ; diskutil mount /dev/disk0s1 ; ls -l /Volumes/EFI/EFI/APPLE/FIRMWARE/ ; diskutil unmount /dev/disk0s1
  46.  
  47.  
  48.  
  49.  
  50.  
  51. Volume EFI on /dev/disk0s1 mounted
  52. total 16514
  53. -rwxrwxrwx 1 gjp22 staff 8454768 31 Mar 02:55 MBP111_0138_B03_LOCKED.scap
  54. Volume EFI on disk0s1 unmounted
  55. sh-3.2$
Add Comment
Please, Sign In to add comment