General Mac OS X Discussion General Apple and Mac OS X Discussion

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
Exclamation DellMini9 Runcore SSD/10.6.1/NI 083 RC3 (Full Sound, Sleep, Reliable Restart!) - 10-21-2009, 05:34 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
Attached Files
File Type: zip AudioKexts.zip (211.9 KB, 424 views)
Reply With Quote
  (#2) Old
Junior Member
 
Posts: 3
Join Date: Oct 2009
Default 10-23-2009, 09:46 PM

louididdy - the attached file seems to be damaged.
Reply With Quote
  (#3) Old
Senior Member
 
Posts: 159
Join Date: Jan 2009
Default 10-24-2009, 02:50 AM

Quote:
Originally Posted by robc View Post
louididdy - the attached file seems to be damaged.
Fixed.


DM9 | 64GB Runcore SSD | 2GB RAM | BIOS A03 (USB LEGACY OFF, USB WAKE OFF, BT OFF)
OSX 10.6.4
Reply With Quote
  (#4) Old
Junior Member
 
Posts: 7
Join Date: Apr 2009
Default 10-26-2009, 08:57 PM

I can“t fix sleep.

I dont have the option Chose "Remove Sleep Image".

Everything is working fine
Reply With Quote
  (#5) Old
Senior Member
 
Posts: 159
Join Date: Jan 2009
Default 10-27-2009, 01:40 AM

Quote:
Originally Posted by Coimbra View Post
I can“t fix sleep.

I dont have the option Chose "Remove Sleep Image".

Everything is working fine
Did you install smartsleep and follow the instructions?


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
Junior Member
 
Posts: 7
Join Date: Apr 2009
Default 10-27-2009, 07:39 AM

Quote:
Originally Posted by louididdy View Post
Did you install smartsleep and follow the instructions?
Yep.

The sound also doesnt work as it should. The jack doesnt work.

I followed the instructions but i'll do everything again. Maybe I miss something
Reply With Quote
  (#7) Old
Senior Member
 
Posts: 159
Join Date: Jan 2009
Default 10-27-2009, 05:41 PM

Quote:
Originally Posted by Coimbra View Post
Yep.

The sound also doesnt work as it should. The jack doesnt work.

I followed the instructions but i'll do everything again. Maybe I miss something
My headphone jack does work, so I dont know whats going on with that, sorry.

As for not seeing the "remove sleep image" option, try telling Smartsleep that you want something else, another option, I cant recall what they are right now as I'm away from my DM9, but run that, and then go back and tell it you want "sleep only" and after applying that you should see the option to remove the sleep image. I hope that helps.


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
 
SkyWriter's Avatar
 
Posts: 354
Join Date: Mar 2009
Default 10-27-2009, 05:49 PM

i don't see a difference between this thread and the other one you started in the dell mini 9 osx section.

are they the same or what?


White Mini 9 | OSX 10.5.8 | A04 | DellEFI 1.2a5 | 2GB | 64GB RunCore Pro IV | 32GB C6 Transcend | 1.3Mpix | MDD extended battery | OEM BT | Fusion 2.0.4 | 1505 Draft-N

Problems with external displays or projectors in OS X? Try MirrorDisplays2! http://www.mydellmini.com/forum/mac-...html#post73180
Got Static? http://www.mydellmini.com/forum/gene...io-static.html
Reply With Quote
  (#9) Old
Senior Member
 
Posts: 159
Join Date: Jan 2009
Default 10-27-2009, 05:55 PM

Quote:
Originally Posted by SkyWriter View Post
i don't see a difference between this thread and the other one you started in the dell mini 9 osx section.

are they the same or what?
They are the same, I just wanted to make it available in both places so that more people can possibly benefit from it.


DM9 | 64GB Runcore SSD | 2GB RAM | BIOS A03 (USB LEGACY OFF, USB WAKE OFF, BT OFF)
OSX 10.6.4
Reply With Quote
  (#10) Old
Junior Member
 
Posts: 3
Join Date: Jul 2009
Default 10-29-2009, 01:16 AM

I did this- on the first reboot got a kernel panic during boot, second reboot was fine, about two hours later, got another kernel panic- sound does work however.

haven't had any kernel panics before at all, so i'm assuming it is something here.
Reply With Quote
Reply

« Mini 9 + OSX: How stable? | used netbookinstaller, 10v, got boot1: error »
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.