How-to: Install OS X x86 natively on your PC
Few days ago few videos showed a X86 booting OSX tiger with a PIV. Let’s detail step by step how to boot OSX in x86. Yes should work also on virtual pc.
“First of all, you cant install OS X on a new partition, it needs it’s own drive. For this guide Im installing it on my Sony Vaio TR2A. Since I only have one harddrive, it means I’m wiping windows and all my files in the process. You can easily follow the same steps but instead install it on a second harddrive in your PC. Here is how I have succesfully install OS X x86 NATIVELY on my laptop!
First of all, I think your CPU needs at LEAST sse2. For rosetta and to get itunes and other ppc apps working, you need sse3. My vaio has a Pentuim M, so no rosetta for me. Everything else works. Im posting this from the OS X x86 port of Firefox
1. Download “tiger-x86.tar.bz2” from your favorite torrent site. (arr).
2. Copy tiger-x86-flat.img from the archive to an external USB drive (it’s 6gb)
3. Download [url=http://www.ubuntulinux.org/download/]Ubuntu Live CD…[/url] be sure you get the “Live CD”!!
4. Burn the ubuntu iso, stick it in your pc, and boot it! (make sure you have your bios set to boot to CD)
5. Once ubuntu boots and the gui finally comes up, hook up the USB drive you copied the 6gb image to. A window should pop up showing the contents of the drive. Take note of where its mounted. It should be /Devices/Yourdrivesvolumename
6. Open a terminal window and cd to that directory (/Devices/Yourdrivesvolumename). Do an “ls” to make sure you are in the right place (you should see the 6gb img file.
7. In the terminal window type:
[b]dd bs=1048576 if=./tiger-x86-flat.img of=/dev/hda[/b]
Replace hda with the correct drive! If you only have one drive, its probably hda. Thats what mine was. You are about to erase this entire drive so make sure youve got it right and make sure you want to do this! Hit enter. It takes a while… took my vaio about 9 minutes.
8. When it’s done, remove the ubuntu disc and shut down the pc. Disconnect your usb drive. Thats it! When you power it back on, OS X should boot!
For whatever reason, mine hangs when its loading. If this happens to you, boot with the -x option (hit a button at the darwin screen when you boot your pc. enter “-x” and hit enter). Should work without any problems, and I dont see any restrictions being in safe mode.
You’ll notice there is a login screen, and you dont know the password! This image was created by “deadmoo” and we can easily change his password. Reboot the machine again. Again, hit a button at the darwin screen. This time type “-s” and hit enter to boot into single user mode. At the command prompt screen type:
[b]sh /etc/rc
passwd curtis[/b]
It should prompt you for a new password. You can change any users password this way by replacing “curtis” with any other username.
Done! Now reboot once more, and again use the “-x” option. Everything should boot, and at the login screen enter your new password. ”
from [url=http://www.360hacker.net/forums/viewtopic.php?t=158]360hacker[/url]
Post a reply
You must be logged in to post a comment.