Jump to content
berk

Asus x201e (Sandy Bridge Celeron 847 + HD2000)

Recommended Posts

Hi all


I'm willing to install a triple boot OSX ML/W8/ubuntu on my cheap little asus x201e laptop

Since I get to have this multiboot through uefi I'm trying to get clover working on that machine. I had to mess a little with bios parameters to make the clover USB pendrive to boot, I finally got to the clover screen and can now boot W8 or ubuntu from it. but no way to boot OSX install - even in safe boot mode


The furthest I went is with HFSPlus.efi + OsxFatBinaryDrv-64.efi + OsxAptioFixDrv-64.efi (with slide=0 in boot args in config.plist) option, I could pass the loading drivers step but then booting process stops at


MAC Framework successfully initialized

using 10485 buffer headers and 7290 clusters IO buffer headers


I've got FakeSMC.kext, NullCPUPowerManagement.kext and ApplePS2Controller.kext installed in both 10.8 and Other folders in EFI/CLOVER/kexts

I've tried to put an alternative AppleACPIPlatform.kext in both the same folders and in the S/L/E folder on my OSX install USB drive


I'm attaching here my clover config.plist (basically the default one apart from slide=0 modification)

config.zip

 

FWIW - i know beasts are not supported here but the info still might be useful - I've managed to install ML with no other trouble than boot the installer in safe mode with u.beast and a few kexts (basically touchpad, sound, battery management and modified intel graphics)


I've been trying hard to get that clover boot working! Now I could use a little help..


Thanks folks!

Link to comment
Share on other sites

hey artur, thanks for the answer! actually i don't use a custom dsdt. as far as i understood it's just the way clover works - making some automatic dsdt fixes on bootup.. am i wrong? or do I have to configure something in that config.plist to disable a custom dsdt option that i didn't see?

if there is a way to get all this working with a custom dsdt i'd be happy to try it. no idea what to patch to get it working tho..

Link to comment
Share on other sites

Start with a "clean" config.plist like I posted in this topic


http://Olarila.com/forum/viewtopic.php?f=28&t=3901


Later, if you need, add other configs based on


http://clover-wiki.zetam.org/Configuration

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

hello


only 1 thing i think


hd 2000 is not supported in mac os x


remove / move all appleontelhd*.* from system/library/extensions


and boot


withoutcaches


good hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Link to comment
Share on other sites

There's a method to get CI working on HD 2000 (no QE), I have tested it myself

 

In order to get HD 2000 graphics working with a series 7 chipset you'll have to:

 

  1. Remove AppleIntelFramebufferCapri.kext.
  2. Remove AppleIntelHD3000GraphicsGLDriver.bundle.
  3. Edit /System/Library/Extensions/AppleIntelSNBGraphicsFB.kext/Contents/Info.plist so that it looks like this (changes are marked with red characters):
    <?xml version="1.0" encoding="UTF-8"?>
    
    
    
    BuildMachineOSBuild
    12A251
    CFBundleDevelopmentRegion
    English
    CFBundleExecutable
    AppleIntelSNBGraphicsFB
    CFBundleGetInfoString
    AppleIntelSNBGraphicsFB 8.0.51
    CFBundleIdentifier
    com.apple.driver.AppleIntelSNBGraphicsFB
    CFBundleInfoDictionaryVersion
    6.0
    CFBundleName
    com.apple.driver.AppleIntelSNBGraphicsFB
    CFBundlePackageType
    KEXT
    CFBundleShortVersionString
    8.0.51
    CFBundleSignature
    ????
    CFBundleVersion
    8.0.0
    DTCompiler
    
    DTPlatformBuild
    4F212
    DTPlatformVersion
    GM
    DTSDKBuild
    12A251
    DTSDKName
    
    DTXcode
    0440
    DTXcodeBuild
    4F212
    IOKitPersonalities
    
    AppleIntelMEIDriver
    
    CFBundleIdentifier
    com.apple.driver.AppleIntelSNBGraphicsFB
    IOClass
    AppleIntelMEIDriver
    IOMatchCategory
    IODefaultMatchCategory
    IOPCIPrimaryMatch
    0x1C3A8086 [color=#FF0000]0x1E3A8086[/color]
    IOProbeScore
    80000
    IOProviderClass
    IOPCIDevice
    IOSourceVersion
    0.0.0.0.0
    
    AppleIntelSNBGraphicsController
    
    CFBundleIdentifier
    com.apple.driver.AppleIntelSNBGraphicsFB
    FBCControl
    
    Compression
    0
    
    FeatureControl
    
    DPM
    1
    FBC
    0
    GPUInterruptHandling
    1
    Gamma
    1
    IgnorePanelTimings
    0
    MaximumSelfRefreshLevel
    3
    PowerStates
    0
    RenderStandby
    1
    SetRC6Voltage
    0
    UseInterruptFilter
    1
    Watermarks
    1
    
    IOClass
    AppleIntelSNBGraphicsFB
    IOMatchCategory
    IOFramebuffer
    IOPCIClassMatch
    0x04800000&0xfff00000
    IOPCIPrimaryMatch
    0x010b8086
    IOProbeScore
    80000
    IOProviderClass
    IOPCIDevice
    IOSourceVersion
    0.0.0.0.0
    
    AppleIntelSNBGraphicsController2
    
    CFBundleIdentifier
    com.apple.driver.AppleIntelSNBGraphicsFB
    FBCControl
    
    Compression
    0
    
    FeatureControl
    
    [color=#FF0000]CachedEDIDDisable
    0
    DPM
    1
    FBC
    0
    FastDisplayDetectDisable
    0
    GPUInterruptHandling
    1
    Gamma
    1
    IgnorePanelTimings
    0
    MaximumSelfRefreshLevel
    3
    PowerStates
    1
    RenderStandby
    1
    SetRC6Voltage
    0
    SpreadON
    1
    UseInterruptFilter
    1
    Watermarks
    1[/color]
    
    IOClass
    AppleIntelSNBGraphicsFB
    IOMatchCategory
    IOFramebuffer
    IOPCIClassMatch
    0x03000000&0xff000000
    IOPCIPrimaryMatch
    0x01028086
    IOProbeScore
    80000
    IOProviderClass
    IOPCIDevice
    IOSourceVersion
    [color=#FF0000]8.0.51[/color]
    
    AppleIntelSNBGraphicsFB
    
    CFBundleIdentifier
    com.apple.driver.AppleIntelSNBGraphicsFB
    FBCControl
    
    Compression
    0
    
    FeatureControl
    
    CachedEDIDDisable
    0
    DPM
    1
    FBC
    0
    FastDisplayDetectDisable
    0
    GPUInterruptHandling
    1
    Gamma
    1
    IgnorePanelTimings
    0
    MaximumSelfRefreshLevel
    3
    PowerStates
    1
    RenderStandby
    1
    SetRC6Voltage
    0
    SpreadON
    1
    UseInterruptFilter
    1
    Watermarks
    1
    
    IOClass
    AppleIntelSNBGraphicsFB
    IOMatchCategory
    IOFramebuffer
    IOPCIClassMatch
    0x03000000&0xff000000
    IOPCIPrimaryMatch
    0x01068086 0x11068086 0x16018086 01168086 01268086
    IOProbeScore
    80000
    IOProviderClass
    IOPCIDevice
    IOSourceVersion
    8.0.51
    
    FBClientController
    
    CFBundleIdentifier
    com.apple.driver.AppleIntelSNBGraphicsFB
    IOClass
    AppleMEClientController
    IOMatchCategory
    AppleMEClientController
    IOProviderClass
    AppleIntelSNBGraphicsFB
    IOUserClientClass
    AppleSNBFBUserClient
    RetryCount
    3
    
    
    NSHumanReadableCopyright
    Copyright © 1999-2009 Apple Inc. All rights reserved.
    OSBundleLibraries
    
    com.apple.iokit.IOACPIFamily
    1.2
    com.apple.iokit.IOGraphicsFamily
    1.3
    com.apple.iokit.IOPCIFamily
    1.1
    com.apple.kpi.bsd
    10.0.0
    com.apple.kpi.iokit
    10.0.0
    com.apple.kpi.libkern
    10.0.0
    com.apple.kpi.mach
    10.0.0
    com.apple.kpi.private
    10.0.0
    com.apple.kpi.unsupported
    10.0.0
    
    OSBundleRequired
    Safe Boot
    
    

 

Good luck!


Mieze

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

hello


only 1 thing i think


hd 2000 is not supported in mac os x


remove / move all appleontelhd*.* from system/library/extensions


and boot


withoutcaches


good hack

 

yea actually that's one of the first things i did before. i also tried with replacing those kexts with the ones i know are working with my graphics. neither solved the problem but.. thanks!

what i can't understand is why i could be able to boot with u.beast, only chameleon config parameters being GraphicsEnabler set to Yes and also PCIRootUID=1 which i coudn't find the equivalent for clover config - i tried to add the string in the boot arguments list, nothing changed

Link to comment
Share on other sites

There's a method to get CI working on HD 2000 (no QE), I have tested it myself

 

thanks! i think i have CI already working with some graphic kexts replacement - i can use screen savers for instance. but not QE, so no correct video playback unfortunately


anyway my actual problem is to get osx installed (or bootable) with clover..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...