{"id":35,"date":"2009-08-30T02:48:29","date_gmt":"2009-08-30T09:48:29","guid":{"rendered":"http:\/\/porkrind.org\/missives2\/?p=35"},"modified":"2013-05-30T01:46:37","modified_gmt":"2013-05-30T08:46:37","slug":"what-i-had-to-do-to-get-snow-leopard-to-install-on-my-macbook","status":"publish","type":"post","link":"https:\/\/porkrind.org\/missives\/what-i-had-to-do-to-get-snow-leopard-to-install-on-my-macbook\/","title":{"rendered":"What I had to do to get Snow Leopard to install on my MacBook"},"content":{"rendered":"<p>I was getting this message:<\/p>\n<blockquote><p>Mac OS X cannot be installed on &#8220;silver&#8221;, because this disk cannot be used to start up your computer.<\/p><\/blockquote>\n<p>The problem turns out to be that the Mac OS really wants 128MB of unused space after your main Mac OS partition. If your partitions are back to back then you will get this message. The fix <a href=\"http:\/\/discussions.apple.com\/message.jspa?messageID=10063687#10063687\">seemed like it would be easy<\/a>. But unfortunately it was not. When I tried using Disk Utility to tweak my partition around it would immediately get the error &#8220;MediaKit reports no such partition&#8221;. Great. So I booted into the Snow Leopard CD, launched terminal and ran the following command:<\/p>\n<pre>$ diskutil list<\/pre>\n<p>This let me figure out what my disk partition number and what the new size should be. Here is my output:<\/p>\n<pre>\/dev\/disk0\r\n   #:                       TYPE NAME         SIZE       IDENTIFIER\r\n   0:      GUID_partition_scheme             *500.1 GB   disk0\r\n   1:                        EFI              209.7 MB   disk0s1\r\n   2:                  Apple_HFS silver       452.8 GB   disk0s2\r\n   3:       Microsoft Basic Data              21.7 GB    disk0s3\r\n   4:       Microsoft Basic Data NO NAME      21.5 GB    disk0s4\r\n   5:                 Linux Swap              3.8 GB     disk0s5<\/pre>\n<p>So my OS X disk is &#8220;silver&#8221;. I took 452.8 and subtracted 128MB which is basically .1 and then subtracted another .1 for good measure. Then I ran the disk resizing command like this:<\/p>\n<pre>$ diskutil resizevolume \/dev\/disk0s2 452.6GB<\/pre>\n<p>This went through and did an fsck (verified the disk format) and spit cool little text progress bars at me (I&#8217;ve never seen a barbershop pole in text before, thanks Apple). When it was finished checking the disk it went ahead and shrunk my partition. Yay for command line tools that actually work!<\/p>\n<p>After resizing my partition the Snow Leopard installer magically decided it was bootable and I was able to install.<\/p>\n<p>My brother had this exact same thing happen to him except his Disk Utility (and even diskutil) told him that there wasn&#8217;t enough space on his disk when he tried to resize it. So I had him grab a disk defrag utility and check out the disk. It appears he had some stuff at the end of the disk and we are theorizing that Disk Utility doesn&#8217;t move files around in order to shrink the disk. So he started up a defrag process and went to bed while it chugs along. I&#8217;ll update later and report whether that fixes his problem or not. I have high hopes though.<\/p>\n<p>Update: His defrag finished and he was able to resize his partition in Disk Utility and after that Snow Leopard let him install.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I was getting this message:&#8221;Mac OS X cannot be installed on &#8220;silver&#8221;, because this disk cannot be used to start up your computer.&#8221;<br \/>\n&#8230;<br \/>\nThe problem turns out to be that the Mac OS really wants 128MB of unused space after your main Mac OS partition.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[10],"tags":[],"class_list":["post-35","post","type-post","status-publish","format-standard","hentry","category-sysadmin"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/porkrind.org\/missives\/wp-json\/wp\/v2\/posts\/35","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/porkrind.org\/missives\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/porkrind.org\/missives\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/porkrind.org\/missives\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/porkrind.org\/missives\/wp-json\/wp\/v2\/comments?post=35"}],"version-history":[{"count":8,"href":"https:\/\/porkrind.org\/missives\/wp-json\/wp\/v2\/posts\/35\/revisions"}],"predecessor-version":[{"id":396,"href":"https:\/\/porkrind.org\/missives\/wp-json\/wp\/v2\/posts\/35\/revisions\/396"}],"wp:attachment":[{"href":"https:\/\/porkrind.org\/missives\/wp-json\/wp\/v2\/media?parent=35"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/porkrind.org\/missives\/wp-json\/wp\/v2\/categories?post=35"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/porkrind.org\/missives\/wp-json\/wp\/v2\/tags?post=35"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}