Jump to content
46 posts in this topic

Recommended Posts

Worked first time, though I screwed it up trying to get graphics to work. Specs in sig.

10.4.9 Intel: 10.4.9 Intel package

Kernels: Intel SSE3 (26 March 2007) - edited

Drivers: USB, PowerManagement.bundle, CoreDuoTemp

Applications: Firefox, VLC player, QuickTime+codecs. iTunes, X11, and others

Used ATIinject for graphics and NeoPheus' RTL1xxx installer for ethernet, both working well, but can't get sound working after trying various methods. Props to uphuck for this release!

Worked first time, though I screwed it up trying to get graphics to work. Specs in sig.

10.4.9 Intel: 10.4.9 Intel package

Kernels: AMD SSE3 (1 April 2007)

Drivers: USB, PowerManagement.bundle, CoreDuoTemp

Applications: Firefox, VLC player, QuickTime+codecs. iTunes, X11, and others

Used ATIinject for graphics and NeoPheus' RTL1xxx installer for ethernet, both working well, but can't get sound working after trying various methods. Props to uphuck for this release!

 

whoa, how did you get it to work with an INTEL package and an AMD kernel?

Me thinks this will be a short thread...from the way things have been looking on the forums...a LOT of people are having problems getting it to boot once installed.

 

I had problems at first, but I think that if u use the Disk utility to partition is when u get the problems, I used a Jas disc to partition and format and then installed using the uphuck DVD disc and it is working perfectly and surprisingly fast also.

 

Great work

Absolutely Perfect!!! Was having real issues trying to find a system that would run Pro Tools LE 7.3.1 and Uphuck's 1.3 did it first time.... totally flies too compared with Jas 10.4.8. Sleep and Display detect both work even with Natit Dual 0.2 which never worked before.

 

Here are the options i used:

 

10.4.9 Intel

Intel SSE3-2 Kernal

Natit Dual 0.2

Azalia Audio

 

Had to change the device ID in AppleYukon.kext to get the Yukon 8056 to work but that was it!

 

Thanks a million to Uphuck for the most amazing release yet........

Install Mac OS X (Uphuck 1.3 release) successfully on Toshiba Satellite A105-S1013

 

Mainboard: ATI SB450 (IXP200M)

VGA: ATI express X200M (0x5a621002)

SATA HD: 0x43791002, 0x43761002

CPU: celeron 1.6GHz

Memory: 512MB + 1GB (1.5GB totally)

Wireless: Atheros 5005G

Sound: Realtak HD audio (0x086110ec)

 

 

 

1) disable "Legacy USB support" in BIOS

 

2) Plug an external hard drive to a usb port (format this external hard drive first to give Mac OS X a partition not big, for example 6GB. Don't make it bigger than your notebook partition for Mac OS X)

 

3) Boot from uphuck 10.4.9 V1.3 DVD

 

4) Use "Disk utilities" to format external hard drive as Mac OS partition. The notebook HD is invisible right now 'cause it is SATA HD

 

5) Install Mac OS X to external HD with packs selected as bellow:

10.4.9 Intel patch

universal 3 kernel

AzaliaAudio

VGA---Callisto 3 (For ATI X200M with DeV ID 0x5a62, and Ven ID 0x1002)

All the applications you like

DO NOT INSTALL ATIATA.kext. IT IS NOT WORKING FOR ATI IXP 200 CHIPSET (SB450)

 

6) Reboot system to windows XP or Vista. install Chain0 method to boot Mac OS X. The method for Vista is listed as bellow:

open Command Prompt as administrator. run:

bcdedit /enum all | find "{ntldr}" (to make sure you see returns like "identifier {ntldr}")

Copy chain0 to c:\

run:

bcdedit /copy {ntldr} /d "Mac OS X"

bcdedit /set {YOUR-GUID-HERE} device boot

bcdedit /set {YOUR-GUID-HERE} path \chain0

bcdedit /displayorder {YOUR-GUID-HERE} /addlast

(replace YOUR-GUID-HERE with the returns of first command /*bcdedit /copy {ntldr} /d "Mac OS X"*/

reboot to Mac OS X and finish the initial OS X setup. You will see the Realtak HD audio (0x086110ec) and Atheros 5005G wireless card are working. (For sound, the volume slider is not working but I can adjust volume by the hard button)

 

7) To make ATI X200M display card working at 1280x800 resolution, open a terminal and run:

sudo nano /System/Library/Extensions/CallistoHAL.kext/Contents/Info.plist

change the bold string as bellow:

 

<key>CallistoPCIMatch</key>

<dict>

<key>CFBundleIdentifier</key>

<string>com.free.driver.CallistoHAL</string>

<key>IOClass</key>

<string>CallistoHAL</string>

<key>IOMatchCategory</key>

<string>IOService</string>

<key>IOPCIMatch</key>

<string>0x5a621002&0xffffffff</string>

<key>IOProbeScore</key>

<integer>60000</integer>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

Ctr+O to save and Ctr+X to exit (Screen resolution will change after reboot. Don't do permission repairing)

 

8) To add SATA HD support, open a terminal and run:

sudo nano /System/Library/Extensions/AppleVIAATA.kext/Contents/Info.plist

Add the bold string as bellow:

 

<key>CFBundleIdentifier</key>

<string>com.apple.driver.AppleVIAATA</string>

<key>Hardware Name</key>

<string>8237 SATA</string>

<key>IOClass</key>

<string>AppleVIAATARoot</string>

<key>IOPCIPrimaryMatch</key>

<string>0x43791002 0x528810B9 0x31491106 0x00e310de 0x005410de 0x005510de 0x2360197b 0x2361197b 0x2363197b 0x2365197b 0x2366197b</string>

Ctr+O to save and Ctr+X to exit (Again, Don't do permission repairing)

 

9) Now reboot the system, screen resolution is change to 1280x800 and laptop internal SATA HD is shown on desktop. To install Mac OS X onto laptop internal SATA HD, one more thing need to be done as bellow.

Open a terminal and run:

sudo -s (Enter your password here)

cd /System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns

cp /System/Library/Extensions/AppleVIAATA.kext .

nano /System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleVIAATA.kext/Contents/Info.plist

(make sure you see the bold string, of not, added)

 

<key>VIA SATA Controller</key>

<dict>

<key>CFBundleIdentifier</key>

<string>com.apple.driver.AppleVIAATA</string>

<key>Hardware Name</key>

<string>8237 SATA</string>

<key>IOClass</key>

<string>AppleVIAATARoot</string>

<key>IOPCIPrimaryMatch</key>

<string>0x43791002 0x43761002 0x528810B9 0x31491106 0x00e310de 0x005410de 0x005510de 0x2360197b 0x2361197b 0x2363197b 0x2365197b 0x2366197b</string>

<key>IOProbeScore</key>

<string>1000</string>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

<key>Serial ATA</key>

<true/>

</dict>

 

* Press Ctrl + O to save the file, press Enter, and then press Ctrl + X to exit nano.

 

chown -R root:wheel /System/Library/Extensions

chmod -R 755 /System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns

cd /System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns

kextload AppleVIAATA.kext (should tell you it loaded successfully)

rm /System/Library/Extensions.kextcache

kextcache -k /System/Library/Extensions/

kextcache -m /System/Library/Extensions.mkext /System/Library/Extensions/IOATAFamily.kext/Contents/Plugins/AppleVIAATA.kext

kextcache -L -N -e

 

Finally to make sure, use "disk utilities" to repair disk permission before you reboot

 

10) Restart into Mac OS X to make sure everything works fine. Then restart to Windows Vista.

Shrink your internal SATA hard drive to give space for Mac OS X (make sure bigger then that of external Mac OS X partition)

mark primary partition for that free space with Vista or any other software

Use Norton Ghost 8.x or similar software to clone the Mac OS X partition in external HD to the internal SATA HD partition for prepared for Mac

Disconnect the external HD and reboot. You will see the Mac works good.

Uphuck 1.3 AMD Success:

 

Hardware:

AMD Athlon X2 4400+

MSI Neo4 Nforce 4 board

XFX 7950GT PCI-E (Needed to flash Bios)

 

Install:

Kernel: AMD SSE 3 Kernel

Patches: removed the Thermal kext and remove Intel CpuPowermanagement

Drivers: usb, azaliaaudio, realtek r1000--no nvidia drivers at this point

Software: Most of it

 

For video, added my device ID to all 3 of the normal kexts, then installed nvinject kext...1680x1050 with full QE/CI support

Also had to use oldr smbfs.kext to connect to my Win 2003 shares.

 

Everything is working fine

Uphuck, WOW man, keep up the superb work.

 

Works beautifully on this setup, except for ethernet, but thats probably the card itself is bad (really old junky card)

 

Intel Pentium4 HT 2.8 GHz (Sees both logical cores, SSE2)

Acer/MSI MS-6772 Mainboard (Doesnt work with built-on ethernet, sound works great, dunno about SATA)

eVGA nVidia GeForce FX 5200 128MB VGA/TV-out only AGP8X, QE/CI enabled via Titan. FAST, all resolutions on monitor supported.

Adaptec 3-port Firewire 400 PCI Card, works out of the box.

DVD-ROM works, CD-RW unsupported, but is fixed using PatchBurn.

40GB Maxtor HDD works beautifully, floppy drive = no go, of course. XD

 

Everything is running smoothly. I'm gonna fiddle with the ethernet tomorrow or the next day.

 

Gonna go catch some sleep, for work tomorrow. Thanks again uphuck!

Thanks uphuck!

 

Got everything working (Intel SSE2, Radeon 9600XT) except internet... Does anyone know where I can get that old 10.4.4 (or maybe .6, dunno anymore) IONetworkFamily.kext? From previous attempts I know that internet was working with that kext, though now I can't find it anymore....

 

And btw, this is about exactly what I did to setup the dual boot: http://coolblog.profit42.com/2007/06/23/os...-intel-and-amd/

Uphuck success right !

 

 

 

hi everyone, thanks for feedbacks and guides :)

 

pro: fast installation

con: following problems

 

Somes issues with Uphuck 1.3 and Apps

 

Had to trash AppleSMBIOS.kext and replace by an old one to have CS3 working ?

In French the "utilitaires" folder is staying in "Utilities" ?

Had to trash network preferences or modify in en0 to have FCP working ?

Digital Performer doesn't work no more ?

 

... :(

 

Thank's

Got everything working (Intel SSE2, Radeon 9600XT) except internet... Does anyone know where I can get that old 10.4.4 (or maybe .6, dunno anymore) IONetworkFamily.kext? From previous attempts I know that internet was working with that kext, though now I can't find it anymore....

It's on the uphuck 1.3 DVD in the Drivers section. It's from 10.4.5.

 

So far I have it running on 2 ThinkPad T41 laptops. For those keeping score at home, the T41 is Intel 855 chipset based, with a Radeon Mobility 9000 32 meg graphic card. I have a gig of RAM in both.

 

I used Universal Kernel 3 (on one, Intel SSE2 on the other. Hey, I was experimenting!), AppleACPI.kext patch (needed), Login.app patch (dunno if this is really needed, haven't tried without it yet), IOATAFamily.kext patch (needed), IO80211Family.kext driver (need for wifi), and most of the apps. After install, boot will fail at the "xxxx Buffers......." line until you copy over the AppleAPIC.kext from 10.4.8 or (in my case) 10.4.6. AppleMPIC.kext is NOT needed. Repair permissions and all is well.

 

Everything works - wired and wifi network, audio, USB, trackpad. No QE/CI video, but it's just not possible with the video card in this machine.

×
×
  • Create New...