| ||||||||
General Mac OS X Discussion General Apple and Mac OS X Discussion
|
| | LinkBack | Thread Tools | Display Modes |
(#1)
|
| Junior Member Posts: 20 Join Date: Dec 2010 | Over the past couple of months I have been discussing my progress with installing Snow Leopard on the Dell Inspiron Duo on another forum on the site, but have been asked to provide a step by step guide as to how to do this so I thought i'd start a new thread. I should start by thanking people who have helped to achieve the success I have so far. Firstly, I have to thank Merklot whos help has been invaluable, not only did he create Netbookinstaller (0.85 pre is the current version) which you will need but he also explained to me how to remove the evil appleacpibattery.kext which was preventing me installing Snow Leopard. Next, I must thank Jedparkes whose guide I am going to rip-off to begin mine as the process is identical and lastlylike to thank Karm and all the posters who have weighed in with help towards fixing issues on Dell Mini 1012 and OS X My respect goes out to you all. Now, as most people will want to dual-boot Windows 7 and Snow Leopard (until snow leopard is 100% functional) this is where we'll start. You will need access to a mac (running snow leopard or later [preempting Lion]), a (genuine) Snow Leopard Install DVD and (genuine) Windows 7 Install DVD. The Windows 7 that comes with the DUO i found impossible to get working on a dual boot. You should also collect all the drivers and Dell software you need to get the system up and running on Windows 7 before you start. You will also need a sufficient sized USB stick (mine is 16gb). If you follow this guide please note that I accept no responsibility for it not working or you screwing up your system. If it worked for me and it doesn't for you, its likely you are doing it wrong. ---------- Post added at 09:57 PM ---------- Previous post was at 08:43 PM ---------- Download Either for windows EasyBCD 2.0 Beta EasyBCD 2.1 Beta Builds - The NeoSmart Forums For OSX NetbookInstaller 0.8.5pre http://netbook-installer.googlecode....8.5pre.app.zip NullCPUPowerManagement.kext http://osx86.sojugarden.com/files/Ex...ement.kext.zip VoodooHDA.kext http://code.google.com/p/voodoohda/d...6.zip&can=2&q= HDAEnabler.kext WIFI_AR9285 kext (mine was a zip containing an "IO80211Family.kext) Mac OS X v10.6.5 Update Mac OS X v10.6.5 Update (Combo) UPDATE: I HAVE CREATED A FILE STORE FOR ALL (COULD BE MOST) OF THE KEXTS, DRIVERS, APPS AND UPDATES YOU WILL NEED FOR THIS PROCESS TO A NEW DROPBOX. VISIT DROPBOX.COM, USERNAME: duomacinstall@gmail.com, PASSWORD: duomacinstall. HOPE IT HELPS. PS PLEASE NOTE THIS IS NOT MY PERSONAL EMAIL ACCOUNT, SO I WILL NOT RESPOND TO ANY MESSAGES SENT TO IT. UPDATE: HERE ARE LINKS FOR INSTALLATION VIDEO EPISODE 1 & 2 EPISODE 1 : EPISODE 2 : Stage 1 - Setup HDD for Dual Boot I found this fairly tricky to get my head round but i followed this process, obviously change the size of the primary partition size (40000 would be 40gb) to match that of your hdd. It is probably wise to set different sizes you can remember so you can easily work out which partition has OSX on it and which has Win7. The brackets do not need to be typed. "To install Windows 7 on GPT is simple; while installing from windows 7 DVD, you will get to the segment that you can create or delete partitions in, press "shift+F10" this will open a command prompt and you can use diskpart to convert to GPT" Type: DiskPart (start Disk Partition tool) Type: List Disk Type: Select Disk 0 (select the main HD) Type: Clean (clean all files from it) Type: Convert GPT (setup GUID Partition Table) Type: Create Partition EFI Size=200 (Win7 EFI Boot Partition) Type: Create Partition Primary Size=40000 (Mac OSX Partition) Type: Create Partition Primary Size=40000 (MS Win7 Partition) Type: List Partition (show HD partitions) Type: Select Partition 3 (MS Win7 Partition) Type: Format FS=NTFS Quick (format it as NTFS) Type: Exit (exit Disk Partition tool) At this point, i'm windows would not install on any of my partitions and requires a reboot. I rebooted and then setup the macosx install. Then went back afterwards and installed Windows 7. If you want Win7 to be the default operating system install MacOSX first. Stage 2 - Prepare USB stick for installation of MAC OS X Prepare USB HDD 16GB or bigger to boot and install OS X On your Mac OS X 10.6 with DVD-ROM drive and USB port: 1. Insert the Mac OS X Snow Leopard retail disc into the Mac’s DVD drive (10.6.3 DVD both worked for me), and connect the external USB drive to the Mac too 2. Launch the ‘Disk Utility’ 3. Select the external USB drive in the left-hand column 4. Select the ‘Partition’ tab and then under “Volume Scheme:” click on ‘Current’ and change it to ‘1 Partition’ 5. Change ‘Name:’ to “OSXDVD” and ensure that ‘Format:’ is set to “Mac OS Extended (Journaled)”. 6. Click ‘Apply’ and then ‘Partition’ and give the Mac a moment to format your USB drive and create the new partition 7. Next we need to copy Snow Leopard to the USB drive: select the ‘Restore’ tab. 8. From the left-hand pane, click and drag the ‘Mac OS X Install DVD’ icon to the ‘Source:’ field and release. 9. From the left-hand pane, click and drag the ‘OSXDVD’ icon to the ‘Destination:’ field and release. 10. Tick the ‘Erase destination’ box, then click the ‘Restore’ button and then click ‘Erase’. Allow between half an hour to 2 hours for the copy to complete. 11. Launch the ‘NetbookInstaller 0.8.5pre.app’ application and from the select menu labeled ‘Select USB Partition:’ select the USB drive which is now titled ‘Mac OS X Install DVD’ and then click ‘Prepare Boot Drive’ (you’ll be prompted for the Mac Administrator’s username and password). 12. Use finder to go to "/Mac OS X Install DVD/extra". Use shift+cmd+g if you can't work out how to enter "go to folder". 13. Enter the 10.6 folder and copy the "Extensions.mkext" to a new folder on your desktop called "DUO". Within the "DUO" folder create another folder called "Extensions". 14. Open "terminal" and type "mkextunpack -v -d" the drag the newly created "Extensions" folder from stage 13 (now referred to as S13) to the terminal window. Then drag the "Extensions.mkext" file to the finder window. Hit enter. Enter your admin password if asked for it. 15. Open the "Extensions" folder and you created in S13 and in it you will find all the extensions from inside the "Extensions.mkext" file. DELETE the "AppleACPIBattery.kext". It is evil and must be destroyed. Now you need to rebuild the "Extensions.mkext" file without it. 16. Use finder to enter "/tmp" folder (shift+cmd+g) 17a. Copy your "Extensions" folder (S13) to "/tmp". 17b. Make sure you do have an admin password for your account otherwise the next part won't work. 18. In "terminal" type "sudo chown -R root:wheel /private/tmp/Extensions" and hit enter. Enter admin password when asked. 19. In "terminal" type "sudo chmod -R 755 /private/tmp/Extensions". 20. In "terminal" type "sudo kextcache -m" then drag the "Extensions.mkext" from "Mac OS X Install DVD/Extra" to "terminal". When its location appears in "terminal". Move the "Extensions.mkext" file to the trash (you already have a backup in the "DUO" folder). Go back to "terminal", leave a space and type "/private/tmp/Extensions". QUICK RECAP. Type "sudo kextcache -m {location of Mac OS X Install DVD/Extra} /private/tmp/Extensions". Hit ENTER. 21. This will now rebuild your "Extensions.mkext" file in /extra without the appleACPIbattery.kext. 22. Once you have done this, you can eject the USB drive and disconnect it from the Mac. Stage 3 Boot from USB HDD and install Mac OS X 1. Turn on your Dell Inspiron DUO 2. Select F12 During boot 3a. Select the USB HDD from the boot selection 3b. On the drive select screen (grey screen) if you press the down arrow twice it will give you boot options. 4. Once you’ve selected your language, click on the ‘Utilities’ menu and select ‘Disk Utility…’. 5. Select the partition on the HDD you want to install OSX to 6. Select Erase, format should be “Mac OS Extended (Journaled)”. Partition and give it a name eg "OSX_HDD" 7. Once complete, quit ‘Disk Utility’. 8. Select the partition you just created and click customise. 9. Configure your installation as you would on your normal Mac and let the installation run, i removed all the alternatively language packs to reduce install time by half. 10. Your DUO will reboot. Select the MACOSX drive (you can remove the USB stick during reboot). 11. Finish installation steps, make sure you put a password on your user account Stage 3 - Install Additional Kexts 1. Open Finder, press shift+alt+g and goto folder /extra 2. Copy both these file to AdditionalExtensions Folder NullCPUPowerManagement.kext, HDAEnabler.kext (unsure if this one is completely necessary but does no harm), VoodooHDA.kext, and IO80211Family.kext (from the WIFI_AR9285" zip file). Run UpdateExtra.app Reboot and should boot o.k. with sound. Stage 4 - Prepare to install combo update 10.6.5 1. Use finder to go to "/extra". Use shift+cmd+g to get there. 2. Copy the "Extensions.mkext" to a new folder on your desktop called "DUO". Within the "DUO" folder create another folder called "Extensions". 3. Open "terminal" and type "mkextunpack -v -d" the drag the newly created "Extensions" folder from stage 2 (now referred to as S2) to the terminal window. Then drag the "Extensions.mkext" file to the finder window. Hit enter. Enter your admin password if asked for it. 4. Open the "Extensions" folder and you created in S2 and in it you will find all the extensions from inside the "Extensions.mkext" file. DELETE the "AppleACPIBattery.kext". It is evil and must be destroyed. Now you need to rebuild the "Extensions.mkext" file without it. 5. Use finder to enter "/tmp" folder (shift+cmd+g) 6a. Copy your "Extensions" folder (S2) to "/tmp". 6b. Make sure you do have an admin password for your account otherwise the next part won't work. 7. In "terminal" type "sudo chown -R root:wheel /private/tmp/Extensions" and hit enter. Enter admin password when asked. 8. In "terminal" type "sudo chmod -R 755 /private/tmp/Extensions". 9. In "terminal" type "sudo kextcache -m" then drag the "Extensions.mkext" from "/Extra" to "terminal". When its location appears in "terminal". Move the "Extensions.mkext" file to the trash (you already have a backup in the "DUO" folder). Go back to "terminal", leave a space and type "/private/tmp/Extensions". QUICK RECAP. Type "sudo kextcache -m {location of /Extra} /private/tmp/Extensions". Hit ENTER. 10. This will now rebuild your "Extensions.mkext" file in /extra without the appleACPIbattery.kext. Stage 5 - Install 10.6.5 combo update 1. Install the 10.6.5 update, it'll take a while, be patient. 2. Reboot. Stage 6 - Prepare to install combo update 10.6.6 1. Use finder to go to "/extra". Use shift+cmd+g to get there. 2a. Delete the "DUO" folder on your desktop. 2b. Copy the "Extensions.mkext" to a new folder on your desktop called "DUO". Within the "DUO" folder create another folder called "Extensions". 3. Open "terminal" and type "mkextunpack -v -d" the drag the newly created "Extensions" folder from stage 2 (now referred to as S2) to the terminal window. Then drag the "Extensions.mkext" file to the finder window. Hit enter. Enter your admin password if asked for it. 4. Open the "Extensions" folder and you created in S2 and in it you will find all the extensions from inside the "Extensions.mkext" file. DELETE the "AppleACPIBattery.kext". It is evil and must be destroyed. Now you need to rebuild the "Extensions.mkext" file without it. 5. Use finder to enter "/tmp" folder (shift+cmd+g) 6a. Copy your "Extensions" folder (S2) to "/tmp". 6b. Make sure you do have an admin password for your account otherwise the next part won't work. 7. In "terminal" type "sudo chown -R root:wheel /private/tmp/Extensions" and hit enter. Enter admin password when asked. 8. In "terminal" type "sudo chmod -R 755 /private/tmp/Extensions". 9. In "terminal" type "sudo kextcache -m" then drag the "Extensions.mkext" from "/Extra" to "terminal". When its location appears in "terminal". Move the "Extensions.mkext" file to the trash (you already have a backup in the "DUO" folder). Go back to "terminal", leave a space and type "/private/tmp/Extensions". QUICK RECAP. Type "sudo kextcache -m {location of /Extra} /private/tmp/Extensions". Hit ENTER. 10. This will now rebuild your "Extensions.mkext" file in /extra without the appleACPIbattery.kext. Stage 7 - Update to 10.6.6 1. Use "Apple Software update" to install all updates. 2. Be patient. 3. Reboot. Stage 8 - Install Windows 7 Install to partition that you created earlier (hopefully you made them different sizes so you could recognise them, like I advised you to earlier). Configure your installation as you would on your normal Windows Install all necessary dell drivers and dell programs you should have collected earlier. Stage 9 - Configure dual boot Install EasyBCD 2.0 Beta and run Select Add New Entry Select Mac under "Operating Systems " at the top Name = Whatever you like eg. Mac OS X Mode = MBR That's it all done. Hope this helps any issues please post replys so I can update or help if I can. If anyone works out the touchscreen issue or manages to get the LION beta Dev code to install please let me know. PS I do work full time so I will reply to posts as and when I can. cheers AlixanderMcFly |
| | |
(#2)
|
(#3)
|
| Member Posts: 89 Join Date: Dec 2010 Location: Cape Canaveral | Too bad virtualization technology does not exist on the Duo's n550. I would be using Mac OS to run V-Win and V-Linux in a heartbeat. ![]() Great Guide however Cant wait until all the drivers are polished ![]() Solder-mod'er from the eeeuser forums. Inspiron duo - Win7 ult x64 - Linux Simul. OS EEE 1000he - 2.1ghz OC - 12hr battery |
| | |
(#4)
|
(#5)
|
(#6)
|
(#7)
|
(#8)
|
(#9)
|
(#10)
|
![]() |
« Snow leapord successfully installed on Dell Inspiron 11z
|
10.6 + PlayBook = Kernal Panic.. Help »
| Thread Tools | |
| Display Modes | |
| |
Copyright © 2008-2011 MyDellMini.com.












Linear Mode