Infamous Posted January 28, 2007 Share Posted January 28, 2007 My startup is quite fast, but after the user is logged, dock and menu is appearing, hdd keeps working... everything's loaded, but HDD keeps working. It's doing something for about 4 minutes! I can't do anything for 4 minutes because the HDD is busy and everything's just very slow. Then it calms down and everything's normal and fast. I've tried checking logs, nothing special. What can cause this? Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/ Share on other sites More sharing options...
zackint0sh Posted January 29, 2007 Share Posted January 29, 2007 spotlight indexing can slow things down, but usually only once after install. you can try disabling spotlight and see if that helps. edit /etc/hostconfig and change 'SPOTLIGHT=-YES-' to 'SPOTLIGHT=-NO-' and restart. not guaranteeing solution, but it is something to try. Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-287662 Share on other sites More sharing options...
graphic Design Posted January 29, 2007 Share Posted January 29, 2007 My startup is quite fast, but after the user is logged, dock and menu is appearing, hdd keeps working... everything's loaded, but HDD keeps working. It's doing something for about 4 minutes! I can't do anything for 4 minutes because the HDD is busy and everything's just very slow. Then it calms down and everything's normal and fast. I've tried checking logs, nothing special. What can cause this? Yeah, same to me!!!! I even have to wait for 10 or 15 minutes until HDD stops working, then everything is fine and fast Should somebody give me the ideas? Thanks in advance!!! Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-287734 Share on other sites More sharing options...
helios Posted January 29, 2007 Share Posted January 29, 2007 Try this in terminal: sudo mv /usr/bin/update_prebinding /usr/bin/update_prebinding_off It worked for me... my hd access was because of Unsanity Haxies like ClearDock... Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-287975 Share on other sites More sharing options...
graphic Design Posted January 29, 2007 Share Posted January 29, 2007 Thanks for all replies! But, I wonder: Is it safe if do like that? Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-287979 Share on other sites More sharing options...
lord_muad_dib Posted January 29, 2007 Share Posted January 29, 2007 it happens to me too if you take a look on console logs mdimportserver keeps crashing disable the daemon this way: mdutil (use tab completion i don't remenber the exact command) -i off /Volumes/yourhdlabelhere Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-288000 Share on other sites More sharing options...
graphic Design Posted January 29, 2007 Share Posted January 29, 2007 Any body tried all of that solutions? Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-288077 Share on other sites More sharing options...
marliwahoo Posted January 29, 2007 Share Posted January 29, 2007 Try this in terminal: sudo mv /usr/bin/update_prebinding /usr/bin/update_prebinding_off It worked for me... my hd access was because of Unsanity Haxies like ClearDock... This has worked for me. But you need to know how to update the prebinding mannualy. (once a week or so) sudo -s update_prebinding_off -root / -force Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-288089 Share on other sites More sharing options...
graphic Design Posted January 30, 2007 Share Posted January 30, 2007 This has worked for me. But you need to know how to update the prebinding mannualy. (once a week or so)sudo -s update_prebinding_off -root / -force Okie, so... that's the best solution, right? But I don't know what the update the prebinding is? Is it important? Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-288703 Share on other sites More sharing options...
Infamous Posted February 2, 2007 Author Share Posted February 2, 2007 (edited) Updating the Prebinding Sometimes, for some (apparently) inexplicable reason, your computer slows down to a crawl after you have installed a big application. In that case, you may want to "update the prebinding." This means forcing Mac OS X to go through all of the application files and make sure that they are correctly linked together. The Mac OS X default installer usually takes care of this by itself, but some third-party installers may be less cautious. http://209.85.135.104/search?q=cache:cR-Iw...p;client=safari Edited February 2, 2007 by Infamous Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-291566 Share on other sites More sharing options...
graphic Design Posted February 2, 2007 Share Posted February 2, 2007 Updating the Prebinding Sometimes, for some (apparently) inexplicable reason, your computer slows down to a crawl after you have installed a big application. In that case, you may want to "update the prebinding." This means forcing Mac OS X to go through all of the application files and make sure that they are correctly linked together. The Mac OS X default installer usually takes care of this by itself, but some third-party installers may be less cautious. Thanks for Information, Infamous So, did U try the solution: Try this in terminal: sudo mv /usr/bin/update_prebinding /usr/bin/update_prebinding_off It worked for me... my hd access was because of Unsanity Haxies like ClearDock... How does it work? Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-291654 Share on other sites More sharing options...
Infamous Posted February 2, 2007 Author Share Posted February 2, 2007 Yes, it works fine Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-291842 Share on other sites More sharing options...
graphic Design Posted February 2, 2007 Share Posted February 2, 2007 Okie, It works fine for me also!!! Thanksssss! This has worked for me. But you need to know how to update the prebinding mannualy. (once a week or so)sudo -s update_prebinding_off -root / -force Why when I update prebinding manualy follow your code, I saw this one: update_prebinding_off: /usr/bin/update_prebinding_off: cannot execute binary file Something's wrong? Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-291850 Share on other sites More sharing options...
Infamous Posted February 2, 2007 Author Share Posted February 2, 2007 once again: step 1: sudo mv /usr/bin/update_prebinding /usr/bin/update_prebinding_off (this just renames update_prebinding folder, so it's not accessible by operating system) step 2: manually update prebindings once a week with sudo -s /usr/bin/update_prebinding_off -root / -force if you want to get back to the original system state, type sudo mv /usr/bin/update_prebinding_off /usr/bin/update_prebinding that's it Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-291853 Share on other sites More sharing options...
graphic Design Posted February 3, 2007 Share Posted February 3, 2007 (edited) Okie, I see! Thank you!!! If I don't manually update prebindings anymore, is it okie? what happen then? Edited February 3, 2007 by graphic Design Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-292372 Share on other sites More sharing options...
kurt165749 Posted July 14, 2007 Share Posted July 14, 2007 I get sluggish response randomly... After some restarts, OSX is blazing! Everything runs great. And after other restarts...it is reeeaaally slow. Typing text appears slowly, windows open slowly... I tried the fix suggested here but that didn't do anything. I'm not making any changes to the system when these random slow/fast boots occur. ANY help would be appreciated. Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-407969 Share on other sites More sharing options...
kurt165749 Posted July 14, 2007 Share Posted July 14, 2007 I figured out the problem! If I delete "Extensions.kextcache" and "Extensions.mkext" before the next reboot everything works great! Now all I need to do is make this happen before each shutdown.... Link to comment https://www.insanelymac.com/forum/topic/40266-slow-startup-desktop-stuff-loaded-but-hdd-keeps-working/#findComment-408006 Share on other sites More sharing options...
Recommended Posts