T43 Jas OSx86 10.5.4 client/server SSE2/SSE3 on T43
Posted: Sat Sep 20, 2008 11:01 pm
Just share my installation process with you. Hope it help
Thinkpad config
T43 2668BH3 Intel Pm 1.86G, 1G memory, 80G(FUJITSU MHV2080AH), BCM5751 Gigabit Ethernet, Intel 2200BG Wifi, ATI X300, SoundMax Audio(AD1981B), Bluetooth/touchchip fingerprint
Prepare
Already had a XP installed and a empty primary partition of 20G
During installation you need to format it as. Search other tutorial if needed
Reason for 10.5.4
Using ToH Rc3 10.5 works fine. Then tried to upgrade to 10.5.3 using Kally's or other things but all failed so finally got Jas 10.5.4
Problem using default installation
Insert the DVD and run installation OK, reboot and dead in booting.
Use -v and get error message
Solutions
Insert the DVD and choose "Custom" and select
Note to brave man: I haven't got chance to choose the audio driver so you might want to try selecting similar driver with AD1981B/Soundmax/AC97.
After install it should be booting up safe and sound.
Network Card
Download this file to your XP disk or USB disk
http://rapidshare.com/files/163863793/BCM5751.167d.tgz
NOTE: It is only for BCM5751 id:167D. Search for tutorial for other id if needed
TODOes
Video/Sound/WiFi
=====
Have fun.
Thinkpad config
T43 2668BH3 Intel Pm 1.86G, 1G memory, 80G(FUJITSU MHV2080AH), BCM5751 Gigabit Ethernet, Intel 2200BG Wifi, ATI X300, SoundMax Audio(AD1981B), Bluetooth/touchchip fingerprint
Prepare
Already had a XP installed and a empty primary partition of 20G
During installation you need to format it as
Code: Select all
"Mac OS Extended (Case-sensitive, Journaled)"Reason for 10.5.4
Using ToH Rc3 10.5 works fine. Then tried to upgrade to 10.5.3 using Kally's or other things but all failed so finally got Jas 10.5.4
Problem using default installation
Insert the DVD and run installation OK, reboot and dead in booting.
Use -v and get error message
Code: Select all
"Still waiting for root device" Insert the DVD and choose "Custom" and select
Code: Select all
Kernel Packages --> StageXNU (ToH 9.4.0 )
Chipsets Drivers --> VIA SIS Marvell & SB chipset
Device Indentification -> Intel ICHX/PIIXATAAfter install it should be booting up safe and sound.
Network Card
Download this file to your XP disk or USB disk
http://rapidshare.com/files/163863793/BCM5751.167d.tgz
NOTE: It is only for BCM5751 id:167D. Search for tutorial for other id if needed
Code: Select all
sudo -s
Enter your account password
cp BCM5751.167d.tgz /
tar zxvf BCM5751.167d.tgz
vi /etc/rc.local
==== cut here and paste
#sudo kextload /System/Library/Extensions/AppleBCM5751Ethernet.kext
#sleep 2
sudo ifconfig en0 ether XX:XX:XX:XX:XX:XX # mac address. If doesn't work uncomment the above 2 lines then reboot. It should work
==== paste end
chown -R root:wheel /System/Library/Extensions/AppleBCM5751*
chmod -R 755 /System/Library/Extensions/AppleBCM5751*
sudo rm /System/Library/Extensions.mkext
sudo rm /System/Library/Extensions.kextcache
Video/Sound/WiFi
=====
Have fun.