Recommended Posts

Just installed it. My god it's horrendous. Lagging on the keyboard, constant beachballing, generally everything taking ages to load... urgh.

inplace upgrade or clean install? and what system exactly?

just found this, might clear up what macs get what benefits of SL

http://blog.fosketts.net/2009/08/24/mac-os...ands-august-28/

Edited by Phantom Helix
inplace upgrade or clean install? and what system exactly?

Whatever happens when you whack the disc in and click install. I thought SL did an Archive and Install by default rather than an inplace upgrade.

Anyway I rebooted and waited for Spotlight to finish doing it's thing and it seems to be better now. We'll see how it goes for the rest of the day...

...

1. Is there any downside/negative aspect to going full 64 bit? I'm on the latest Macbook Pro 17" so I'm 'capable'. How do you know if software doesn't work in x64... it just doesn't launch?

...

Software that uses kernel extensions or communicates in certain ways with the kernel won't work (Virtualization software would be one such type)

You don't gain much (if anything) from running the kernel in 64bit mode, it might be slightly faster at some tasks but most of the time spent on the computer isn't spent inside the kernel anyway (Most of the time is spent in frameworks and userland apps, having those 64bit would provide a better opportunity for performance increases than the kernel)

64-bit Kernel and Extensions: No

:(

Same here on my Macbook. My CPU is 64bit, my EFI is, in 64bit kernel boot mode but I'm still stuck with 32bit kernel.

This is a REAL artificial limitation that Apple gave us. Kudos to Windows on that one, as I'm running Win7 x64 in bootcamp without any problems.

Same here on my Macbook. My CPU is 64bit, my EFI is, in 64bit kernel boot mode but I'm still stuck with 32bit kernel.

This is a REAL artificial limitation that Apple gave us. Kudos to Windows on that one, as I'm running Win7 x64 in bootcamp without any problems.

It's not artificial. It's for compatibility reasons. Rather than going all 64-bit or all 32-bit, Apple is giving users the ability to get a very, very large majority of the performance enhancements from 64-bit by letting apps run as 64-bit but still keeping compatibility with virtualization software and other 32-bit kernel extension users by keeping the kernel as 32-bit.

How do I make my Safari 32-bit?

open your applications folder command-click or right click on Safari and select get info, check the open in 32-bit mode check box, close and restart Safari

and here is a better SL feature to Mac hardware compatibility chart

http://blog.fosketts.net/2009/08/24/mac-os...ands-august-28/

open your applications folder command-click or right click on Safari and select get info, check the open in 32-bit mode check box, close and restart Safari

and here is a better SL feature to Mac hardware compatibility chart

http://blog.fosketts.net/2009/08/24/mac-os...ands-august-28/

Thanku!!

Anybody had the issue where the sound/volume level keeps resetting upon every restart?

Originally, my sound would stay on the same level I last used, with Leopard.

But with Snow Leopard, it keeps resetting to Level 4 (25%).

I did an upgrade on my MacBook, and my iMac.

This issue only happens on my MacBook.

click the about this mac to bring up your version window then click the more info button

that brings up the system profiler, click "Software" from the menu on the left, now near the bottom of the right it should say 64bit kernel and extensions YES

Nope, it still says "No". I have the newest 2009 Mini btw.

It's not artificial. It's for compatibility reasons. Rather than going all 64-bit or all 32-bit, Apple is giving users the ability to get a very, very large majority of the performance enhancements from 64-bit by letting apps run as 64-bit but still keeping compatibility with virtualization software and other 32-bit kernel extension users by keeping the kernel as 32-bit.

He mean that Apple locked MacBooks out of using 64bit, for really no reason.

open your applications folder command-click or right click on Safari and select get info, check the open in 32-bit mode check box, close and restart Safari

and here is a better SL feature to Mac hardware compatibility chart

http://blog.fosketts.net/2009/08/24/mac-os...ands-august-28/

According to that chart 64-bit works on my macbook, but it doesnt.

He mean that Apple locked MacBooks out of using 64bit, for really no reason.

According to that chart 64-bit works on my macbook, but it doesnt.

hmm, ok the version didn't change from ADC seed to retail disc as in 10a432, is there however anything they could have done to the retail disc that would lockout some machines that ADC seed does not have?

EDIT:

nevermind i just went back and tried some earlier seeds on my plastic macbook 4,1 it has 64EFI and core 2 duo 64bit and those seeds won't boot 64bit kernel either

Edited by Phantom Helix
Can someone with a store GM / Upgrade do file /mach_kernel and post the results here, I'm wondering if my ADC version has a slight oddity regarding the kernel.

Lucy:~ me$ file /mach_kernel
/mach_kernel: Mach-O universal binary with 3 architectures
/mach_kernel (for architecture x86_64):	Mach-O 64-bit executable x86_64
/mach_kernel (for architecture i386):	Mach-O executable i386
/mach_kernel (for architecture ppc):	Mach-O executable ppc
Lucy:~ me$ md5 /mach_kernel 
MD5 ("/mach_kernel") = 0617c436d6b4960172066982e05401d4

You guys are completely insane.

64-Bit kernel extensions are disabled by default for compatibility -- if you have a 64bit EFI you can run 64 bit with 64 bit kernel extensions you just need to enable them.

Hold 6 and 4 during boot-up ( 3 and 2 for 32 bit )

OR

Edit /Library/Preferences/SystemConfiguration/com.apple.boot.plist and change

<key>Kernel Flags</key>

<string></string>

</dict>

to

<key>Kernel Flags</key>

<string>arch=x86_64</string>

</dict>

Granted I severely doubt any of you need or understand it given the complete inability to google "64 bit snow leopard kernel extensions". Just stay away from it, you don't even need it. Or the ADC build, what a waste.

Granted I severely doubt any of you need or understand it given the complete inability to google "64 bit snow leopard kernel extensions".

You realise that this does not work on a variety of machines that actually do support 64 bit and do have a 64-bit EFI. That's the problem here.

You realise that this does not work on a variety of machines that actually do support 64 bit and do have a 64-bit EFI. That's the problem here.

There was a list of revisions with some issues during the ADC and I'll see if I can track it down I guess. The majority of people here don't fall in to that category though.

You guys are completely insane.

64-Bit kernel extensions are disabled by default for compatibility -- if you have a 64bit EFI you can run 64 bit with 64 bit kernel extensions you just need to enable them.

Hold 6 and 4 during boot-up ( 3 and 2 for 32 bit )

OR

Edit /Library/Preferences/SystemConfiguration/com.apple.boot.plist and change

<key>Kernel Flags</key>

<string></string>

</dict>

to

<key>Kernel Flags</key>

<string>arch=x86_64</string>

</dict>

Granted I severely doubt any of you need or understand it given the complete inability to google "64 bit snow leopard kernel extensions". Just stay away from it, you don't even need it. Or the ADC build, what a waste.

Done that.. it doesn't work on my Unibody MacBook

hmm, ok the version didn't change from ADC seed to retail disc as in 10a432, is there however anything they could have done to the retail disc that would lockout some machines that ADC seed does not have?

EDIT:

nevermind i just went back and tried some earlier seeds on my plastic macbook 4,1 it has 64EFI and core 2 duo 64bit and those seeds won't boot 64bit kernel either

I'm a MacBook5,1 and can't do it v.v

Ive been doing some more reading on the web and i think i may have a valid reason some macs won't in 64-bit regardless of a 64-bit processor and EFI64,

it is possible that the specific EFI firmware version for those computers hasn't recieved a proper update to allow it and may possibly get one in the future and apple decided to not delay the release until said updates were ready, considering it won't really hinder 64-bit apps.

a secondary possibility is that 64-bit system hardware drivers for those machines was also not ready and could be available in the near future, and again apple did not see any benefit in delaying release based on that.

take it with a grain of salt, thats my opinion and i am not going to worry about it any longer, i went through all that with Windows 64-bit and it took 3 64-bit OS versions to get where i wanted to be lol

the fact that SL gives me the option and power to switch on the fly is a huge relief.

Clean installed earlier, works perfectly so far. :D

Though one thing, I can't replace my adress book icon anymore. O.o

what is your installed size? on a plastic macbook the installer said mine was going to take 8.05gb with quicktime 7, no printer/languages/fonts/rosetta but finder says 5.57gb on disk

are the system files compressed that far?

Edited by Phantom Helix
what is your installed size? on a plastic macbook the installer said mine was going to take 8.05gb with quicktime 7, no printer/languages/fonts/rosetta but finder says 5.57gb on disk

are the system files compressed that far?

I've installed a bunch of my stuff and put my 40gb of music on now, bit late now, sorry, lol.

Though from memroy with my options it was aorund 8gb, and I think it took about that too.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Thanks free chatgpt. The issue is, with most browsers, is you shouldn't need tools to remove anything. It is the whole point of extensions. The only browser so far to man up and be honest that it needs money to function is Brave Origin. Don't like the monetisation and code bloat, have a clean browser for a one off $ charge. Firefox used to be that, but now it is a code bloat browser, hiding AI.
    • Source and more Giles in Buffy! Spooks (MI-5 for the US people)! The Prime Minister in Little Britain!
    • Pick up this lifetime subscription to Babbel Language Learning now at 47% off by Steven Parker Learn all 14 languages and access more than 10,000 hours of high-quality language education online. Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where you can pick up a lifetime subscription to Babbel Language Learning at 47% off. Note: Available to U.S. customers & NEW users only. Learn Spanish, French, Italian, German, and many more languages with Babbel, the #1 top-grossing language-learning app in the world. Developed by over 100 expert linguists, Babbel is helping millions of people speak a new language quickly and with confidence. After just one month, you will be able to speak confidently about practical topics, such as transportation, dining, shopping, directions, making friends and socializing and much more! Get lifetime access to learn all 14 languages Practice with 10-15 minute bite-sized lessons that fit conveniently into your schedule Cover a wide range of useful real-life topics, from travel to family, business, food & more Use speech recognition technology to keep your pronunciation on point Learn at a variety of skill levels, from beginner to advanced Get personalized review sessions to reinforce what you learn so it really sticks Study whenever & wherever you want and your progress will be synchronized across your devices Use offline mode to access courses, lessons & review items when not on Wi-Fi—just download them beforehand Languages Available: Spanish (Spain), German, Italian, French, Portuguese, Swedish, Turkish, Dutch, Polish, Indonesian, Norwegian, Danish, Russian, Spanish (Latin America) Good to know Length of access: lifetime Valid for New Users in the USA Only Redemption deadline: redeem your code within 30 days of purchase Please note redemption is required via Web Browser. Access to the mobile app will be available after redemption has been completed via web browser Max number of devices: Unlimited Access options: desktop & mobile Number of languages: 14 (all current languages) Updates included Babbel Language Learning: Lifetime Subscription (All Languages) normally costs $299, but you can pick it up for just $159 for a limited time - that represents a saving of $140. For a full description, specs, and license info, click the link below. Deal Price $159.00 with code LEARN NOTE: For NEW users in the US only. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
  • Recent Achievements

    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      469
    2. 2
      PsYcHoKiLLa
      255
    3. 3
      Skyfrog
      79
    4. 4
      ATLien_0
      61
    5. 5
      FloatingFatMan
      60
  • Tell a friend

    Love Neowin? Tell a friend!