Jump to content

Hervé

Administrators
  • Posts

    9910
  • Joined

  • Last visited

  • Days Won

    548

Posts posted by Hervé

  1. A few comments:

    • you really should partition your drive GUID, not MBR.
    • are you installing Mountain Lion? With ML, expect an "installation failed" error message at the end, but it's just false alarm. You can reboot straight into ML afterwards, no need to boot with the USB installer.
    • what size is your D830's LCD?
    • did you use the D830 nVidia bootpack?

     

    The "voice over" audio you hear on reboot is another typical feature of ML: you get this on initial boot at the beginning of the final setup procedure.

     

    I've done several ML installation on D830s nVidia 135M and there's no problem at all on 1st reboot after myHack+OSXL bootpack installation.

  2. What you're experiencing is perfectly normal: you can't just boot an Apple retail DVD like that; you need a bootloader. That is the most basic aspect of hackintoshing... Since you're trying to use Snow Leopard, get hold of Nawcom's ModCD software image and burn it to a DVD. Once you have Nawcom's ModCD booted up, you'll be able to load and use that Apple retail DVD and install SL on your laptop's HDD.

     

    You'll then be able to make an image of that DVD, image that you can subsequently use to make a myHack USB installer. That is what our OSXL procedure is based on.

  3. Even in SL, unless you have some specific tool to keep CPU speed constant, your CPU will always use SpeedStep (unless disabled in BIOS and therefore running at lowest possible speed). That's just the way Intel CPU have been running for nearly 10years! Go tell Intel that "you don't want it all"...

     

    So, again (and I hope it'll be clear enough now), regardless of nullCPUPowerManagement + SleepEnabler, you need something like PState to either run SpeedStep dynamically or fix you CPU speed to any given available frequency. If, for some, reason, you don't like PState, then look for something else, whether another tool or another fancy way to block CPU speed at its max.

     

    End of story.

  4. You need to understand that you're doing the complete opposite of what you seek! True, on a D630, you do not need nullCPUPowerManagement or SleepEnabler.

     

    However, if you do not use PState, your CPU will be stuck at its lowest speed, i.e. 600MHz. You may not trust me of course, so do run HWmonitor and look at the CPU speed as you run things in the background and tell me you see it change!

     

    PState not only handles SpeedStep, it also regulates voltage. Use it, even if at fixed maximum speed!

     

    Native SpeedStep is something we've not worked on for these D Series yet.

  5. Last update: 03 Jan 2024

     

    This guide applies to LoRes WXGA (1280x800) and possibly HiRes WXUGA (1920x1200) models. This guide was initially made with a MyHack-based installation of ML 10.8.0 + subsequent updates to ML 10.8.3/10.8.4/10.8.5.

     

    The bootpack was made out of the D630 nVidia ML bootpack where the DSDT table was just replaced by the table from D830 GMA X3100 Lion bootpack (LoRes). If you have a HiRes model, just replace the DSDT with HiRes version to try it out.

    Extra_D830_LoRes_ML.zip

     

    This guide assumes you're using a blank HDD, partitioned and formated GUID. No tests done on MBR partitioned HDD, so don't ask about it, try it for yourself and report back if appropriate.

     

    ⚠️ Read the MacRumors guide thoroughly and follow it to the letter as far as creating the installer is concerned. Remember that it is not our hack and we do not support it.

    http://forums.macrumors.com/showthread.php?t=1325709

    You need a legit copy of M, i.e. the Install Mountain Lion.app application, otherwise forget it. The tool requires you to copy it to your Applications folder. It won't work if all you have is the InstallESD.dmg image. In June 2021, Apple finally made Mountain Lion freely available. A link to download the application package is available here.

     

     

    Phase 1: initial ML installation in mainstream 64bit kernel mode with unsupported graphics

    1. make the usual myHack USB installer for ML 10.8, using the attached LoRes or HiRes bootpack. myHack v3.3.1 recommended. It's available here.
    2. boot the myHack USB installer and install ML 10.8, pointing to the /Extra folder of the installer media when prompted for the boot pack (do not choose generic).
    3. reboot into ML and complete 1st boot setup.
    4. you're now in ML 10.8 with default graphics at 1024x768 and without graphics acceleration.
    5. If you have not already done so, remove your myHack USB installer and put it aside.
    6. install recommended version of Chameleon (r2468) or Enoch (r2839) bootloader on your disk. They're available here.
    7. install latest update or combo update for ML 10.8.5 and all security updates for 10.8.5 (your wireless may not be supported at that stage, so use Ethernet port or install appropriate Wifi kext).

      reboot into latest version of ML 10.8.5, still with default graphics and without acceleration.

    Phase 2: MLPostFactor

    1. download MLPostFactor from here (original links posted in 2013 at MacRumors are dead since 2015).
    2. create a new small partition on your HDD (8 to 16GB) or insert and erase your myHack USB installer (or any other available external media).
    3. following MLPF instructions to the letter, run MLPostFactor and create an ML installer on the freshly created spare HDD partition or freshly erased USB key. Select the appropriate ML version that meets your installation and run the app, knowing that version 10.8.4 is to be selected for ML 10.8.5.
    4. upon completion, create a folder called Extra at the root of that installer media and copy DSDT table + SMBIOS & Chameleon boot plist files there.
    5. if you have a Bluetooth module, turn off your wireless services with the side switch (or laptop will look for a BT keyboard at next step and you'd need to hook up a USB keyboard).
    6. reboot off your initial ML disk/partition, interrupt the boot process at the Chameleon delay bar and select this newly created ML installer partition/disk with options & flag DSDT=/Extra/DSDT.aml arch=i386 -f.
    7. once installer is loaded, do not actually proceed with any installation (it would not be bootable). Go to Utilities in the menu bar and select MLPostFactor.
    8. when MLPostFactor app kicks in, click Continue until you're offered to select a destination volume.
    9. in the list available under the HDD icon, select your previously-made ML 10.8 installation, check the relevant 10.8.x case (select 10.8.4 for ML 10.8.5) and click Install MLPostFactor.
    10. upon completion, click Quit MLPostFactor, quit installation program and reboot ML 10.8 with flag and boot option -f arch=i386. If you switched off wireless services, turn the switch back on before the reboot. You will now have full QE/CI !
    11. open up the Chameleon boot plist file in /Extra folder with TextEditor and add boot arg arch=i386 to ensure your system boots in 32bit kernel mode. If you have Chameleon Wizard app, use that to open up the boot plist and tick the 32-bit (i386) option, then save the file.
    12. open up Terminal and type sudo kextcache -system-prelinked-kernel -a i386 to rebuild the 32bit-mode cache; this will remove the need to boot with -f flag.
    13. For ML 10.8.5, edit file /System/Library/CoreServices/SystemVersion.plist to replace version number from 10.8.4 to 10.8.5.

    That's it, enjoy ML on your previously unsupported D830 X3100.

     

    Remember that this hack is quite aggressive in the way it reverts to DP1 files and older graphics drivers (GMA kexts, OpenGL libraries), so you may find that things do not work. Again, no support for MLPF here.

     

    NB: Details of issues related to ML vanilla files that are re-instated by 10.8.5 security updates are kept in the D430 MLPF guide. They should no longer apply since ML went out of support and no further updates published.

  6. Last update: 03 Jan 2024

     

    This guide applies to the Core2Duo D430 models. This guide was initially made with a MyHack-based installation of ML 10.8.0 + subsequent updates to ML 10.8.3/10.8.4/10.8.5.


    The bootpack was made out of the D630 nVidia ML bootpack where the DSDT table was replaced by the table from D430 Dual Core Lion bootpack, appropriate kexts removed and/or added and Chameleon plists replaced.

     

    EDIT - 20Aug 2014:

    ------------------------- 

    Bootpack edited following report of missing Broadcom LAN kext. Pack is now fully loaded with all necessary kexts, modules and plists and no post-install EDP is really required for hardware fine tuning. Includes tuned Kozlek's FakeSMC + SMBIOS for native CPU SpeedStep.

    Extra D430 ML.zip

     

    This guide assumes you're using a blank HDD, partitioned and formated GUID. No tests done on MBR partitioned HDD, so don't ask about it, try it for yourself and report back if appropriate.

     

    ⚠️ Read the MacRumors guide thoroughly and follow it to the letter as far as creating the installer is concerned. Remember that it is not our hack and we do not support it.

    http://forums.macrumors.com/showthread.php?t=1325709

    You need a legit copy of ML, i.e. the Install Mountain Lion.app application, otherwise forget it. The tool requires you to copy it to your Applications folder. It won't work if all you have is the InstallESD.dmg image. In June 2021, Apple finally made Mountain Lion freely available. A link to download the application package is available here.

     

     

    Phase 1: initial ML installation in mainstream 64bit kernel mode with unsupported graphics

    1. make the usual myHack USB installer for ML 10.8, using the attached LoRes or HiRes bootpack. myHack v3.3.1 is recommended. It's available here.
    2. boot the myHack USB installer and install ML 10.8, pointing to the /Extra folder of the installer media when prompted for the bootpack (do not choose generic).
    3. reboot into ML through your USB installer and complete 1st boot setup.
    4. you're now in ML 10.8 with default graphics at 1024x768 and without graphics acceleration.
    5. If you have not already done so, remove your myHack USB installer and put it aside.
    6. install recommended version of Chameleon (r2468) or Enoch (r2839) bootloader on your disk. They're available here.
    7. install latest update or combo update for ML 10.8.5 and all security updates for 10.8.5 (your wireless may not be supported at that stage, so use Ethernet port or install appropriate Wifi kext).
    8. reboot into latest version of ML 10.8.5, still with default graphics and without acceleration.

    Phase 2: MLPostFactor

    1. download MLPostFactor from here (original links posted in 2013 at MacRumors are dead since 2015).
    2. create a new small partition on your HDD (8 to 16GB) or insert and erase your myHack USB installer (or any other available external media).
    3. following MLPF instructions to the letter, run MLPostFactor and create an ML installer on the freshly created spare HDD partition or freshly erased USB key. Select the appropriate ML version that meets your installation and run the app, knowing that version 10.8.4 is to be selected for ML 10.8.5.
    4. upon completion, create a folder called Extra at the root of that installer media and copy DSDT table + SMBIOS & Chameleon boot plist files there.
    5. if you have a Bluetooth module, turn off your wireless services with the side switch (or laptop will look for a BT keyboard at next step and you'd need to hook up a USB keyboard).
    6. reboot off your initial ML disk/partition, interrupt the boot process at the Chameleon delay bar and select this newly created ML installer partition/disk with options & flag DSDT=/Extra/DSDT.aml arch=i386 -f.
    7. once installer is loaded, do not actually proceed with any installation (it would not be bootable). Go to Utilities in the menu bar and select MLPostFactor.
    8. when MLPostFactor app kicks in, click Continue until you're offered to select a destination volume.
    9. in the list available under the HDD icon, select your previously-made ML 10.8 installation, check the relevant 10.8.x case (select 10.8.4 for ML 10.8.5) and click Install MLPostFactor.
    10. upon completion, click Quit MLPostFactor, quit installation program and reboot ML 10.8 with flag and boot option -f arch=i386. If you switched off wireless services, turn the switch back on before the reboot. You will now have full QE/CI !
    11. open up the Chameleon boot plist file in /Extra folder with TextEditor and add boot arg arch=i386 to ensure your system boots in 32bit kernel mode. If you have Chameleon Wizard app, use that to open up the boot plist and tick the 32-bit (i386) option, then save the file.
    12. open up Terminal and type sudo kextcache -system-prelinked-kernel -a i386 to rebuild the 32bit-mode cache; this will remove the need to boot with -f flag.
    13. For ML 10.8.5, edit file /System/Library/CoreServices/SystemVersion.plist to replace version number from 10.8.4 to 10.8.5.

    That's it, enjoy ML on your previously unsupported D620 GMA950.

     

    Remember that this hack is quite aggressive in the way it reverts to DP1 files and older graphics drivers (GMA950 kexts, OpenGL libraries), so you may find that things do not work. Again, don't ask for support here, go to the authors at MacRumors.
     
    D430_GMA950_ML10.8.3.jpg

    • Like 3
  7. Last update: 03 Jan 2024

     

    This guide applies to Core2Duo D620 nVidia models. This guide was initially made with a MyHack-based installation of ML 10.8.0 + subsequent updates to ML 10.8.3/10.8.4/10.8.5.

    The bootpack was made out of the D630 nVidia ML bootpack where the DSDT table was replaced by the table from the D620 nVidia Lion bootpack, appropriate kexts removed and/or added and plists replaced.
    Extra D620n ML.zip

     

    This guide assumes you're using a blank HDD, partitioned and formated GUID. No tests done on MBR partitioned HDD, so don't ask about it, try it for yourself and report back if appropriate.

     

    ⚠️ Read the MacRumors guide thoroughly and follow it to the letter as far as creating the installer is concerned. Remember that it is not our hack and we do not support it.

    http://forums.macrumors.com/showthread.php?t=1325709

    You need a legit copy of ML, i.e. the Install Mountain Lion.app application, otherwise forget it. The tool requires you to copy it to your Applications folder. It won't work if all you have is the InstallESD.dmg image. In June 2021, Apple finally made Mountain Lion freely available. A link to download the application package is available here.

     

    Phase 1: initial ML installation in mainstream 64bit kernel mode with unsupported graphics

    1. make the usual myHack USB installer for ML 10.8, using the attached bootpack.  myHack v3.3.1 is recommended. It's available here.
    2. boot the myHack USB installer and install ML 10.8, pointing to the /Extra folder of the installer media when prompted for the boot pack (do not choose generic).
    3. reboot into ML with "-x" flag (or ML won't boot) through your USB installer and complete 1st boot setup.
    4. you're now in ML 10.8 with default graphics at 1024x768 and without graphics acceleration.
    5. If you have not already done so, remove your myHack USB installer and put it aside.
    6. install recommended version of Chameleon (r2468) or Enoch (r2839) bootloader on your disk. They're available here.
    7. install latest update or combo update for ML 10.8.5 and all security updates for 10.8.5 (your wireless may not be supported at that stage, so use Ethernet port).
    8. ⚠️at that stage, ML 10.8 is unbootable, no matter what, so don't reboot yet!

    Phase 2: MLPostFactor

    1. download MLPostFactor from here (original links posted in 2013 at MacRumors are dead since 2015).
    2. create a new small partition on your HDD (8 to 16GB) or insert and erase your myHack USB installer (or any other available external media).
    3. following MLPF instructions to the letter, run MLPostFactor and create an ML installer on the freshly created spare HDD partition or freshly erased USB key. Select the appropriate ML version that meets your installation and run the app, knowing that version 10.8.4 is to be selected for ML 10.8.5.
    4. upon completion, create a folder called Extra at the root of that installer media and copy DSDT table + SMBIOS & Chameleon boot plist files there.
    5. if you have a Bluetooth module, turn off your wireless services with the side switch (or laptop will look for a BT keyboard at next step and you'd need to hook up a USB keyboard).
    6. reboot off your initial ML disk/partition, interrupt the boot process at the Chameleon delay bar and select this newly created ML installer partition/disk with options & flag DSDT=/Extra/DSDT.aml arch=i386 -f.
    7. once installer is loaded, do not actually proceed with any installation (it would not be bootable). Go to Utilities in the menu bar and select MLPostFactor.
    8. when MLPostFactor app kicks in, click Continue until you're offered to select a destination volume.
    9. in the list available under the HDD icon, select your previously-made ML 10.8 installation, check the relevant 10.8.x case (select 10.8.4 for ML 10.8.5) and click Install MLPostFactor.
    10. upon completion, click Quit MLPostFactor, quit installation program and reboot ML 10.8 with flag and boot option -f arch=i386. If you switched off wireless services, turn the switch back on before the reboot. You will now have full QE/CI !
    11. open up the Chameleon boot plist file in /Extra folder with TextEditor and add boot arg arch=i386 to ensure your system boots in 32bit kernel mode. If you have Chameleon Wizard app, use that to open up the boot plist and tick the 32-bit (i386) option, then save the file.
    12. open up Terminal and type sudo kextcache -system-prelinked-kernel -a i386 to rebuild the 32bit-mode cache; this will remove the need to boot with -f flag.
    13. For ML 10.8.5, edit file /System/Library/CoreServices/SystemVersion.plist to replace version number from 10.8.4 to 10.8.5.

    That's it, enjoy ML on your previously unsupported D620 nVidia.

     

    Remember that this hack is quite aggressive in the way it reverts to DP1 files and older graphics drivers (nVidia NV40 kexts, OpenGL libraries), so you may find that things do not work. Again, no support for MLPF here.

     

    D620-nVidia-NVS-110M_ML10.8.3.jpg

     

    NB: Details of issues related to ML vanilla files that are re-instated by 10.8.5 security updates are kept in the D430 MLPF guide. They should no longer apply since ML went out of support and no further updates published.

  8. Last update: 03 Jan 2024

     

    This guide applies to Core2Duo LoRes WXGA (1280x800) and HiRes WXGA+ (1440x900) models. This guide was initially made with a MyHack-based installation of ML 10.8.0 + subsequent updates to ML 10.8.3/10.8.4/10.8.5.

     

    The bootpacks were made out of the D630 nVidia ML bootpack where the DSDT table was replaced by the table from D620 GMA950 Lion bootpacks (LoRes or HiRes), appropriate kexts removed and/or added and plists replaced.

    Extra_D620i_LoRes_ML.zip Extra_D620i_HiRes_ML.zip

     

    This guide assumes you're using a blank HDD, partitioned and formated GUID. No tests done on MBR partitioned HDD, so don't ask about it, try it for yourself and report back if appropriate.

     

    ⚠️ Read the MacRumors guide thoroughly and follow it to the letter as far as creating the installer is concerned. Remember that it is not our hack and we do not support it.

    http://forums.macrumors.com/showthread.php?t=1325709

    You need a legit copy of ML, i.e. the Install Mountain Lion.app application, otherwise forget it. The tool requires you to copy it to your Applications folder. It won't work if all you have is the InstallESD.dmg image. In June 2021, Apple finally made Mountain Lion freely available. A link to download the application package is available here.

     

     

    Phase 1: initial ML installation in mainstream 64bit kernel mode with unsupported graphics

    1. make the usual myHack USB installer for ML 10.8, using the attached LoRes or HiRes bootpack. myHack v3.3.1 is recommended. It's available here.
    2. boot the myHack USB installer and install ML 10.8, pointing to the /Extra folder of the installer media when prompted for the bootpack (do not choose generic).
    3. reboot into ML through your USB installer and complete 1st boot setup.
    4. you're now in ML 10.8 with default graphics at 1024x768 and without graphics acceleration.
    5. If you have not already done so, remove your myHack USB installer and put it aside.
    6. install recommended version of Chameleon (r2468) or Enoch (r2839) bootloader on your disk. They're available here.
    7. install latest update or combo update for ML 10.8.5 and all security updates for 10.8.5 (your wireless may not be supported at that stage, so use Ethernet port or install appropriate Wifi kext).
    8. reboot into latest version of ML 10.8.5, still with default graphics and without acceleration.

    Phase 2: MLPostFactor

    1. download MLPostFactor from here (original links posted in 2013 at MacRumors are dead since 2015).
    2. create a new small partition on your HDD (8 to 16GB) or insert and erase your myHack USB installer (or any other available external media).
    3. following MLPF instructions to the letter, run MLPostFactor and create an ML installer on the freshly created spare HDD partition or freshly erased USB key. Select the appropriate ML version that meets your installation and run the app, knowing that version 10.8.4 is to be selected for ML 10.8.5.
    4. upon completion, create a folder called Extra at the root of that installer media and copy DSDT table + SMBIOS & Chameleon boot plist files there.
    5. if you have a Bluetooth module, turn off your wireless services with the side switch (or laptop will look for a BT keyboard at next step and you'd need to hook up a USB keyboard).
    6. reboot off your initial ML disk/partition, interrupt the boot process at the Chameleon delay bar and select this newly created ML installer partition/disk with options & flag DSDT=/Extra/DSDT.aml arch=i386 -f.
    7. once installer is loaded, do not actually proceed with any installation (it would not be bootable). Go to Utilities in the menu bar and select MLPostFactor.
    8. when MLPostFactor app kicks in, click Continue until you're offered to select a destination volume.
    9. in the list available under the HDD icon, select your previously-made ML 10.8 installation, check the relevant 10.8.x case (select 10.8.4 for ML 10.8.5) and click Install MLPostFactor.
    10. upon completion, click Quit MLPostFactor, quit installation program and reboot ML 10.8 with flag and boot option -f arch=i386. If you switched off wireless services, turn the switch back on before the reboot. You will now have full QE/CI !
    11. open up the Chameleon boot plist file in /Extra folder with TextEditor and add boot arg arch=i386 to ensure your system boots in 32bit kernel mode. If you have Chameleon Wizard app, use that to open up the boot plist and tick the 32-bit (i386) option, then save the file.
    12. open up Terminal and type sudo kextcache -system-prelinked-kernel -a i386 to rebuild the 32bit-mode cache; this will remove the need to boot with -f flag.
    13. For ML 10.8.5, edit file /System/Library/CoreServices/SystemVersion.plist to replace version number from 10.8.4 to 10.8.5.

    That's it, enjoy ML on your previously unsupported D620 GMA950.

     

    Remember that this hack is quite aggressive in the way it reverts to DP1 files and older graphics drivers (GMA950 kexts, OpenGL libraries), so you may find that things do not work. Again, no support for MLPF here.

     

    D620-GMA950_ML10.8.3.jpg
     
    NB: Details of issues related to ML vanilla files that are re-instated by 10.8.5 security updates are kept in the D430 MLPF guide. They should no longer apply since ML went out of support and no further updates published.
    • Like 1
  9. Last update: 03 Jan 2024

     

    This guide applies to LoRes WXGA (1280x800) and HiRes WXGA+ (1440x900) models. This guide was initially made with a MyHack-based installation of ML 10.8.0 + subsequent updates to ML 10.8.3/10.8.4/10.8.5.

     

    The bootpacks were made out of the D630 nVidia ML bootpack where the DSDT table was just replaced by the table from D630 GMA X3100 Lion bootpacks (LoRes or HiRes).

    Extra_D630_LoRes_ML.zip Extra_D630_HiRes_ML.zip

     

    This guide assumes you're using a blank HDD, partitioned and formated GUID. No tests done on MBR partitioned HDD, so don't ask about it, try it for yourself and report back if appropriate.

     

    ⚠️ Read the MacRumors guide thoroughly and follow it to the letter as far as creating the installer is concerned. Remember that it is not our hack and we do not support it.

    http://forums.macrumors.com/showthread.php?t=1325709

    You need a legit copy of ML, i.e. the Install Mountain Lion.app application, otherwise forget it. The tool requires you to copy it to your Applications folder. It won't work if all you have is the InstallESD.dmg image. In June 2021, Apple finally made Mountain Lion freely available. A link to download the application package is available here.

     

     

    Phase 1: initial ML installation in mainstream 64bit kernel mode with unsupported graphics

    1. make the usual myHack USB installer for ML 10.8, using the attached LoRes or HiRes bootpack. myHack v3.3.1 is recommended. It's available here.
    2. boot the myHack USB installer and install ML 10.8, pointing to the /Extra folder of the installer media when prompted for the bootpack (do not choose generic).
    3. reboot into ML through your USB installer and complete 1st boot setup.
    4. you're now in ML 10.8 with default graphics at 1024x768 and without graphics acceleration.
    5. If you have not already done so, remove your myHack USB installer and put it aside.
    6. install recommended version of Chameleon (r2468) or Enoch (r2839) bootloader on your disk. They're available here.
    7. install latest update or combo update for ML 10.8 (your wireless may not be supported at that stage, so use Ethernet port or install appropriate Wifi kext).
    8. reboot into latest version of ML, still with default graphics and without acceleration.

    Phase 2: MLPostFactor

    1. download MLPostFactor from here (original links posted in 2013 at MacRumors are dead since 2015).
    2. create a new small partition on your HDD (8 to 16GB) or insert and erase your myHack USB installer (or any other available external media).
    3. following MLPF instructions to the letter, run MLPostFactor and create an ML installer on the freshly created spare HDD partition or freshly erased USB key. Select the appropriate ML version that meets your installation and run the app, knowing that version 10.8.4 is to be selected for ML 10.8.5.
    4. upon completion, create a folder called Extra at the root of that installer media and copy DSDT table + SMBIOS & Chameleon boot plist files there.
    5. if you have a Bluetooth module, turn off your wireless services with the side switch (or laptop will look for a BT keyboard at next step and you'd need to hook up a USB keyboard).
    6. reboot off your initial ML disk/partition, interrupt the boot process at the Chameleon delay bar and select this newly created ML installer partition/disk with options & flag DSDT=/Extra/DSDT.aml arch=i386 -f.
    7. once installer is loaded, do not actually proceed with any installation (it would not be bootable). Go to Utilities in the menu bar and select MLPostFactor.
    8. when MLPostFactor app kicks in, click Continue until you're offered to select a destination volume.
    9. in the list available under the HDD icon, select your previously-made ML 10.8 installation, check the relevant 10.8.x case (select 10.8.4 for ML 10.8.5) and click Install MLPostFactor.
    10. upon completion, click Quit MLPostFactor, quit installation program and reboot ML 10.8 with flag and boot option -f arch=i386. If you switched off wireless services, turn the switch back on before the reboot. You will now have full QE/CI !
    11. open up the Chameleon boot plist file in /Extra folder with TextEditor and add boot arg arch=i386 to ensure your system boots in 32bit kernel mode. If you have Chameleon Wizard app, use that to open up the boot plist and tick the 32-bit (i386) option, then save the file.
    12. open up Terminal and type sudo kextcache -system-prelinked-kernel -a i386 to rebuild the 32bit-mode cache; this will remove the need to boot with -f flag.
    13. For ML 10.8.5, edit file /System/Library/CoreServices/SystemVersion.plist to replace version number from 10.8.4 to 10.8.5.

    That's it, enjoy ML on your previously unsupported D630 X3100.

     

    Remember that this hack is quite aggressive in the way it reverts to DP1 files and older graphics drivers (GMA kexts, OpenGL libraries), so you may find that things do not work. Again, don't ask for support here, go to the authors at MacRumors.

     

    D630-X3100LoRes-ML10.8.3.jpg
     
    D630_X3100HiRes_ML10.8.3.jpg
     

    NB: Details of issues related to ML vanilla files that are re-instated by 10.8.5 security updates are kept in the D430 MLPF guide. They should no longer apply since ML went out of support and no further updates published.

  10. If you remove NullCPUPowerManagement, you need to ensure your Chameleon boot plist is adjusted accordingly, i.e. enable P+C States, etc.

     

    Secondly, you're choosing to configure and run your Hack your own way, not the way we recommend (after thorough research and testing, you can imagine). As such, don't be too surprised to experience issues.

     

    I've run a D630 X3100 without SleepEnabler & NullCPUPowerManagement but with adjusted boot plist. I can't remember how long I tested this, but I think it would occasionally KP or something like that so I returned to the EDP standard settings.

     

    It's entirely up to you now...

  11. You do not need Windows to change/update BIOS: a simple USB key with the .hdr file will do (i.e. recovery procedure) or a USB key with Unetbootin DOS + Dell BIOS exec (.exe) program will do perfectly. Do a search on the forum on that matter, there are several posts with details and instructions.

     

    When you say high res, what is it exactly? 1680x1050 or 1920x1200? It should not make a difference with the nVidia GPU (again, which chip do you have?) but users reported issues on X3100@1680x1050.

  12. Having done a few ML installations on D830s with nVidia NVS 135M chip, I've never experienced what you report for your particular model. Are you using our installation procedure or a distro?

     

    Regarding SSD, it's true that on the D Series, it does not make that much of an improvement at boot time (Win7 boots in seconds in comparison), but it does a bit nevertheless. Make sure you enable Trim. Booting ML should take about 1min.

     

    Trackpad, audio and everything else is taken care of by the EDP system build after initial ML installation. If you follow that process, you'll be running ML within 1hr. Only the wifi is not 100% covered at this time, but that either works OOB or needs adding 1 kext. You just need a compatible card. There's a list of compatible cards in Research -> Networking, use it!

     

    Which CPU do you have and how much RAM?

     

    Check your BIOS settings against those published and adjust if/where necessary; running the latest BIOS is recommended.

     

    Your D830 specs will be listed in the BIOS info pages, don't hesitate to post them so that we have a better idea of your hardware: BIOS version, CPU, RAM, nVidia chip, screen resolution, bluetooth, wireless...

  13. Exciting news this April: we've just launched our revamped Web site at the usual URL: http://www.osxlatitude.com

     

    OSXL.jpg

     

    On top of a fancy new design, you'll find renewed information about the OSXL team, articles, guides, documentation and so on. The site will continue to build up in the coming days and weeks.

     

    It's all there for you to enjoy... without moderation!

     

    The OSXLatitude crew

    • Like 2
×
×
  • Create New...