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

    • Rescind the stupid "Show more options" in context menus and just give us the full menu instead of adding more steps to get to what we want. The "simpler by default" makes me think they'll go in the opposite direction. Every context menu should have a configure button so you can pick and choose what options should be shown, I know you can do that with some registry fu but that shouldn't be required.
    • This is why competition must exist. Finally, pressure is mounting on Microsoft to move in the right direction.
    • Microsoft is making Windows 11's context menus faster, simpler, and configurable by Taras Buria Five years ago, Windows 11 introduced redesigned context menus, offering users a simpler, more modern design. However, customers quickly discovered that the new menus leave a lot to be desired. Many are unhappy with performance (they are really slow), while others dislike the double-layed design, where many options are hidden behind the "Show more options" button. In addition, over the years, menus became cluttered and overloaded. While Microsoft has already fixed plenty of pain points across Windows 11, context menus remain mostly unchanged. Fortunately, Microsoft is finally listening. Marcus Ash, Design and Research Lead for Windows at Microsoft, responded to a tweet on X, confirming that the company is working on fixing Windows 11's context menus. Reworked context menus are supposed to be faster, simpler by default, and "configurable to what you use most." What the latter means is unknown, just like whether Microsoft plans to keep the classic menu alongside the modern one, but according to Marcus, the wait should finally be over soon, as he promised to "share our approach soon." Improved context menus will most likely appear first in Windows 11 preview builds in the Experimental Channel. While we wait for Microsoft to release them, you can try fixing context menus on your PC with a simple tool called Windows 11 Context Menu Manager. It lets you disable entries you do not need, not only cleaning up context menus, but also making them significantly faster. Microsoft has already improved Windows 11's Start menu and taskbar, so hopefully it will address user criticism of the context menu as well. Stay tuned for new Windows 11 preview builds, which usually arrive every Friday.
    • If the drive/memory is soldered to the board, which it probably is, then it's a no from me
    • Driver Genius 25.0.0.143 by Razvan Serea Driver Genius is a professional driver management tool features both driver management and hardware diagnostics. Driver Genius provides such practical functions as driver backup, restoration, update and removal for computer users. If you often reinstall your operating system, you may not forget such painful experiences of searching all around for all kinds of drivers. If unfortunately you have lost your driver CD, the search will be more troublesome and time-consuming. Driver Genius can automatically find drivers for a device when the system can't find a driver for it. It can recognize the name and vendor's information of the device, and directly provide download URL for the required driver. Driver Genius also supports online updates for drivers of existing hardware devices. Driver Genius customers can obtain information for latest drivers by Driver Genius's LiveUpdate program, which can synchronize to the database on Driver Genius site. Features at a glance: Find the latest drivers for your computer. One click to update all drivers silently. Automatically install driver updates silently. Make your drivers are always up to date. New rollback driver design for safer driver update. Free to backup all drivers now! Package all drivers to an executable auto installer. One click to restore all drivers. Remove invalid or useless drivers/devices, improve system performance and stability. New system information tool. Detailed hardware inventory. Hardware temperature monitor. Protect your CPU, GPU and HDD. New system transfer assistant. Upgrade/degrade your windows system easily. New SSD Speeder. Improve your disk performance and reliability. New System booster provides over 90 optimization options that make your computer run faster and smoother. New System Cleanup can help you to clean up the temporary files and cache files or other junk files in system. Driver Genius 25.0.0.143 changelog: Enhanced detection for Windows Runtime components. Update the hardware detection component to support more new hardware. Update the compression component to address security issues. Download: Driver Genius 25.0.0.143 | 20.7 MB (Shareware) View: Driver Genius Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      Carru_123 earned a badge
      One Month Later
    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
    • Very Popular
      s0nic69 earned a badge
      Very Popular
  • Popular Contributors

    1. 1
      +primortal
      472
    2. 2
      PsYcHoKiLLa
      250
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      67
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!