question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Alternative shasum 0e063fd87d5b0a4f68dbd35da95b2018748f88eb for InstallESD.dmg for OS X 10.10.5

See original GitHub issue

Downloaded with the App Store yesterday (2016-06-17), the result and a discrepancy was noted at http://apple.stackexchange.com/a/246331/8546

Today I trashed that copy, emptied the trash, restarted the Mac, gained a fresh copy and obtained the same result from shasum:

sh-3.2$ date ; uptime ; cd /Applications/Install\ OS\ X\ Yosemite.app/Contents/SharedSupport/
Mon 18 Jul 2016 18:53:47 BST
18:53  up 58 mins, 2 users, load averages: 2.81 3.78 3.65
sh-3.2$ shasum InstallESD.dmg ; sw_vers
0e063fd87d5b0a4f68dbd35da95b2018748f88eb  InstallESD.dmg
ProductName:    Mac OS X
ProductVersion: 10.12
BuildVersion:   16A239m
sh-3.2$ 

The discrepancy

0e063fd87d5b0a4f68dbd35da95b2018748f88eb for downloads today and yesterday differs from ef5cc8851b893dbe4bc9a5cf5c648c10450af6bc at https://github.com/drduh/OS-X-Security-and-Privacy-Guide/blob/master/InstallESD_Hashes.csv

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
drduhcommented, Jul 20, 2016

I’m also getting 0e063fd87d5b0a4f68dbd35da95b2018748f88eb / 6a2d563b89d4c2733e8ff087c16db0caaa6594375ac835b3110df4306edb2459 for the latest 10.10.5 InstallESD.dmg.

Interestingly enough, each file on the mounted volume is identical, though.

$ diff <(find /Volumes/OS\ X\ Install\ ESD/ -type f -exec shasum -a 256 {} \+ | sed 's%/Volumes/.*/%%') <(find /Volumes/OS\ X\ Install\ ESD\ 1 -type f -exec shasum -a 256 {} \+ | sed 's%/Volumes/.*/%%') ; echo $?
0

More random poking about:

$ stat -f %z *dmg
5718943631
5718940459
$ hdiutil info | grep block
blockcount      : 11760932
blocksize       : 512
blockcount      : 11760932
blocksize       : 512
$ diff <(tail -c 512 InstallESD-latest.dmg | hexdump -C) <(tail -c 512 InstallESD-current.dmg | hexdump -C)
2c2
< 00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 59 71 97  |.............Yq.|
---
> 00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 59 71 9e  |.............Yq.|
9c9
< 000000d0  00 00 00 00 00 00 00 00  00 00 00 01 54 d7 ef 46  |............T..F|
---
> 000000d0  00 00 00 00 00 00 00 00  00 00 00 01 54 d7 ef 4d  |............T..M|

Here is a mysterious Pastebin from February with MD5 sums of both DMGs: http://pastebin.com/CDrPPjsj

I can’t explain the discrepancy at this time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Identical OS X Installers have different sizes. Why? Checksum?
I'm downloading past OS X Installers from the Mac App Store for safekeeping and I keep ending up with different sizes for identical...
Read more >
SHA1 hash for OSX 10.10 Yosemite public release?
What is the correct shasum of InstallESD.DMG for OS X 10.10 Yosemite? 22 · Macbook Pro not detecting bootable USB with Yosemite ·...
Read more >
notpeter/apple-installer-checksums - GitHub
SHA1 checksums of Apple's installers for: Mac OSX InstallESD.dmg; Xcode Installer DMGs. Why? Strong cryptography makes us all safer.
Read more >
Yosemite 10.10.5 not found in apple store - Apple Community
Iso 10.10.5 and copy it to my macbook pro, try to make yosemite bootable usb flash with install disk creator but a message...
Read more >
apple-installer-checksums - WorldLink资源网
SHA1 checksums of Apple's installers for: Mac OSX InstallESD.dmg; Xcode Installer DMGs. Why? Strong cryptography makes us all safer. Verify checksums. OSX:
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found