I was hoping that people would post there experience with the OSx86 on your IBM T60.
I havn´t downloaded the ISO yet, but will install it as soon as its completed.
This is a guide for fully installing OS X on your T60P 2623DDU. I struggled with a few things but got everything working eventually Smile
Download and install a 10.4.6 installer disk from the internet from "places" Wink
Make sure that you have your bios on STOCK settings (boot up the computer, hit f1 to get into the bios, and revert to defaults).
Proceed to install OS X. You must use the disk utility (see the menu bar at the top) to erase the disk before it will install to it. Make sure to back up any important data.
Also, MAKE SURE to select "customize" and select all the intel and SATA related patches from the bottom of the list.
Now you should have a very rough OS X install. On to the fun part!
SOUND
1. Delete AppleHDA.kext:
* In Terminal, type: sudo rm -rf /System/Library/Extensions/AppleHDA.kext
* sudo rm -rf /System/Library/Extensions.mkext
* sudo rm -rf /System/Library/Extensions.kext
2) Edit AppleAzaliaAudio.kext:
* In Terminal, type: sudo pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/Info.plist
* Search for (use hotkey= ctrl + w):
<key>IOHDAudioCodecVendorID</key>
* change the string to:
<string>0x10ec0882</string>
* Exit pico
* sudo pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist
* Search for (use hotkey= ctrl + w):
<key>IOPCIPrimaryMatch</key>
* change the string to:
<string>0x27d88086</string>
* Exit pico
3) Clean up the system:
* In Terminal, type: sudo kextload /System/Library/Extensions/AppleAzaliaAudio.kext
* kextcache -k /System/Library/Extensions/
4) Then, reboot and enjoy sound out of two channels.
Possible Problems: [NEW]
If you get "b0 error" or "disk error" when booting, you must activate your Mac OS X partition (make it bootable). Here is a quick writeup on how to do that:
1) When the dvd says "hit any key to boot" press f8. it will then prompt you for boot flags and will look like this: "boot: ".
2) Enter -s for single user mode and hit enter; this will take you to a command prompt.
3) After it boots, type "fdisk -e /dev/rdisk0". Ignore any messages it says.
4) Next, type "print" and it will list all the partitions on the disk.
5) identify the partition number that you want to make active and then 6) type: "flag #" where # is the partition you decided should be active (bootable).
7) Type "write" to save the changes, and then type "quit" and "reboot".
Note: Setting "Display Mode"="1400x1050x32" at the bootloader fixes the resolution issue but still no QE
x1400 support already exists, and there is an open source intel driver being made. as for the x1300, i just dont know the device id off of the top of my head, but it SHOULD work.kulivontot wrote:Considering there is no open source code for the ATI driver, porting one to OSX for the x1300/1400 will be next to impossible. The only hope is that the driver on the XServe released this month will be compatible with our x1300's. Wireless may be doable however... But it might just be easier to buy an IBM atheros-based wireless card for $50.
Users browsing this forum: No registered users and 2 guests