<?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>Make Tech Easier&#187; boot</title>
	<atom:link href="http://maketecheasier.com/tag/boot/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +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>Linux Startup Taking Too Long?  Chart It!</title>
		<link>http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03</link>
		<comments>http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03#comments</comments>
		<pubDate>Thu, 03 Mar 2011 12:58:36 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=30199</guid>
		<description><![CDATA[Hardware keeps getting faster and faster, and most of us are running machines that would have been unthinkably speedy a decade ago, yet somehow it never seems to feel that way. As the hardware gets faster, the software seems to get bigger and slower and we always seem to end up with something that dances [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03&amp;title=Linux+Startup+Taking+Too+Long%3F++Chart+It%21&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03">Linux Startup Taking Too Long?  Chart It!</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/02/bootchart-small.png" alt="bootchart-small" title="bootchart-small" width="200" height="200" class="alignleft size-full wp-image-30212" />Hardware keeps getting faster and faster, and most of us are running machines that would have been unthinkably speedy a decade ago, yet somehow it never seems to feel that way. As the hardware gets faster, the software seems to get bigger and slower and we always seem to end up with something that dances around the line of usability. Linux has been no exception to this, with each new advance in hardware bringing a matching increase in the complexity of the software. If your system takes too long to boot, the best way to fix it is to know what&#8217;s bringing you down. For that, there&#8217;s <a href="http://www.bootchart.org/">Bootchart</a>. This little utility will show you exactly what&#8217;s launching when and how long it each step takes.<br />
<span id="more-30199"></span></p>
<h3>Installation</h3>
<p>Most major Linux distributions have Bootchart already available in their standard repositories. Ubuntu users, for example, could install through the Ubuntu Software Center or from the command line with:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> bootchart</pre></div></div>

<p>If your distro does not have a package available, you can get one from the <a href="http://www.bootchart.org/download.html">Bootchart download page</a>.  </p>
<p>If you installed from source, you may need to manually add Bootchart to your system startup routine. If that&#8217;s the case, please see the documentation <a href="http://www.bootchart.org/docs.html">here</a>.  </p>
<h3>Running Bootchart</h3>
<p>If installed correctly, Bootchart does not need to be directly run by the user. Instead, it is loaded by the OS at boot time. Naturally, this means that you&#8217;ll have to reboot for Bootchart to do its thing. Reboot into whatever runlevel you wish Bootchart to monitor. If you don&#8217;t know what a runlevel is, just boot normally.  </p>
<p>Once the system is back up and running, you can take a look at your chart (<em>/var/bootchart</em>) to find the problem areas.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/bootchart-firstrun.png" alt="bootchart-firstrun" title="bootchart-firstrun" width="567" height="450" class="aligncenter size-full wp-image-30210" /></p>
<p>It&#8217;s worth noting that a bar which runs the full width of the chart does not necessarily mean it&#8217;s slow. Often these are programs that are initiated during startup and continue to run once startup is complete, like <em>udev</em> or <em>Xorg</em>.  </p>
<p>To get an idea how much time each item spends actually drawing heavy resources, take a look at the bar closely and you&#8217;ll see different shades of color representing the different states of the program at that time.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/02/bootchart-detail.png" alt="bootchart-detail" title="bootchart-detail" width="519" height="179" class="aligncenter size-full wp-image-30211" /></p>
<p>The blue sections represent time spent utilizing the CPU, the pink shows disk activity, and grey is time spent idle. If you&#8217;re looking for ways to prune your startup, look for items with a lot of blue or pink, as they&#8217;re eating up the most resources.  </p>
<h3>Removing Startup Items</h3>
<p>This is where things can get tricky, as different Linux distributions sometimes handle startup in different ways. The &#8220;standard&#8221; method is known as SysV Init, and we&#8217;ve <a href="http://maketecheasier.com/how-to-customize-your-startup-routine-in-debian/2009/04/08">previously discussed</a> startup modifications on Debian&#8217;s SysV style startup. This method will work on most Linux distributions.  </p>
<p>In short, you&#8217;ll probably find the list of startup programs in a location such as <em>/etc/rc2.d</em>. Details of the removal process can be found at the link above, however there is one point that should be emphasized. The files you see in your rc<em>X</em>.d  directory all follow a consistent naming scheme. Those starting with <em>S</em> are launched when that runlevel is reached, those starting with <em>K</em> are killed.  </p>
<p>This means that to prevent an item from launching, <strong>you do not need to edit or remove the file, just rename it so that the S is now a K</strong>. This will ensure that the application is not run, and you can leave the files completely intact in case you decide to change your mind later.  </p>
<h3>Conclusion</h3>
<p>With a tool like Bootchart, you can trim your system down to only the things you need, reducing delay and resource usage in the process. With Bootchart and the Window Maker desktop, this author has been able to get a 1.2 GHz Debian system to boot in under 20 seconds, while actively using only 2% of system RAM. You can&#8217;t fix it if you don&#8217;t know it&#8217;s broken, and Bootchart makes that easy.  </p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03&amp;title=Linux+Startup+Taking+Too+Long%3F++Chart+It%21&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03">Linux Startup Taking Too Long?  Chart It!</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/linux-startup-taking-too-long-chart-it/2011/03/03/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Control Windows Startup Programs Without Special Software</title>
		<link>http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24</link>
		<comments>http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24#comments</comments>
		<pubDate>Fri, 24 Sep 2010 12:00:49 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[msconfig]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=21674</guid>
		<description><![CDATA[It&#8217;s amazing how many special pieces of software there are for the simple task of managing Windows&#8217; startup items. Especially considering the fact that Microsoft has long included a tool in most versions of Windows for just this purpose. It&#8217;s called msconfig, and it&#8217;s been there all along waiting to help you speed up your [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24&amp;title=How+to+Control+Windows+Startup+Programs+Without+Special+Software&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24">How to Control Windows Startup Programs Without Special Software</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/09/msconfig-ignition.jpg" alt="msconfig-ignition" title="msconfig-ignition" width="200" height="200" class="alignleft size-full wp-image-21760" />It&#8217;s amazing how many special pieces of software there are for the simple task of managing Windows&#8217; startup items. Especially considering the fact that Microsoft has long included a tool in most versions of Windows for just this purpose. It&#8217;s called <em>msconfig</em>, and it&#8217;s been there all along waiting to help you speed up your boot process.  </p>
<p>Those of you who&#8217;ve been repairing Windows PCs for years may be thinking &#8220;Come on!  Everyone knows about msconfig!&#8221;. At Make Tech Easier, we actually get quite a few questions about how to manage Windows startup items, and with the proliferation of malicious &#8220;repair tools&#8221; on the web, the old stand by is as relevant as ever. And why not? Msconfig gives you a fast, clean, simple and effective way to fully control what starts up with your PC. Not only can it have a huge affect on boot speed, but it can be VERY handy when dealing with auto-starting malware. Here&#8217;s how to use this basic tool to get your boot back.<br />
<span id="more-21674"></span><br />
<strong>Note</strong>: <em>While most versions of Windows contain msconfig, the exact options present may change based on Windows version.  The examples and screenshots here are using Windows 7.  </em></p>
<h3>Launching msconfig</h3>
<p>On Windows versions XP and prior, click <em>Start -> Run</em>, and in the run box enter &#8220;msconfig&#8221;.</p>
<p>Vista and 7 users can simply type &#8220;msconfig&#8221; into the search box in the main menu.  </p>
<h3>General Settings</h3>
<p>On the initial configuration page, you&#8217;re limited to the basic options. While you can set basic boot settings here, and presumably skip the later sections, that&#8217;s not recommended for general use. Disabling ALL services and startup items isn&#8217;t something you want to leave up long-term, so unless you&#8217;re trying to diagnose a problem, leave this area on <em>Normal Startup</em>.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/msconfig-general.png" alt="msconfig-general" title="msconfig-general" width="402" height="343" class="aligncenter size-full wp-image-21750" /></p>
<h3>Boot</h3>
<p>The boot tab contains several useful options regarding system startup. Arguably the most useful option section here is the one regarding <em>Safe Boot</em> options. The choices are similar to what you&#8217;d get by using the notorious F8 key on boot, with additional options depending on your Windows version.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/msconfig-boot.png" alt="msconfig-boot" title="msconfig-boot" width="560" height="343" class="aligncenter size-full wp-image-21752" /></p>
<p>If you have multiple installations, or like me Windows first clobbered the wrong MBR a few times before finding the right one, initial boot images can be selected and managed from the top panel.  </p>
<p>Also make note of the <em>Base Video</em> option, which can be handy for troubleshooting video driver issues.  </p>
<h3>Services</h3>
<p>This is one of the most important parts of msconfig. This tab givs you quick and easy access to the system services and can be tweaked as desired. Be careful of shutting down too many services, some might turn out to be more important than you thought. If you&#8217;re unsure, it&#8217;s probably wisest to leave it as-is.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/msconfig-services.png" alt="msconfig-services" title="msconfig-services" width="562" height="341" class="aligncenter size-full wp-image-21755" /></p>
<p>As indicated on screen, some services are considered vital and can not be disabled.  </p>
<h3>Startup</h3>
<p>Under normal circumstances, this will probably be the place you&#8217;d go most often in msconfig. These are programs run at the application level when Windows starts. While some malware might live here, you&#8217;ll more often find well-intentioned but sometimes useless software like updaters and so-called quickstarters. On a fairly fresh install (such as the one in the screenshots) you may not see all that many, but on a heavily used  family computer the number of entries here can sometimes enter the triple digits.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/msconfig-startup.png" alt="msconfig-startup" title="msconfig-startup" width="565" height="345" class="aligncenter size-full wp-image-21756" /></p>
<h3>Tools</h3>
<p>The Tools tab is a fairly recent addition to msconfig, and has little to do with system startup directly. This screen merely provides shortcuts to a few other system utilities like <em>regedit</em> and the system restore tool.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/09/msconfig-tools.png" alt="msconfig-tools" title="msconfig-tools" width="564" height="345" class="aligncenter size-full wp-image-21757" /></p>
<p>It may be old, it may be tiny, but msconfig is as useful as ever. If you&#8217;ve used msconfig or similar utilities to bring an old machine back to life, let us know about it in the comments.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24&amp;title=How+to+Control+Windows+Startup+Programs+Without+Special+Software&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24">How to Control Windows Startup Programs Without Special Software</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/control-windows-startup-programs-without-special-software/2010/09/24/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Easily Fix Window and Linux Boot Problems with the Super Grub Disk</title>
		<link>http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08</link>
		<comments>http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08#comments</comments>
		<pubDate>Tue, 08 Jun 2010 12:00:48 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[repair]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=16693</guid>
		<description><![CDATA[Just about anyone who&#8217;s attempted dual booting or another non-standard boot setup has, at some point, made their own system unbootable. If the words &#8220;GRUB Error 2&#8243; or &#8220;No Valid System Disk Found&#8221; make you break into a cold sweat, then fear no more. Now you can include the Super Grub Disk in your geek [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08&amp;title=How+to+Easily+Fix+Window+and+Linux+Boot+Problems+with+the+Super+Grub+Disk&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08">How to Easily Fix Window and Linux Boot Problems with the Super Grub Disk</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/06/sgd-logo.png" alt="super grub disk logo" title="super grub disk logo" width="214" height="200" class="alignleft size-full wp-image-16698" />Just about anyone who&#8217;s attempted dual booting or another non-standard boot setup has, at some point, made their own system unbootable. If the words <em>&#8220;GRUB Error 2&#8243;</em> or <em>&#8220;No Valid System Disk Found&#8221;</em> make you break into a cold sweat, then fear no more. Now you can include the <a id="aptureLink_6oCD8lwbGi" href="http://www.supergrubdisk.org/">Super Grub Disk</a> in your geek arsenal, and say goodbye to boot errors. SGD can work with Linux or Windows systems to bypass or repair the broken bootloaders that have kept many of us awake at night, and all in under 2MB. That&#8217;s right, it can even run from a floppy disk.<br />
<span id="more-16693"></span></p>
<h3>What SGD Can and Can&#8217;t Do</h3>
<p>The Super Grub Disk is essentially a cleverly configured Grub installation on CD. This means it can handle all the tasks that a bootloader can handle, namely launching your OS. You can use SGD to bypass or repair a broken bootloader, but it can&#8217;t recover lost files or run virus scans or other such application-level tasks.</p>
<h3>Getting the Super Grub Disk</h3>
<p>You can download the unbelievably small Super Grub Disk ISO file from <a href="http://developer.berlios.de/project/showfiles.php?group_id=10921" target="_blank">here</a>. There are multiple editions available, however I&#8217;d recommend that you download the most recent hybrid version available. This image should work on both CD and USB devices.  </p>
<h3>Burning/Booting SGD</h3>
<p>The hybrid ISO can handle being installed to a CD or USB device, however CD method is recommended as the burning tools are generally more reliable and easily available.  </p>
<p><strong>From Linux</strong>, you can burn the ISO file to CD with just about any CD burning application such as Brasero&#8217;s <em>Burn Image</em> option.  If you wish to boot from USB, the tool <a href="http://maketecheasier.com/how-to-boot-install-ubuntu-ibex-from-a-usb-thumb-drive/2008/09/22">UNetBootin</a> should do roughly the same job for USB.  </p>
<p><strong>From Windows</strong>, you can find the <em>Burn ISO Image</em> option in your favorite CD burning program or use a free burner app such as <a href="http://www.deepburner.com/?r=download" target="_blank" target="_blank">Deepburner</a>. For USB, try the excellent tool <a href="http://maketecheasier.com/how-to-create-your-own-usb-linux-distro-with-lili/2009/09/29">Lili USB Creator.</a></p>
<p>Once complete, restart your system with the CD or USB stick inserted. If it does not boot to SGD, check your systems BIOS settings to make sure the device you want to boot from is higher on the boot order list than your hard drive.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/sgd-main.png" alt="super grub disk main" title="super grub disk main" width="576" height="213" class="aligncenter size-full wp-image-16694" /></p>
<h3>Bypassing a Broken Bootloader</h3>
<p>First, you&#8217;ll want to make sure it detects all existing operating systems. Choose that option from the main screen and verify that the results are accurate to what you have installed.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/sgd-detect.png" alt="super grub disk detect" title="super grub disk detect" width="474" height="139" class="aligncenter size-full wp-image-16695" /></p>
<p>In this example, we&#8217;ve got Windows and Linux installed, but the hard drive&#8217;s MBR is broken so we can&#8217;t boot either. By simply selecting our detected OS, we can load up Linux or Windows and use whatever repair or recovery tools the OS offers.  </p>
<h3>Repairs</h3>
<p>As noted above, the Super Grub Disk is just a smart Grub installation, not a suite of tools. While this is great for keeping the size down, it means that SGD has some room for improvement when it comes to powerful recovery tools. It is not, however, completely without such features. Grub has its own command line for manually troubleshooting and repairing boot problems, and SGD provides access to this.  </p>
<p>After detecting operating systems, hit <em>&#8220;c&#8221;</em> to enter the command prompt. From here, you can use the minimal shell to do some basic partitioning, manage kernel modules, set video modes, and a few other system tasks. To get a complete list of available commands for this shell, hit <em>Tab</em> on a blank line.  </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/06/sgd-shell.png" alt="super grub disk shell" title="super grub disk-shell" width="402" height="299" class="aligncenter size-full wp-image-16696" /></p>
<h3>Conclusion</h3>
<p>Having something like the Super Grub Disk 10 years ago would have saved me countless hours of frustration, and more than a few reinstalls. Even with just the booting functionalities demonstrated here, SGD already has an important place in my tool kit. Were the Super Grub Disk to be combined with a full application suite geared toward repairs and recovery, it would make for an extremely powerful system repair tool, one that would appeal to just about any PC repair tech, Linux and Windows alike.<br />
<!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08&amp;title=How+to+Easily+Fix+Window+and+Linux+Boot+Problems+with+the+Super+Grub+Disk&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08">How to Easily Fix Window and Linux Boot Problems with the Super Grub Disk</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/fix-window-linux-boot-problems-with-super-grub-disk/2010/06/08/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Create a Mac Snow Leopard USB Installer Disk</title>
		<link>http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08</link>
		<comments>http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08#comments</comments>
		<pubDate>Thu, 08 Oct 2009 12:00:53 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[USB Drive]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7614</guid>
		<description><![CDATA[All Macs come with a DVD drive that you can use, so in most situations, you won&#8217;t have the need for a USB installer disk. However, there can be times when your DVD ROM is spoilt and you need to reformat/upgrade your OS. This is where an USB installer disk comes in handy. In addition, [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08&amp;title=How+to+Create+a+Mac+Snow+Leopard+USB+Installer+Disk&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08">How to Create a Mac Snow Leopard USB Installer Disk</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-7617" title="sl-installer" src="http://imagecdn.maketecheasier.com/2009/10/sl-installer.jpg" alt="sl-installer" width="200" height="251" />All Macs come with a DVD drive that you can use, so in most situations, you won&#8217;t have the need for a USB installer disk. However, there can be times when your DVD ROM is spoilt and you need to reformat/upgrade your OS. This is where an USB installer disk comes in handy. In addition, with this USB disk, you can also use it to install Mac OS on a machine without CD-ROM (i.e netbook).</p>
<p>In this tutorial, we will go through the way to create a Snow Leopard USB installer disk.</p>
<h3>Requirement</h3>
<ul>
<li>An existing Mac with functional DVD-ROM</li>
<li>Snow leopard installer DVD (upgrade set or box set)</li>
<li>A USB thumb drive of at least 8GB in size</li>
</ul>
<p><span id="more-7614"></span></p>
<h3>Creating a USB installer disk</h3>
<p>1. Plug in your USB drive. <strong>Backup all the data in the USB drive.</strong></p>
<p>2. Insert your Snow Leopard Installer DVD into the DVD-ROM.</p>
<p>3. Go to <em>Utility -&gt; Disk Utility</em>. You should see the USB drive and the SL installer DVD entries on the left pane.</p>
<p><img class="alignnone" title="sl-disk-utility" src="http://imagecdn.maketecheasier.com/2009/10/sl-disk-utility.jpg" alt="sl-disk-utility" width="577" height="456" /></p>
<p>4. Select the USB drive. On the right pane, click on the <em>Partition</em> tab.</p>
<p>5. Here are few things that you need to do:</p>
<ul>
<li>Under the Volume Scheme, select <em>&#8217;1 Partition</em>&#8216; from the dropdown</li>
<li>At the Name input field, enter a new name for the partition (I choose to give it the same name as the SL installer DVD).</li>
<li>At the Format field, select<em> Mac OS Extended (Journaled)</em> from the dropdown.</li>
</ul>
<p><img class="alignnone" title="sl-disk-utility-partition" src="http://imagecdn.maketecheasier.com/2009/10/sl-disk-utility-partition.jpg" alt="sl-disk-utility-partition" width="541" height="431" /></p>
<p>At the bottom, click on the <em>Options</em> button.</p>
<p>Select <em>GUID partition table</em>.</p>
<p><img class="alignnone" title="sl-disk-utility-guid" src="http://imagecdn.maketecheasier.com/2009/10/sl-disk-utility-guid.jpg" alt="sl-disk-utility-guid" width="457" height="349" /></p>
<p>Click <em>Apply</em>. This will repartition and reformat the USB drive.</p>
<p>6. Once it is done, click on the <em>Restore</em> tab. You will see two input field: <em>Source</em> and <em>Destination</em>.</p>
<p>Drag the SL Installer DVD entry to the Source field.</p>
<p>Drag the newly formatted USB entry to the Destination field.</p>
<p><img class="alignnone" title="sl-disk-utility-restore" src="http://imagecdn.maketecheasier.com/2009/10/sl-disk-utility-restore.jpg" alt="sl-disk-utility-restore" width="577" height="458" /></p>
<p>Click <em>Restore</em>.</p>
<p>This will copy the image from the DVD Installer to the USB drive. You can go for a coffee break now as the whole process takes about 30 mins.</p>
<p>When the whole process is done, you will be able to boot and install Snow Leopard from the USB drive.</p>
<p>To boot your Mac from USB, you just need to select the respective entry in <em>System Preferences -&gt; Startup Disk</em>.</p>
<p><img class="alignnone" title="sl-startup" src="http://imagecdn.maketecheasier.com/2009/10/sl-startup.jpg" alt="sl-startup" width="577" height="263" /></p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08&amp;title=How+to+Create+a+Mac+Snow+Leopard+USB+Installer+Disk&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08">How to Create a Mac Snow Leopard USB Installer Disk</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/create-mac-snow-leopard-usb-installer-disk/2009/10/08/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Uninstall Windows 7 And Return The Partition To Vista</title>
		<link>http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04</link>
		<comments>http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04#comments</comments>
		<pubDate>Wed, 04 Feb 2009 13:21:37 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=2380</guid>
		<description><![CDATA[If you have previously dualboot your Windows 7 and Vista and now you wanted to remove it, either because you don&#8217;t like it or you are running out of hard disk space, here is the way to do it: Remove the Windows 7 boot entry Previously when you install Windows 7, it modifies the bootloader [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04&amp;title=How+To+Uninstall+Windows+7+And+Return+The+Partition+To+Vista&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04">How To Uninstall Windows 7 And Return The Partition To Vista</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-2384" title="uninstall-win7" src="http://imagecdn.maketecheasier.com/2009/02/uninstall-win7.jpg" alt="uninstall-win7" width="200" height="174" />If you have previously <a href="http://maketecheasier.com/how-to-dual-boot-win-vista-with-windows-7/2009/01/11" target="_blank">dualboot</a> your Windows 7 and Vista and now you wanted to remove it, either because you don&#8217;t like it or you are running out of hard disk space, here is the way to do it:</p>
<p><span id="more-2380"></span></p>
<h3>Remove the Windows 7 boot entry</h3>
<p>Previously when you install Windows 7, it modifies the bootloader and makes it the default OS to boot up. If you are going to uninstall Windows 7, you will have to remove the entry from the bootloader so that you don&#8217;t have any conflicts when booting up later.</p>
<p>Download and install <a href="http://neosmart.net/dl.php?id=1" target="_blank">EasyBCD</a>.</p>
<p>Run EasyBCD. On the left pane, click on the <em>Add/Remove Entries</em>.</p>
<p>On the right pane, highlight the Windows 7 entry and click <em>Delete</em>.</p>
<p><img title="easybcd remove win7 entry" src="http://imagecdn.maketecheasier.com/2009/02/easybcd-remove-win7.jpg" alt="easybcd remove win7 entry" width="577" height="486" /></p>
<p>Close EasyBCD.</p>
<p>Download <a href="http://sourceforge.net/project/showfiles.php?group_id=115843&amp;package_id=271779" target="_blank">GParted</a> iso file and burn the image to a CD.</p>
<p>Boot up your computer with the Gparted live CD. On the main screen, you should see your Windows Vista and Windows 7 partitions.</p>
<p>There are two ways that you can deal with your Windows 7 partition:</p>
<p>1) reformat it and use it as an additional partition to your Vista partition</p>
<p>2) remove the partition and return the extra space back to the Vista partition</p>
<h3>Reformat Windows 7 partition</h3>
<p>Highlight and right click on the Windows 7 partition. Select <em>Format to -&gt; ntfs</em>.</p>
<p><img title="format-as-ntfs" src="http://imagecdn.maketecheasier.com/2009/02/format-as-ntfs.jpg" alt="format-as-ntfs" width="580" height="455" /></p>
<p>Click <em>Apply</em>.</p>
<h3>Remove Win 7 partition and return it to Vista partition</h3>
<p>Highlight the Windows 7 partition and click the <em>Delete</em> button.</p>
<p><img title="delete-win7-partiion" src="http://imagecdn.maketecheasier.com/2009/02/delete-win7-partiion.jpg" alt="delete-win7-partiion" width="580" height="392" /></p>
<p>Next, highlight the Windows Vista partition and click <em>Resize/Move</em>. Increase the <em>New Size</em> to the maximum. Make sure that the <em>Free Space Preceding</em> and <em>Free Space Following</em> is zero.</p>
<p><img title="vista-new-size" src="http://imagecdn.maketecheasier.com/2009/02/vista-new-size.jpg" alt="vista-new-size" width="563" height="283" /></p>
<p>Click <em>Apply</em>.</p>
<p>Once all the operations are completed, exit GParted and restart your computer. You should now boot into your Vista. Depending on the option you choose, you will have either a new blank partition that you can use to store data or a bigger Vista partition.</p>
<p>That&#8217;s it. Enjoy!</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04&amp;title=How+To+Uninstall+Windows+7+And+Return+The+Partition+To+Vista&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04">How To Uninstall Windows 7 And Return The Partition To Vista</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04/feed</wfw:commentRss>
		<slash:comments>83</slash:comments>
		</item>
		<item>
		<title>How To Boot And Install Windows 7 From USB Flash Drive</title>
		<link>http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23</link>
		<comments>http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23#comments</comments>
		<pubDate>Fri, 23 Jan 2009 13:13:00 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[flash drive]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=2129</guid>
		<description><![CDATA[Updated: An updated version of this tutorial can be found here, featuring an easier and faster way to create a Windows 7 USB installer drive. The Windows 7 beta has been released for quite a while now. If you want to follow the crowd and test it in your system, but do not want to [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23&amp;title=How+To+Boot+And+Install+Windows+7+From+USB+Flash+Drive&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23">How To Boot And Install Windows 7 From USB Flash Drive</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://imagecdn.maketecheasier.com/2009/1/usb-win7.png" alt="USB Win7" width="123" height="264" /><strong>Updated</strong>: <em>An updated version of this tutorial can be found <a href="http://maketecheasier.com/updated-boot-and-install-windows-7-from-usb-flash-drive/2009/09/12">here</a>, featuring an easier and faster way to create a Windows 7 USB installer drive. </em></p>
<p>The Windows 7 beta has been released for quite a while now. If you want to follow the crowd and test it in your system, but do not want to burn into a DVD, here is how you can create a bootable USB drive to install Windows 7 on your system.<br />
<span id="more-2129"></span></p>
<h3>Format USB flash drive to NTFS format</h3>
<p>(For Win XP only. Vista users can directly format the USB drive to NTFS format) In your Windows, go to <em>Control panel -&gt; system -&gt; hardware -&gt; Device manager</em>.</p>
<p>Under the <em>disk drives</em> section, right click on the USB storage drive and select <em>Properties</em>.</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/device-properties.png" alt="device properties" /></p>
<p>Go to the <em>Policies</em> tab, select optimize for performance. Click OK.</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/device-policy.png" alt="device policies" /></p>
<p>Open your Windows Explorer, you should see the USB storage drive in the inventory. Right click and select <em>Format</em>. Select <em>NTFS</em> from the drop down bar. Click <em>Start</em>.</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/format-ntfs.png" alt="format to NTFS" /></p>
<p><strong>For Windows XP</strong>,</p>
<p>Download <a href="http://mbrwizard.com/MBRWiz2.0.zip" target="_blank">MBRWizard</a>. Extract the zipped files to your desktop.</p>
<p>Open a command prompt (<em>Start –&gt; Program –&gt; Accessories –&gt; Command Prompt</em>).</p>
<p class="codeblock">cd Desktop/MBRWiz2.0/<br />
MBRWiz /list</p>
<p>Record the USB flash drive disk number</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/mbrwiz-list.png" alt="" /></p>
<p>Make the USB drive active.</p>
<p class="codeblock">mbrwiz /disk=X /active=1</p>
<p><strong>For Windows Vista</strong>,</p>
<p>On the Start menu, navigate to the command prompt entry. Right-click and select <em>Run as administrator</em>.</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/1/vista-command-prompt.png" alt="vista-command-prompt" width="436" height="398" /></p>
<p>Type</p>
<p class="codeblock">diskpart<br />
list disk</p>
<p>Record the disk number of your USB flash drive.</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/1/vista-diskpart.png" alt="vista-diskpart" width="498" height="296" /></p>
<p>Select the USB disk.</p>
<p class="codeblock">select disk X (X is the drive number of the USB flash drive)</p>
<p>List the current partition. Record the partition number.</p>
<p class="codeblock">list partition</p>
<p>Select the current partition and make it active.</p>
<p class="codeblock">select partition Y (Y is the partition number of the USB flash drive)<br />
active</p>
<p><img class="alignnone" src="http://imagecdn.maketecheasier.com/2009/1/list-partition-vista.png" alt="list-partition-in-vista" width="486" height="303" /></p>
<h3>Creating bootable USB flash drive</h3>
<p>Download <del datetime="2009-02-17T03:21:30+00:00">Windows 7 iso</del> (32-bit) file to your desktop (The download link is no longer valid).</p>
<p>Download and install <a href="http://www.rarlab.com/rar/wrar380.exe" target="_blank" rel="nofollow">WinRAR</a>.</p>
<p>Right-click on the Windows 7 iso file and select <em>Extract files.</em> Extract the files to a folder (you can name the folder any name you want, but for illustration purpose, I name it <em>win-7</em>) in your desktop.</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/extract-win-7.png" alt="extract windows 7 ISO" /></p>
<p>In your command prompt, cd to the windows 7 folder.</p>
<p class="codeblock">cd Desktop/win-7 (Change the destination to the folder that you have extracted)<br />
cd boot<br />
bootsect /nt60 X: (X is the drive latter of your USB drive )</p>
<p><img src="http://imagecdn.maketecheasier.com/2009/1/bootsect-success.png" alt="create bootsector" /></p>
<p>Now, copy all the files from the Windows 7 folder to the USB flash drive.</p>
<p>Reboot the computer. Remember to change the first boot device to your USB drive in the BIOS.</p>
<p>You should be able to install Windows 7 from your USB flash drive now.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23&amp;title=How+To+Boot+And+Install+Windows+7+From+USB+Flash+Drive&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23">How To Boot And Install Windows 7 From USB Flash Drive</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23/feed</wfw:commentRss>
		<slash:comments>303</slash:comments>
		</item>
	</channel>
</rss>

