<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>my.ukrweb.info УКРВЕБ ІТ веблог</title>
  <subtitle>окремий погляд на ІТ</subtitle>
  <link rel="alternate" type="text/html" href="http://my.ukrweb.info/node/106"/>
  <link rel="self" type="application/atom+xml" href="http://my.ukrweb.info/node/106/atom/feed"/>
  <id>http://my.ukrweb.info/node/106/atom/feed</id>
  <updated>2008-06-12T02:35:47+03:00</updated>
  <entry>
    <title>KALYWAY(any) DVD Leopard universal installation how-to</title>
    <link rel="alternate" type="text/html" href="http://my.ukrweb.info/node/106" />
    <id>http://my.ukrweb.info/node/106</id>
    <published>2008-02-15T14:07:36+02:00</published>
    <updated>2008-06-12T02:35:47+03:00</updated>
    <author>
      <name>podarok</name>
    </author>
    <category term="osx86" />
    <category term="англійська" />
    <category term="латка" />
    <category term="макінтел" />
    <category term="макос" />
    <category term="патч" />
    <category term="хакінтош" />
    <summary type="html"><![CDATA[<div lang="en-UA" title="Universal HOW-TO for Kalyway(or any) DVD installation and repair">
During one problematic installation KALYWAY DVD onto Everex SA-2053T Notebook I have found a solution that helps me install KALYWAY DVD 10.5.1 Leopard and this solution is very universal and comfortable with most unsupported systems.<br/><br />
Also this solution can be usefull for Your to resrore Your crashed system after unsuccessfull driver or any kext installation or modification.<br />
</br/></div>
<div align="center">
</div>
    ]]></summary>
    <content type="html"><![CDATA[<div lang="en-UA" title="Universal HOW-TO for Kalyway(or any) DVD installation and repair">
During one problematic installation KALYWAY DVD onto Everex SA-2053T Notebook I have found a solution that helps me install KALYWAY DVD 10.5.1 Leopard and this solution is very universal and comfortable with most unsupported systems.<br/><br />
Also this solution can be usefull for Your to resrore Your crashed system after unsuccessfull driver or any kext installation or modification.
</br/></div>
<div align="center">
<a target="_blank" href="http://top.blog.net.ua/" rel="nofollow"><img src="http://top.blog.net.ua/tracker.php?do=in&amp;id=428" alt="UA TOP Bloggers" width="1" height="1" /></a>
</div>
<div lang="en-UA" title="Universal HOW-TO for Kalyway DVD restore">Good time of the day!<br /> I`m glad to say You that after <q>couple days of making sex</q> with my <a lang="en-US" target="_blank" title="SA-2053T hackintosh enabled notebook" type="text/html" href="http://www.everex.com/products/sa2053t/sa2053t.htm">Everex notebook</a> I found a solution that helps me install KALYWAY DVD 10.5.1 Leo.<br /> <br /> For now I can post for You a small how-to step by step (installation and repair)<br /> My installation how-to is for <q>guid</q> partition style, but I know that it can helps in other situation too.<br /> <strong>And of couse this how-to is only for that hardware configuration that can boot from KALYWAY(Or any other Your have) installation DVD into Installer.</strong></div>
<div lang="en-UA">&nbsp;</div>
<div lang="en-UA"><strong>HDD preperation</strong>
<ol>
<li>Boot with install DVD (Any! Not only KALYWAY)</li>
<li>Run Terminal</li>
<li>Type in it <strong>diskutil list</strong></li>
<li>Analysis for command out is very simple<br /><br />
<blockquote>Example:  </blockquote>
<blockquote><p><img lang="uk, en" alt="KALYWAY osx installation - terminal - diskutil list analysys" longdesc="http://my.ukrweb.info/osx86" src="http://my.ukrweb.info/files/terminal_diskutil_list_osx.png" /></p></blockquote>
<blockquote><p>Here We can see full list of supported HDD`s by installation config at our system(In my screenshot there are 3 disks - /dev/disk0 and /dev/disk1 and /dev/disk2 ). And for Now We can partition it with a fdisk.</p></blockquote>
<div align="left">&nbsp;</div>
</li>
<li>After selecting Your disk You have to partition it with fdisk
<ul>
<li>in Terminal type fdisk -e <strong>/dev/<font color="#ff0000">r</font>disk<font color="#ff0000">X</font> </strong>( r - this is special device type for write accessing to disk with a number X (You have to select it from <strong>diskutil list</strong> out)</li>
<li>please type in fdisk console <strong>auto boothfs </strong>(fdisk will partition your <strong>disk<font color="#ff6600">X</font></strong> with a 8Mb hidden boot partition and hfs filesystem)</li>
<li>type <strong>quit </strong>for exiting and writing changes</li>
</ul>
<blockquote><p><strong>After it You have to reboot Your machine and boot it from KALYWAY DVD again</strong></p></blockquote>
</li>
<li>After booting into DVD Install - Your can continue installing Leo as You want and as described in the DVD Manual</li>
<li>Main Reboot for checking if Your hardware supported with KALYWAY(or any) DVD - <strong>if Yes - please close this WebPage</strong></li>
</ol>
<p><strong>System Recovery</strong><br />
<ol type="1" start="8">
<li>But if Your system can`t boot Your can restore it and make it bootable - Your have to reboot Your machine and boot it again from installation DVD</li>
<li>After booting - go to <strong>Terminal </strong>and do this steps<br />
<ul type="disc">
<li><strong>cd /Volumes/<font color="#339966">type_here_Your_boot_volume_name</font></strong>/System/Library</li>
<li><strong>mv Extensions Extensions.orig</strong></li>
<li><strong>cp -Rv /System/Library/Extensions ./</strong></li>
<li><strong>chown -Rv root:wheel Extensions</strong></li>
<li><strong>cp /usr/standalone/i386/* </strong><strong>/Volumes/<font color="#339966">type_here_Your_boot_volume_name</font>/usr/standalone/i386/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (<font color="#ff0000">only if Your system&nbsp; lost bootloader</font>)</strong></li>
<li><strong>chown -Rv root:wheel </strong><strong>/Volumes/<font color="#339966">type_here_Your_boot_volume_name</font>/usr/standalone/i386/*</strong><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (<font color="#ff0000">only if Your system&nbsp; lost bootloader</font>)</strong></li>
<li><strong>rm -rf Extensions.mkext &amp;&amp; reboot</strong></li>
</ul>
</li>
</ol>
<blockquote><p>After rebooting Your system can be booted with <strong>tohkernel </strong>as it boots when booting into DVD-install. So Your can continue installing drivers and configuring system.</p></blockquote>
<blockquote><p>But remember - after such repair system is very limited in hardware support so You have to install all drivers Your need.</p></blockquote>
</p><p><font size="4"><strong>If Your crash Your system at any step when Your install and configure - This method ( <font color="#ff0000">steps 8-9</font> ) can always back Your to a working limited bootable config for next try.</strong></font></p></div>
<div>&nbsp;</div>
<div lang="en-UA">Good Luck</div>
<p><br /></p>
    ]]></content>
  </entry>
</feed>
