AOD250 10.5.8 iDeneb 1.6 install

OSX and software

Moderators: smilespray, fletch33

AOD250 10.5.8 iDeneb 1.6 install

Postby lajos » Sun Oct 18, 2009 12:36 am

This is a short tutorial for installing iDeneb 1.6 on an AOD250. The full model number of my machine is D250-1042.

Before you start with OS X on a D250, you should replace the internal wifi card. Seriously. I spent weeks trying to get the Atheros to work with iAtkos and iDeneb. It will not work.

I purchased a DW1510 from eBay for under $20, replacing it took about 15 minutes. I've read horror stories about taking the AOD apart, it's actually super easy, easier than other notebooks I worked on before. You can find the service manual on this forum, it has great step by step illustrated information.

Do not buy a DW1390, it will not fit in the D250. You need a half minicard. The DW1510 also supports 802.11n, which is a nice speed upgrade anyway. The DW1510 works "out of the box" under iDeneb 1.6.

From here on we assume that you have a DW Wifi card.

I have also replaced the hardrive (320gb seagate 7200rpm) and upgraded the memory to 2gb. OS X is a freaking memory hog, I definitely suggest the 2gb upgrade.

I tried iAtkos, but I had several problems (audio choppy, USB running at 1.0 speed and some others I forget now that I have a perfectly running system ;)).

Here's what works:
  • OS X 10.5.8!
  • trackpad with multi finger scroll
  • audio (did not test microphone)
  • WiFi perfectly, out of the box
  • Broadcom bluetooth (I have a RocketFish Micro USB dongle)
  • hyperthreading
  • camera, out of the box
  • shutdown and restart
  • USB at 2.0 speed, no glitches

Here's what doesn't work:
  • sleep
  • ethernet

I dual boot with XP. I won't go into great detail on the dual boot setup, but here are the basic steps to get ready for the installation:
  • on a windows machine slipstream the SATA windows driver into an XP installation image and put the installer on a 1Gb usb stick (google will tell you how to do it)
  • get an 8Gb usb stick, make it bootable on a Mac, install a bootloader (like Chameleon) and restore the iDeneb 1.6 Lite image on it (again, google will find lots of info on it)
  • back up your XP stuff unless you start with a new HDD like I did
  • boot up iDeneb, delete all partitions using the disk utility, then create two partitions, using MBR: the first one will be used by XP, mark this unused; make a Mac Journaled file system on the second one for OS X
  • install iDeneb (more on this below)
  • boot from your XP installation USB stick, install XP
  • boot from your iDeneb USB stick and reinstall Chameleon; to do this deselect everything from the installation options and have only Chameleon 2 selected (you will get a message saying that your OS X installation failed, but Chameleon will be reinstalled correctly)

During the iDeneb install select Customize and check these options (everything else should be unchecked). (x) means selected, (-) is partially selected:

_(x) iDeneb Main System
_(-) iDeneb OS X Components 10.5.8 Ready
__(-) Bootloader
___(x) Chameleon 2
__(-) Kernel
___(x) 9.8.0 Kernel Qoopz
__(-) iDeneb x86 Essential Patches
___(x) AppleDecrypt
___(x) Disabler
___(x) DSDT Patcher
___(x) TimeMachine fix
___(x) OpenHaltRestart
___(-) PS/2 Drivers
____(x) VoodooPS2 Trackpad
___(x) AboutThisMac fix
___(x) SystemProfiler fix
__(-) Fix
___(x) CPUS=1_Fix (I'll show you how to remove this later to get hyperthreading to work, but let's check it for now)
__(-) Drivers
___(-) Audio
____(x) VoodooHDA
___(-) Chipset
____(x) AHCI SATA/IDE
___(-) System Management
____(x) SpeedStep
____(x) VoodooBatteryManager
___(-) Video
____(-) Intel
_____(x) GMA950
_(x) Cleanup

The Wifi card will be recognized during the install process. On the registration screen after typing your first and last name you might want to hit Alt-Q and then Skip. You will even be able to take your photo during install with the built in camera!

Let's look at the hyperthreading stuff (next post...)
Last edited by lajos on Mon Oct 19, 2009 3:48 pm, edited 3 times in total.
lajos
 
Posts: 24
Joined: Tue Sep 08, 2009 6:00 am

Re: AOD250 10.5.8 iDeneb 1.6 install

Postby lajos » Sun Oct 18, 2009 12:54 am

To turn hyperthreading on, you need to take the cpus=1 fix out of the bootloader config.

Open Terminal and type:

Code: Select all
cd /Library/Preferences/SystemConfiguration/
sudo nano com.apple.Boot.plist


Type your password so nano opens. Delete cpus=1 -f from under Kernel Flags. I also added Default Partition to automatically boot to XP (contrary to common misbelief, XP still runs faster and uses less memory) and reduced Timeout to 2 seconds. Here's my Boot.plist file:

Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs$
<plist version="1.0">
<dict>
        <key>Kernel</key>
        <string>mach_kernel</string>
        <key>Kernel Flags</key>
        <string></string>
        <key>Default Partition</key>
        <string>hd(0,1)</string>
        <key>Timeout</key>
        <string>2</string>
        <key>device-properties</key>
        <string></string>
</dict>
</plist>


To save your changes, hit F3 and then F2 in nano.

Now reboot, and hyperthreading should be working. You can check it with GenericCPUPMControl, which you can find in Applications/iDeneb App.
Last edited by lajos on Mon Oct 19, 2009 3:49 pm, edited 4 times in total.
lajos
 
Posts: 24
Joined: Tue Sep 08, 2009 6:00 am

Re: AOD250 10.5.8 iDeneb 1.6 install

Postby lajos » Sun Oct 18, 2009 12:58 am

Some screenshots:

Image
Image
Image
Last edited by lajos on Mon Oct 19, 2009 3:47 pm, edited 1 time in total.
lajos
 
Posts: 24
Joined: Tue Sep 08, 2009 6:00 am

Re: AOD250 10.5.8 iDeneb 1.6 install

Postby PhAndrew » Sun Oct 18, 2009 6:13 pm

link using imageshack?
Blue D250 / 2 gigs ram /windows 7
PhAndrew
 
Posts: 46
Joined: Sun Jun 28, 2009 7:20 pm

Re: AOD250 10.5.8 iDeneb 1.6 install

Postby rory » Sun Oct 18, 2009 10:27 pm

so some d150/250's have gma950??
Moderator!
Blue Aspire One; 60GB ZIF; 1536MB RAM; Leopard; Dell 1390 Airport Card
Snow Leopard 10.6.1
rory
 
Posts: 765
Joined: Wed Jul 23, 2008 2:04 pm
Location: London, UK

Re: AOD250 10.5.8 iDeneb 1.6 install

Postby PhAndrew » Sun Oct 18, 2009 10:34 pm

yessssir
Blue D250 / 2 gigs ram /windows 7
PhAndrew
 
Posts: 46
Joined: Sun Jun 28, 2009 7:20 pm

Re: AOD250 10.5.8 iDeneb 1.6 install

Postby bigplrbear » Mon Oct 19, 2009 3:55 am

lajos wrote:This is a short tutorial for installing iDeneb 1.6 on an AOD250. The full model number of my machine is D250-1042.

Before you start with OS X on a D250, you should replace the internal wifi card. Seriously. I spent weeks trying to get the Atheros to work with iAtkos and iDeneb. It will not work.

I purchased a DW1510 from eBay for under $20, replacing it took about 15 minutes. I've read horror stories about taking the AOD apart, it's actually super easy, easier than other notebooks I worked on before. You can find the service manual on this forum, it has great step by step illustrated information.

Do not buy a DW1390, it will not fit in the D250. You need a half minicard. The DW1510 also supports 802.11n, which is a nice speed upgrade anyway. The DW1510 works "out of the box"


I was looking for a 1/2 size hackintosh-compatible wireless card! Thanks! You've been quoted in my tutorial >- viewtopic.php?f=14&t=18111 :D
bigplrbear
 
Posts: 29
Joined: Tue Jul 28, 2009 5:21 pm
Location: Ridgecrest, Ca

Re: AOD250 10.5.8 iDeneb 1.6 install

Postby Pian » Fri Oct 23, 2009 8:16 am

Great tutorial - thanks. I moved on to this one after failing the 10.5.8 upgrade published by bigplrbear. The switch of wifi card to the DW1510 was easy and worthwhile.

I followed your instructions to installl, except for the Chameleon install (as I was already running iatkos 10.5.7 under RC3). Slighly to my suprise, my original OSX install remained in place, so my user files were still there. Only issue was that my account lost "admin" status, so I had to reboot -s and change the root password so that I could set up a new admin user.

My only real problem now is from your second post - enabling hyperthreading. Removing the CPUS=1 and -f flags results in a boot with no keyboard support - occasionally dead and occsionally behaing as if a key is permanently pressed. Manually booting with cpus=1 and -f leads to a sweet boot. I've tried running OSXTools.

Any ideas?
Pian
 
Posts: 3
Joined: Sat Sep 05, 2009 7:20 am

Re: AOD250 10.5.8 iDeneb 1.6 install

Postby lajos » Fri Oct 23, 2009 7:02 pm

You selected the VodooPs2 Trackpad driver, right?

I think some kernels are not compatible with the VoodooPs2 driver. Are you running 9.8.0 Kernel Qoopz?

The only other issue might be some leftover kexts from your iAtkos install since you did not do a clean install (which you can do if you erase the OS X partition from the installer's Disk Utility). If I remember correctly, the ACPI patch for example breaks VoodooPs2. You can see warnings for that on the customize screen in the installer.

My suggestion would be to:
  • do a clean install or
  • find and remove the conflicting kext or
  • use the appple PS2 driver (although i'm not sure how well that works with the AOD250) or
  • keep cpus=1 (as speed gain is minimal at best)

If you PM me I can send you a dump of my Extensions folder.
lajos
 
Posts: 24
Joined: Tue Sep 08, 2009 6:00 am

Re: AOD250 10.5.8 iDeneb 1.6 install

Postby Pian » Sat Oct 24, 2009 6:47 am

Yes, I am using the selections as per your instructions, and I wonder if it is a left-over from the previous install.

I'll PM you - thanks for the offer.

Mind you, I reckon I'll be having a go a Snow Leo soon ...
Pian
 
Posts: 3
Joined: Sat Sep 05, 2009 7:20 am

Next

Return to Software - OSX

Who is online

Users browsing this forum: No registered users and 3 guests