Dell Mini 9 OS X Discussion Discussion for installing and setting up Mac OS X on the Dell Mini and Vostro A90

View Poll Results:
0 0%
Voters: 0. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
  (#1) Old
Senior Member
 
Posts: 159
Join Date: Jan 2009
Default DellMini9 Runcore SSD/10.6.1/NI 083 RC3 (Full Sound, Sleep, Reliable Restart!) - 10-21-2009, 03:44 AM

Dell Mini 9, Snow Leopard 10.6.1, Netbook Installer 0.8.3RC3 with Full Sound, Sleep, Restart and Reliable Boot.

****This post attempts to outline the steps necessary to reach a reliable 10.6.1 install on a Dell Mini 9. I have assembled a guide after putting together several fixes from other posts. Im not an expert by any means, but I can tinker enough to get results. Thanks be to Waldo Pepperjack, LeeG23, Reberto and Bmcclure937.

I recently have reached a very stable and usable state with my Dell Mini 9 (2GB RAM, 64 GB Runcore SSD, Bios A03) running 10.6.1 with Netbook Installer 0.8.3RC3 with sound output from the speakers, working headjack and mic (haven't tried audio input), reliable sleep and no hang ups during boot at the grey Apple logo screen thanks to a terminal edit.

Here are the steps I took, as I remember them:
--------------------------------------------------------------------------------
I - Installing OSX on the Dell Mini 9 and booting into Snow Leopard (Runcore via Mac method)
--------------------------------------------------------------------------------

1- Connected Runcore SSD to my Mac Mini and formatted it with Disk Utility after selecting "Format: Mac OS Extended Journaled"
2- Inserted my retail copy of Snow Leopard 10.6.0 into the Mac Mini and rebooted.
3- Installed Snow Leopard 10.6.0 on the Runcore.
4- Booted into the Runcore by holding Option after the startup chime.
5- Ran Software Update and updated to 10.6.1.
6- Ran NetbookBootMaker.

*****At this point, I didn't run Netbook Installer 0.8.3 as the guide I was using said I should've (making sure not to select "create custom DSDT.aml"), but regardless, the SSD drive was able to boot up once inside the Dell Mini 9.

7- Shut down the Mac Mini, disconnected the Runcore, installed the Runcore into the Dell Mini 9.
8- Booted up into OS X on the Dell Mini 9.

*****My install method is the "Runcore via Mac" as its always worked and is pretty easy. This is the method that works for me, you might have success with another install method, thats fine, as long as you can get it to boot into 10.6 you should be able to make the next changes
--------------------------------------------------------------------------------
II - Netbook Installer 0.8.3 RC3
--------------------------------------------------------------------------------

Download Netbook Installer 0.8.3 RC3 (this is still in testing so be aware of that, there might be issues I haven't run into yet) and run it:

Downloads - netbook-installer - Project Hosting on Google Code

Check the following boxes:
Install Chameleon 2 RC3
Install Dell Mini 9 Extensions
Generate a system specific DSDT.aml file
Disable Hibernation

As far as I know the rest are optional, I chose to have the following done
Enable Remote CD
Disable Quiet Boot
Fix Bluetooh (if you have it)
NetbookInstaller Files (Check "show" if you are having trouble with section V)
Do not Install mirror friendly GMA Kexts

-About this one, if I chose it, I can mirror my Dell Mini 9 on my 40 inch HDTV but I lose the ability to launch video on iChat (crashes every time) and functionality on some screen savers.
Its your choice, its either mirroring the display or iChat video (Photobooth as well), but not both for now as far as I know. You do have the option of rerunning Netbook Installer 0.8.3. RC3 picking the options that will set you up with the one you want and use it that way and vice versa. You will have to do the audio fix as well each time you do this along with a couple reboots.

Reboot if you want.
--------------------------------------------------------------------------------
III - Increasing Boot Up Reliability
--------------------------------------------------------------------------------

1- Launch Terminal.app
2- Type the following and hit enter after each line.
cd /Extra
sudo cp com.apple.Boot.plist com.apple.Boot.plist-backup
sudo nano /Extra/com.apple.Boot.plist

3- Be very careful with your typing here! You need to add

<key>UHCIreset</key>
<string>Yes</string>

at the bottom right before the "</dict>".

Code:
<?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>Boot Graphics</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>SMBIOSdefaults</key>
<string>No</string>
<key>Timeout</key>
<string>6</string>
<key>device-properties</key>
<string>c600000001000000020000006100000002000000 02 010c00d041030a000000$
<key>UHCIreset</key>
<string>Yes</string>
</dict>

4- Control X to Save. Thats it, you should notice a more reliable boot up process now, in fact, almost 100%!
*Restart after sleep does not currently work. It will seem to go through with it, but after the screens turns off as it normally should, the power light will stay on and you have to manually turn it off and back on. It will then restart without a problem.
--------------------------------------------------------------------------------
IV - Fixing Sleep
--------------------------------------------------------------------------------

1- Download Smartsleep: Apple - Downloads - System/Disk Utilities - SmartSleep
2- Install it.
3- Select it from your preference pane.
4- Chose "Sleep only" from "Current Sleep State".
5- Chose "Remove Sleep Image".
*Sleep will work, but restart after sleep will hang as explained at the end of section III.
--------------------------------------------------------------------------------
V - Fixing Audio
--------------------------------------------------------------------------------

1- Download the VoodooAudioKexts.zip file (attached at bottom).
2- Inside the Extras\Mini9Ext\ folder (in your HD) delete the two files that have the word "Azalia" in them, one is patched the other isn't.

*This folder might be hidden in your case, if so, just search for azalea with Spotlight and then select "show all" and then right click on the azalea result and chose "Open Enclosing Folder" and then you will get to the folder containing the two files. If for some reason your spotlight search doesn't come up with these files, re-run Netbook Installer and chose the option to "show the Netbook Installer Files", then try looking for the \Extras folder again.

3- Unzip the VoodooAudioKexts.zip and ONLY move VoodooHDA.kext into this same folder (Extras\Mini9Ext).
4- Run UpdateExtra in the Extras\ folder and be patient.
5- Install VoodooHDA.prefpane. I got an error every time I did this, but just ignore it. You might need to force quit your System Preferences.
6 -Reboot
7- Sound should now work with computer speakers and headphone jack as well as the microphone. Play with the settings from the VoodooHDA.prefpane to fine tune the mic.
--------------------------------------------------------------------------------

I hope this helps others as it has helped me. I know that eventually Netbook Installer will have the audio situation fixed in an easier manner, but for now, this works.
Feedback welcome and please let me know if this worked for you by voting in the poll. Thanks.

Louididdy
DM9 | 64GB Runcore SSD | 2GB RAM | BIOS A03 (USB LEGACY OFF, USB WAKE OFF, BT ON)
OSX 10.6.1 - NI 083 RC3 - VooDooHDA - SmartSleep - Reliable Boot Edi
Attached Files
File Type: zip VoodooAudio Kexts.zip (216.8 KB, 910 views)
Reply With Quote
  (#2) Old
Expert Member
 
Akki's Avatar
 
Posts: 522
Join Date: Sep 2009
Location: Jersey City, NJ
Default 10-21-2009, 01:30 PM

Nice summary and congrats.


mini 9 | 2GB RAM | 16GB STEC SDD | BIOS A06, USB Legacy OFF | No Bluetooth | OSX 10.6.7 | NBI 0.8.5pre w/ ALC268 | Broadcom2Airport
MINI Cooper '02 | 1.6L | CVT | Moonroof | Red w/ White Stripes

Want the ALC268 mini 9 sound fix? Get it here http://dl.dropbox.com/u/2377323/Mini9SoundPatch.zip
Reply With Quote
  (#3) Old
Junior Member
 
Posts: 1
Join Date: Sep 2009
Default 10-22-2009, 02:43 AM

thank you
Reply With Quote
  (#4) Old
Junior Member
 
Posts: 9
Join Date: Oct 2009
Location: Boston
Default 10-22-2009, 12:50 PM

Hi Louididi,
Thanks for this entry. I have a problem for restarting after using it for hours. Do you have any idea how to fix it? Thanks.


Black Vostro a90 |2GB RAM Dell|64GB Runcore SSD|OS X 10.5.7
Reply With Quote
  (#5) Old
Senior Member
 
Posts: 159
Join Date: Jan 2009
Default 10-22-2009, 01:22 PM

Are you using 10.6.1? What kind of problems exactly with restart? It wont work after sleep, you have to do it manually, other than that I haven't had any restart problems.


DM9 | 64GB Runcore SSD | 2GB RAM | BIOS A03 (USB LEGACY OFF, USB WAKE OFF, BT OFF)
OSX 10.6.4
Reply With Quote
  (#6) Old
Senior Member
 
spida505's Avatar
 
Posts: 153
Join Date: Jun 2009
Location: Cheshire, UK
Default 10-23-2009, 08:11 PM

Sleep works, resume on wake works, full sound with voodoo kexts works (but crappily), won't restart after sleep, hibernate is not on: standard for this stage of the game?


Mini 9| 2Gb RAM | 16Gb STEC | OS X 10.6.2 | 16Gb SDHC | webcam | BT | Wifi | NBI 0.8.3
MacBook Pro (Late 2007) | OSX 10.6.8
Reply With Quote
  (#7) Old
Senior Member
 
Posts: 159
Join Date: Jan 2009
Default 10-23-2009, 08:58 PM

Quote:
Originally Posted by spida505 View Post
Sleep works, resume on wake works, full sound with voodoo kexts works (but crappily), won't restart after sleep, hibernate is not on: standard for this stage of the game?
Thats correct as far as what I've been able to gather from the boards. I expect they will get sound working better soon, but I can wait with Voodoo for now although it isnt perfect. I really like the fact booting is very reliable now and that my bluetooth can now be controlled within OSX under Snow Leopard since I couldnt do it before under Leopard.


DM9 | 64GB Runcore SSD | 2GB RAM | BIOS A03 (USB LEGACY OFF, USB WAKE OFF, BT OFF)
OSX 10.6.4
Reply With Quote
  (#8) Old
Senior Member
 
spida505's Avatar
 
Posts: 153
Join Date: Jun 2009
Location: Cheshire, UK
Default 10-24-2009, 03:03 PM

Quote:
Originally Posted by louididdy View Post
Thats correct as far as what I've been able to gather from the boards. I expect they will get sound working better soon, but I can wait with Voodoo for now although it isnt perfect. I really like the fact booting is very reliable now and that my bluetooth can now be controlled within OSX under Snow Leopard since I couldnt do it before under Leopard.
Amen to the reliable boot, although I'm getting that anyway without further tweaking and I have no bluetooth probs apart from being a little slower to sort itself out after sleep. However, I'm finding that audio degenerates as I'm using it until I have to restart to clear it. It's especially bad with streaming video after about 20 mins. Anybody else experiencing this?


Mini 9| 2Gb RAM | 16Gb STEC | OS X 10.6.2 | 16Gb SDHC | webcam | BT | Wifi | NBI 0.8.3
MacBook Pro (Late 2007) | OSX 10.6.8
Reply With Quote
  (#9) Old
Junior Member
 
Posts: 12
Join Date: Apr 2009
Default 10-25-2009, 06:02 PM

I can't get this bit to work? Please help

*This folder might be hidden in your case, if so, just search for azalea with Spotlight and then select "show all" and then right click on the azalea result and chose "Open Enclosing Folder" and then you will get to the folder containing the two files.

Cheers

Nathan
Reply With Quote
  (#10) Old
Senior Member
 
Posts: 159
Join Date: Jan 2009
Default 10-25-2009, 06:19 PM

Quote:
Originally Posted by nathug View Post
I can't get this bit to work? Please help

*This folder might be hidden in your case, if so, just search for azalea with Spotlight and then select "show all" and then right click on the azalea result and chose "Open Enclosing Folder" and then you will get to the folder containing the two files.

Cheers

Nathan
You need to find the folder, if you dont see it via the finder, you can search for a file that you know is in that folder, like the Azalea files.

1-Did you search for Azalea with Spotlight?
2-It should be listed in the results and you should also see an option thats says "show all", select it.
3-You will see all the results, you can then right click on Azalea and select "show containing folder" and it will take you to the folder so you can delete these files and complete the rest of the audio fix.

Does that help?


DM9 | 64GB Runcore SSD | 2GB RAM | BIOS A03 (USB LEGACY OFF, USB WAKE OFF, BT OFF)
OSX 10.6.4
Reply With Quote
Reply

« Help getting out of 10.6.8 | install SL to runcore connected to macbook via usb »
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Copyright © 2008-2011 MyDellMini.com.