<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jimmitchell.org&#187; Troubleshooting</title>
	<atom:link href="http://jimmitchell.org/tag/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimmitchell.org</link>
	<description>Mac Morsels and Other Useful Stuff</description>
	<lastBuildDate>Sun, 05 Feb 2012 01:48:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fixing Slow Start-ups in Mac OS X</title>
		<link>http://jimmitchell.org/2010/12/30/fixing-slow-start-ups-in-mac-os-x/</link>
		<comments>http://jimmitchell.org/2010/12/30/fixing-slow-start-ups-in-mac-os-x/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 20:20:16 +0000</pubDate>
		<dc:creator>Jim Mitchell</dc:creator>
				<category><![CDATA[How To...]]></category>
		<category><![CDATA[Linked List]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://jimmitchell.org/?p=1668</guid>
		<description><![CDATA[Sometimes after adding new system components or otherwise changing the hardware configuration of your system you may find that the OS will load rather slowly.]]></description>
			<content:encoded><![CDATA[Copyright &copy; 2012 <a href="http://jimmitchell.org">Jim Mitchell</a>. Visit the original article at <a href="http://jimmitchell.org/2010/12/30/fixing-slow-start-ups-in-mac-os-x/">http://jimmitchell.org/2010/12/30/fixing-slow-start-ups-in-mac-os-x/</a>.<br /><blockquote>
<h4><a href="http://reviews.cnet.com/8301-13727_7-20025628-263.html">Fix slow start-ups in OS X</a></h4>
<p>Sometimes after adding new system components or otherwise changing the hardware configuration of your system you may find that the OS will load rather slowly. Usually this will only happen after the first restart as the system configures the kernel extensions needed for the new hardware; however, there are times when it can persist.</p>
<p>Via <a href="http://www.macfixit.com/">MacFixIt</a></p>
</blockquote>

<p>A decent semi-advanced troubleshooting article from MacFixIt that covers troubleshooting slow start-up issues in OS X.</p>

<p>If you&#8217;re somewhat Terminal.app savvy, it&#8217;s worth looking at. For those who shy away from the nerdy underbelly of OS X (a.k.a. Unix), I plan to add this to the system cache cleaning routines of Yasu in the very near future.</p>
Similar Posts:<ul><li><a href="http://jimmitchell.org/2010/05/24/macfixit-general-maintenance-recommendations/" rel="bookmark" title="5/24/10">MacFixIt &#8216;General Maintenance&#8217; Recommendations</a></li>

<li><a href="http://jimmitchell.org/2011/06/03/yasu-updated-to-version-2-7-3/" rel="bookmark" title="6/3/11">Yasu Updated to Version 2.7.3</a></li>

<li><a href="http://jimmitchell.org/2011/12/21/playing-it-safe-when-booting-up-mac-os-x/" rel="bookmark" title="12/21/11">Playing It Safe When Booting Up Mac OS X</a></li>
</ul><!-- Similar Posts took 332.030 ms -->]]></content:encoded>
			<wfw:commentRss>http://jimmitchell.org/2010/12/30/fixing-slow-start-ups-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac OS X: How to Troubleshoot a Software Issue</title>
		<link>http://jimmitchell.org/2009/05/14/mac-os-x-how-to-troubleshoot-a-software-issue/</link>
		<comments>http://jimmitchell.org/2009/05/14/mac-os-x-how-to-troubleshoot-a-software-issue/#comments</comments>
		<pubDate>Thu, 14 May 2009 23:37:23 +0000</pubDate>
		<dc:creator>Jim Mitchell</dc:creator>
				<category><![CDATA[How To...]]></category>
		<category><![CDATA[Linked List]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://jimmitchell.org/?p=442</guid>
		<description><![CDATA[A good Apple support article outlining a smart way to troubleshoot system issues.]]></description>
			<content:encoded><![CDATA[Copyright &copy; 2012 <a href="http://jimmitchell.org">Jim Mitchell</a>. Visit the original article at <a href="http://jimmitchell.org/2009/05/14/mac-os-x-how-to-troubleshoot-a-software-issue/">http://jimmitchell.org/2009/05/14/mac-os-x-how-to-troubleshoot-a-software-issue/</a>.<br /><blockquote>
<p>Is it a software or hardware issue? You may not be able to determine this with certainty before troubleshooting. Troubleshoot software before hardware unless the issue prevents any software troubleshooting. See Mac OS X Troubleshooting: How to Isolate an Issue for more information.</p>
</blockquote>

<p>A good Apple support article outlining a smart way to deal with system issues. Every Mac user should learn how to troubleshoot like this.</p>
Similar Posts:<ul><li><a href="http://jimmitchell.org/2010/12/30/fixing-slow-start-ups-in-mac-os-x/" rel="bookmark" title="12/30/10">Fixing Slow Start-ups in Mac OS X</a></li>

<li><a href="http://jimmitchell.org/2011/12/20/troubleshooting-mac-os-x-startup-issues/" rel="bookmark" title="12/20/11">Troubleshooting Mac OS X Startup Issues</a></li>

<li><a href="http://jimmitchell.org/2011/12/21/playing-it-safe-when-booting-up-mac-os-x/" rel="bookmark" title="12/21/11">Playing It Safe When Booting Up Mac OS X</a></li>
</ul><!-- Similar Posts took 68.200 ms -->]]></content:encoded>
			<wfw:commentRss>http://jimmitchell.org/2009/05/14/mac-os-x-how-to-troubleshoot-a-software-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

