Twitter
Become an osx86.net member, click here to Register!
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 35
Like Tree1Likes

Thread: Dell inspiron 1525 Lion installation

  1. #1
    Junior Member
    Join Date
    Jun 2011
    Posts
    1
    Downloads
    36
    Uploads
    0

    Default Dell inspiron 1525 Lion installation

    Need some help getting Lion installed on my Dell 1525, running snow 10.6.8


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

    Lightbulb

    What are your full system specs? I cutter a huge corner on mine to install Lion easier by performing a CPU swap from a T29xx to a T3400 from my Inspiron 1545 that has a gma x4500m video card in it, where as the 1525 though older, has better video card support, which is why I made the jump back to it for OSx86 use. Other hardware mods i did to this machine was to give it the 1545's 250GB hard drive, and maxed out the RAM at 4GB's instead of 2gb's.

    From there, legal install of Lion is preferred method of acquiring Lion, as my first attempt, I ended up with a sour copy of Lion from the little green demon, that would always freeze immediately with the spinning beach ball after the first boot wizard had me choose country and keyboard selection. I tried everything that I could think of. Various kernel flags etc. I tried different boot loaders, Chameleon 2, RC3...Rc4...RC5...various builds of RC5, ...PC EFI 10.6, 10.7, etc...Finally what worked for me best was Chimera from TonyMacX86. You also NEED to use next wizard or next helper to install to Lion's /System/Library/Extensions folder the following kexts: AppleACPIPlatform.kext - IO80211Family.kext - IOPCIFamily.kext - all from your Snow Leopard 10.6.8 install. You will also need after the install to install to your post Lion installed partition all of the above to the same folder, plus IOACPIFamily.kext. Your DSDT.aml file is always a bonus...You'll want your com.apple.Boot.plist set up with something like mine copy and pastest below, along with my smbios.plist respectively. You will also want to run Extra Lion on both the install drive and your final install partition too.

    I won't post an exact how-to, but if you need more help, or anyone else for that matter, then shoot me a PM, or post back here, it should email notify me to check as I don't read the forums that often here.

    If you are not able to do a CPU swap btw, then you'll need to come up with a Darwin 11.0 legacy kernel some where. And most important tip of all -

    MAKE SURE YOU BACK UP YOUR SNOW LEOPARD INSTALL IF YOU CAN'T USE MULTIPLE HARD DRIVES AND USB THUMB STICKS AND ENCLOSURES, ETC, TO MAKE IT EASIER FOR YOURSELF...! Can't stress that enough.




    com.apple.Boot.plst:


    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Graphics Mode</key>
    <string>1280x800x32</key>
    <key>Arch</key>
    <string>i386</string>
    <key>Boot Banner</key>
    <string>No</string>
    <key>Default Partition</key>
    <string>hd(0,4)</string>
    <key>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>ForceHPET</key>
    <string>Yes</string>
    <key>GUI</key>
    <string>No</string>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string>arch=i386</string>
    <key>SMBIOS</key>
    <string>/Extra/smbios.plist</string>
    <key>SMBIOSdefaults</key>
    <string>No</string>
    <key>Timeout</key>
    <string>2</string>
    <key>UseKernelCache</key>
    <string>Yes</string>
    <key>device-properties</key>
    <string>7e0200000100000001000000720200000a00000002 010c00d041030a000000000101060000027fff04001e000000 72006f006d002d007200650076006900730069006f006e0000 002a0000004f70656e474c20456e67696e6520616374697661 746564207669612045464920537472696e672a000000410041 0050004c00300031002c0044006100740061004a0075007300 7400690066007900000008000000010000001c000000410041 0050004c00300031002c005000690070006500000008000000 01000000260000004100410050004c002c004e0075006d0044 006900730070006c0061007900730000000800000004000000 200000004100410050004c002c00480061007300500061006e 0065006c00000008000000010000002e000000410041005000 4c002c004e0075006d004600720061006d0065006200750066 006600650072007300000008000000020000001c0000004100 410050004c00300031002c0045004400490044000000840000 0000ffffffffffff004ca34549000000000011010380211578 0a87f594574f8c272750540000000101010101010101010101 0101010101ee1a008050201030103013004bcf100000190000 000f0000000000000000002387026401000000fe0053414d53 554e470a2020202020000000fe004c544e31353458412d4c30 310a0041380000004100410050004c002c00530065006c0066 00520065006600720065007300680053007500700070006f00 7200740065006400000008000000010000001c000000410041 0050004c002c004800610073004c0069006400000008000000 010000001e0000004100410050004c00300031002c00440065 0070007400680000000800000020000000</string>

    </dict>
    </plist>





    SMBIOS:




    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>SMbiosdate</key>
    <string>07/26/10</string>
    <key>SMbiosversion</key>
    <string>MBP61.88Z.0057.B0C.1007261552</string>
    <key>SMboardproduct</key>
    <string>Mac-F22589C8</string>
    <key>SMfamily</key>
    <string>MacBook Pro</string>
    <key>SMmanufacter</key>
    <string>Apple Inc.</string>
    <key>SMproductname</key>
    <string>MacBookPro6,1</string>
    <key>SMserial</key>
    <string>C02CJ2DNDC79</string>
    </dict>
    </plist>
    Last edited by nightwing; 8th August 2011 at 08:21. Reason: Forgot to attach boot and smbios plist contents
    goksi75 likes this.

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

    Default

    I dont have audio, on my lion 10.7.2 can you tell me kext for that, on my dell 1525

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

    Default

    hi goksi75, did you tried Voodoohda?

  5. #5
    Junior Member
    Join Date
    Mar 2011
    Posts
    2
    Downloads
    118
    Uploads
    0

    Default Used VoodooHDA

    Hey, I always find AppleHDA to be unreliable out of the box so I had it going with VoodooHDA - but had to manually select the output device in system preferences when swapping between using my built-in speakers, or using headphones. Just experiment in the sound preferences under the output section and just click on each device listed while you have sound say from youtube or iTunes playing and it should just cut in as you hit the right one respectively for speakers and headphones. Headphone testing of course you need to plug your headphones in and listen for them but meh. Minor detail.

    Also - as an update to my previous post - I'm sorry I didn't make it back here sooner - but I did get QE/CI working in full 100% on my 1525 along with everything else - now unfortunately I have since wrecked (destroyed really) my 1525 and smashed the LCD, so I'm working on trying to secure some replacement parts from my brother who also has a retired 1525, and I can use it to repair mine. Once back up and running, I can quickly retrace my steps and post a update on how to get full QE/CI working. A lot changed from my previous post, so watch for that. If someone can just keep spamming this thread every couple days to ask for me to update it as soon as possible, that'd be great to have a definitive guide. Maybe try to get it upped to some place like dailyblogged or macyourpc or wherever.

    Cheers.

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

    Default

    Yes but after Voodoohda I have KP

  7. #7
    OSx86.net Crew noname's Avatar
    Join Date
    Nov 2010
    Posts
    1,191
    Downloads
    67
    Uploads
    0

    Default

    Use instructions on this thread to fix KP with voodoohda.kext:

    olarila.com &bull; View topic - VoodooHDA - common problems
    Lenovo g550 / Intel® Core2Duo processor T6600 / RAM - Kingston 6GB DDR3 / Video - Nvidia GeForce G210M
    Lion 10.7.3 / Mountain Lion 10.8



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

    Default

    Thanks noname.

  9. #9
    Member
    Join Date
    Dec 2011
    Posts
    48
    Downloads
    59
    Uploads
    0

    Default

    hey can someone help, my dell inspiron always freezes on lion install, mainly anything above 10.6.8, does anyone know how to fix this?
    Dell Inspiron 1525
    Running iAtkos 10.6.7 & Win 7
    Intel C2D 1.66ghz T5450 processor
    250 gb SATA HD
    2gb 665 mhz RAM
    GMA 965 graphics card

  10. #10
    Junior Member
    Join Date
    Jun 2011
    Posts
    8
    Downloads
    44
    Uploads
    0

    Lightbulb

    Quote Originally Posted by dkris2020 View Post
    hey can someone help, my dell inspiron always freezes on lion install, mainly anything above 10.6.8, does anyone know how to fix this?
    Hi,
    try this "How To", with the supplied DSDT it will boot.
    How to install Lion 10.7.0 on Dell Inspiron 1525 - nozyczek

    The Reason why it won't boot is explained here:
    [TEQUILA-FIX] GraphicsEnabler, Black Screen and PCIRoot Fix for Chameleon - InsanelyMac Forum

    You need the line with _UID in the PCI0 device in the DSDT to boot up. The fix is already applied in the DSDT from the above link.
    Last edited by losmatzos; 15th January 2012 at 13:48.


  • Advertising

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

      
     

Page 1 of 4 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. iAtkos s3 v2 on Inspiron 1525 Help!
    By dkris2020 in forum 10.6 Snow Leopard
    Replies: 2
    Last Post: 17th January 2012, 01:29
  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. [Please Help] Installation Tutorial - Dell Inspiron N5010
    By salmanarif in forum 10.6 Snow Leopard
    Replies: 3
    Last Post: 19th May 2011, 14:32

Posting Permissions

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