Twitter
Become an osx86.net member, click here to Register!
Page 1 of 6 123 ... LastLast
Results 1 to 10 of 53
  1. #1
    Member
    Join Date
    May 2011
    Posts
    51
    Downloads
    65
    Uploads
    0

    Default [Guide] Dell Inspiron 1525 10.7.3 Near Perfect

    Dell Inspiron 1525 10.7.3 Installation Tutorial


    Hi all! I had this over on a couple of threads, and I thought it would be easier to just make a whole new thread to deal with comments and help and such.

    Well, before I begin, I should say that the base tutorial/steps I had nothing to do with, I just found all the necessary stuff and compiled it together.

    To-Do
    Battery
    Sound regulation
    Scripted usb/kext installer


    Here's the USB Installation (Thanks to Nozyczek)

    1. Start Terminal (Applications > Utilities > Terminal)

    2. Become root and perform these commands in order:
    Code:
    sudo -s
    
    open /Applications/Install\ Mac\ OS\ X\ Lion.app/Contents/SharedSupport/InstallESD.dmg
    
    open /Volumes/Mac\ OS\ X\ Install\ ESD/BaseSystem.dmg
    3. go back to Disk Utility and restore Mac OS X Base System to lionUSBinstaller stick

    4. eject BaseSystem.dmg (rename USB stick from Mac OS X Base System to lionUSBinstaller if needed)

    5. go back to Terminal and enable permissions on lionUSBinstaller stick by entering the following:
    Code:
    vsdbutil -a /Volumes/lionUSBinstaller/
    6. Once that is done, enter:
    Code:
    rm -rf /Volumes/lionUSBinstaller/System/Installation/Packages
    
    cp -vR /Volumes/Mac\ OS\ X\ Install\ ESD/Packages /Volumes/lionUSBinstaller/System/Installation/.    <= this will take a few minutes
    
    cp /Volumes/Mac\ OS\ X\ Install\ ESD/mach_kernel /Volumes/lionUSBinstaller/.
    
    cp /Volumes/Mac\ OS\ X\ Install\ ESD/kernelcache /Volumes/lionUSBinstaller/.
    
    cp /Volumes/Mac\ OS\ X\ Install\ ESD/boot.efi /Volumes/lionUSBinstaller/.
    
    cp /Volumes/Mac\ OS\ X\ Install\ ESD/MacOSX_Media_Background.png /Volumes/lionUSBinstaller/.
    
    cp /Volumes/Mac\ OS\ X\ Install\ ESD/.disk_label /Volumes/lionUSBinstaller/.
    7. Finally, add

    <key>Kernel Cache</key>
    <string>\kernelcache</string>

    to /Volumes/lionUSBinstaller/Library/Preferences/SystemConfiguration/com.apple.Boot.plist




    Here's the Actual Installation (Thanks to Nozyczek again)

    1. Become root again, and run the following:

    Code:
    sudo -s
    
    cd Desktop/hackintosh* (or wherever you put it, drag and drop works too)
    
    ./installer
    
    (Select lionUSBinstaller) 
    
    Select "Prepare lionUSBstick" option
    2. Wait for the installer to finish

    3. Prepare your Inspiron 1525 BIOS:
    Load default settings:
    Maintenance > Load Defaults > Continue
    Verify SATA is configured for AHCI:
    Onboard Devices > SATA Operation
    Verify SpeedStep is Enabled
    Performance > SpeedStep Enable

    4. Use lionUSBinstaller stick to boot Dell Inspiron 1525. Wait for the menu screen to come up. You should see lionUSBinstaller. Select it and press Enter. Continue with the installation.

    5. Use Disk Utility to change the hard drive partition. Create 1 Mac OS Extended (Journaled) partition for OS X. Use GUID scheme. Installation will take between 20 to 50 minutes.

    6. Reboot using lionUSBinstaller stick. At the menu select your installation hard drive. OS X will boot up and you will be presented with the desktop.

    7. Download hackintosh_dell_1525_10.7.0_v3.6.zip package and extract it to your desktop.

    8. Start Terminal (Application > Utilities > Terminal) and run:
    Code:
     sudo -s
    
    cd Desktop/hackintosh* (or wherever you put it, drag and drop works too)
    
    ./installer
    
    (Select installation hard drive)
    
    Select "i" to start auto installer
    9. Wait for the installer to finish

    10. Use ./installer script or Disk Utility to repair disk permissions (Application > Utilities > Disk Utility)
    Remove lionUSBinstaller stick during the reboot. OS X should boot directly from the hard drive.



    Post-Install

    1. Download the "1.7.3 Post-Install zip.

    2. Use Kext Helper b7 and install the IO80211family.kext in the "System/Library/Extensions" folder (only that one for a reason)

    3. Install the 10.7.3 Combo Update from Apple Software Update. And yes, you can reboot after this, it's fine.

    4. Now, navigate to the folder again, and use kext utility to install all the kexts from the "System/Library/Extensions" folder. Wi-Fi should work again.

    5. Open Color Calibrations zip and drop the two files to /Library/ColorSync/Profiles/Display folder. Navigate to the "Display" option on Settings and find the Dell 1525 option. Choose that one, should make the colors more Mac-like.

    6. Drag and drop the "Extensions" folder from 10.7.3 Post-Install/Extra/Extensions to /Extra.

    7. Open to "/Extra/org.Chameleon.Boot.plist" (on the hard disk, not in the folder) and add arch=i386 to Kernel Flags.

    8. For sleep, do the following in terminal:
    Code:
    sudo pmset -a hibernatemode 0
    sudo rm /private/var/vm/sleepimage
    Also, try adding

    <key>Force Wake</key>
    <string>Yes</string>

    to /Extra/org.chameleon.Boot.plist.

    iCloud, FaceTime, and Messages (Beta)

    1. Install Chameleon 2.1 r1627VS [iCloud & FaceTime Fix]
    2. Reboot and enjoy

    Sound Fix

    1. Remove any trace of AppleHDA (/S/L/E or E/E)
    2. Reboot.
    3. Install this version of VoodooHDA (Modded by moi for 1525 sound cards)
    4. Reboot again and enjoy.


    10.7.3 Post-Install: Download

    Feel free to stray away from this tutorial to do some rebooting between options, just to be on the safe side. Hopefully, this works for each 1525 laptop, but there may be minor tweaks to make sure everything works. Also, feel free to comment with any questions and concerns, and I'll be sure to get back to you as soon as I can.

    And, as always, Happy Hackintoshing
    Last edited by fusingblackrose; 5th March 2012 at 17:44.


  2. #2
    Junior Member
    Join Date
    Mar 2011
    Posts
    17
    Downloads
    136
    Uploads
    0

    Default

    Two fingers scroll not work for me.

  3. #3
    Member
    Join Date
    May 2011
    Posts
    51
    Downloads
    65
    Uploads
    0

    Default

    Try this solution:

    How to get 2-Finger (or 1-finger) scrolling working on MOST laptop trackpads - InsanelyMac Forum

    In the meantime, I'll be looking for a prefpane that works as well.

  4. #4
    Junior Member
    Join Date
    Mar 2011
    Posts
    17
    Downloads
    136
    Uploads
    0

    Default

    Thanks fusingblackrose, I fix two fingers scroll,only sleep dont work for me.

  5. #5
    Member
    Join Date
    May 2011
    Posts
    51
    Downloads
    65
    Uploads
    0

    Default

    Have you tried the terminal edits I've posted?

  6. #6
    Junior Member
    Join Date
    Sep 2011
    Posts
    3
    Downloads
    8
    Uploads
    0

    Default

    The 10.7.3 installer kernel panics my computer. Any ideas?

  7. #7
    Member
    Join Date
    May 2011
    Posts
    51
    Downloads
    65
    Uploads
    0

    Default

    Can you post a photo of the KP? Also, did it install successfully and KP on reboot, or did it KP in the middle of the install?

  8. #8
    Junior Member
    Join Date
    Sep 2011
    Posts
    3
    Downloads
    8
    Uploads
    0

    Default

    Gives a "you must hold down the power button to restart your computer" crash while installing. I used the tonymacx86 unibeast install. That might be the problem.

  9. #9
    Member
    Join Date
    May 2011
    Posts
    51
    Downloads
    65
    Uploads
    0

    Default

    I haven't tried to do any extra steps for installing the update, Apple Softwarr Update worked ootb.

  10. #10
    Junior Member
    Join Date
    Mar 2011
    Posts
    17
    Downloads
    136
    Uploads
    0

    Default

    Yes I have tried terminal edit for sleep and got this rm: /private/var/vm/sleepimage: No such file or directory.


  • Advertising

    advertising
    OSx86.net
    has no influence
    on advertisings
    that are displayed by
    Google Adsense

      
     

Page 1 of 6 123 ... LastLast

Similar Threads

  1. iATKOS L2 on dell inspiron 1525
    By melzarei in forum 10.7 Lion
    Replies: 102
    Last Post: 11th April 2012, 05:47
  2. Dell inspiron 1525 Lion installation
    By bullmastiff135 in forum 10.7 Lion
    Replies: 34
    Last Post: 26th March 2012, 12:38
  3. Dell Inspiron 1525, wifi not working on SL 10.6.8
    By annoynimous in forum 10.6 Snow Leopard
    Replies: 3
    Last Post: 9th November 2011, 21:09
  4. Problemas com Dell Inspiron 1525 Instala mas não inicia
    By hudson_maciel@hotmail.com in forum Português
    Replies: 5
    Last Post: 11th August 2011, 22:31
  5. dell 1525 webcam Kext ---- Video Viewer Perfect Quality
    By mary86 in forum Hardware and Drivers (Kexts)
    Replies: 0
    Last Post: 15th January 2011, 00:33

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •