darylz, on Jul 22 2011, 04:27 PM, said:
Can i use this now on a ATOM N270 32 bit processer
Thnx
no - it still vanilla apple cpu support ( already said it -- pls read the next time before asking )
HFW, on Jul 22 2011, 05:45 PM, said:
Tried it... Did seem to boot up a lil faster.
Problem is, now it takes about 2 minutes to login o.o
not sure what that's about?
This is not in my case. It is faster from cold boot to the login screen. Otherwise I would not thought about sharing it if it would be slower..
Maybe depends on the boot loader ? I use chimera from latest Multibeast.
nyolc8, on Jul 22 2011, 05:25 PM, said:
Tried it, renamed it to "light_kernel", copied to root, then set boot.plist <key>Kernel</key><string>light_kernel</string>.
It starts, but now every time it loads all kexts on boot. Tried to rebuild kernelcache via terminal, but same issue. (already using "UseKernelCache" option in boot.plist)
Edit.: I set back to mach_kernel and now don't load kexts every time.
@smartie77: how did you "installed" it? Did you renamed it to mach_kernel?
I call it 64_kernel // 32_kernel and have set it ( the 64 one for me ) to boot via com.apple.boot.plist from /Extra:
Bootloader latest chimera as found in "Multibeast" ( based onchameleon 2rc5 it seems to be ), its a reliable booter for me.
Before I had a "full options" build of chameleon ( obtained via kexts.com ) and this was the slowest boot loader ever, also full of errors and "waiting for root device".. Horrible , therefore I tried chimera and everything was quick as now.
"
<dict>
<key>Kernel Flags</key>
<string>arch=x86_x64</string>
<key>UseAtiROM</key>
<string>Yes</string>
<key>RestartFix</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>pmVersion</key>
<string>102</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>No</string>
<key>Default Partition</key>
<string>hd(0,2)</string>
<key>DSDT</key>
<string>/Extra/dsdt.aml</string>
<key>Kernel</key>
<string>64_kernel</string>
<key>PciRoot</key>
<string>1</string>
<key>USBBusFix</key>
<string>Yes</string>
<key>SMBIOS</key>
<string>/Extra/smbios.plist</string>
</dict>"
I have a smbios.plist + applegraphicspowermanagement.kext that matches 100% the real hardware , and ethernet is turned OFF because I use WiFi and thus booting is quicker when Ethernet is not trying to load a self-assigned address.
but this is only a 2 second delay if I would turn it on.
The old mach_kernel ( the invisible one from OSX default ) sits still in / - but it is not used anymore. Keep it only if something horrible goes wrong - but it seems to work exactly like the fat one before.
ps: the new kernel caches in Lion are not yet clear to me - I never booted with -f or such in Lion. If I need to exchange kexts then I simply do it in single user mode , set chmods and chowns and make a reboot by shutdown -r now - sometimes it takes two reboots until a kernel is loaded by this brutal mode, but it always works this way sooner or later.
So OSX builds its caches on its own without manual interfering needed .