<?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>Computer Files &#187; boot</title>
	<atom:link href="http://www.computer-files.com/tag/boot/feed" rel="self" type="application/rss+xml" />
	<link>http://www.computer-files.com</link>
	<description>Everything you need to know about computer files</description>
	<lastBuildDate>Fri, 03 Jun 2011 12:51:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Helping you out with the boot.ini file</title>
		<link>http://www.computer-files.com/helping-you-out-with-the-bootini-file.html</link>
		<comments>http://www.computer-files.com/helping-you-out-with-the-bootini-file.html#comments</comments>
		<pubDate>Fri, 01 Feb 2008 15:43:18 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[boot.ini]]></category>
		<category><![CDATA[initialization]]></category>
		<category><![CDATA[loader]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/02/01/helping-you-out-with-the-bootini-file/</guid>
		<description><![CDATA[First of all we would like to let you know what the boot.ini file is, where it is located, what is its purpose and so on. The boot.ini file is an initialization file used by the Microsoft operating systems and it is located in the root of the primary partition where the system is installed. [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<div id='dd_ajax_float'><div class='dd_button_v'><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script> <a class='DiggThisButton DiggMedium' href='http://digg.com/submit?url=http%3A%2F%2Fwww.computer-files.com%2Ftag%2Fboot%2Ffeed&amp;title=boot'></a></div><div style='clear:left'></div><div class='dd_button_v'><a title='Post on Google Buzz' class='google-buzz-button' href='http://www.google.com/buzz/post' data-button-style='normal-count' data-url='http://www.computer-files.com/tag/boot/feed'></a><script type='text/javascript' src='http://www.google.com/buzz/api/button.js'></script></div><div style='clear:left'></div><div class='dd_button_v'><iframe src='http://api.tweetmeme.com/button.js?url=http://www.computer-files.com/tag/boot/feed&source=&service=&service_api=&style=normal' height='61' width='50' frameborder='0' scrolling='no'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Fwww.computer-files.com%2Ftag%2Fboot%2Ffeed" send="false" show_faces="false" layout="box_count" width="50" ></fb:like></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fwww.computer-files.com%2Ftag%2Fboot%2Ffeed'></script></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p>First of all we would like to let you know what the<strong> boot.ini</strong> file is, where it is located, what is its purpose and so on.<br /> The boot.ini file is an <strong>initialization file</strong> used by the Microsoft operating systems and it is located in the <strong>root</strong> of the primary partition where the system is installed. The boot.ini file let&rsquo;s you select the operating system you want your system to boot on your PC with an easy to use navigation.</p>
<p style="text-align: justify" class="MsoNormal"><span style="font-size: 10pt; font-family: Verdana; color: black">Usually there are two sections in the boot.ini file. One is the <strong>[boot loader]</strong> and the other <strong>[operating systems]</strong>. In the [boot loader] section you can set the time for the boot menu to be displayed on your screen, usually in seconds. In this section you can find the default operating system which will be loaded automatically. This is needed as there might be more operating systems on the PC and one should be the default which loads automatically after the timeout period set in the [boot loader] section.</span></p>
<p style="text-align: justify" class="MsoNormal">Here is a sample for the first section in the boot.ini file:</p>
<p style="text-align: justify" class="MsoNormal">[boot loader]<br /> timeout=30<br /> default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS</p>
<p style="text-align: justify" class="MsoNormal">The second section is used to display and specify the locations of all the operating systems installed on the computer. Here is an example for this section with all the options:</p>
<p style="text-align: justify" class="MsoNormal">[operating systems]<br /> multi(0)disk(0)rdisk(1)partition(1)\WINDOWS=&quot;Microsoft Windows XP Professional&quot; /fastdetect</p>
<p style="text-align: justify" class="MsoNormal"><strong>How to edit and rebuild the boot.ini file?&nbsp;</strong></p>
<p style="text-align: justify" class="MsoNormal">The boot.ini file is a hidden and prior anything you will have to set your system to show hidden files then make a backup of the boot.ini file.</p>
<p> There are two ways to edit the boot.ini file:</p>
<p style="text-align: justify" class="MsoNormal">1.&nbsp;&nbsp;&nbsp; Right click on My Computer icon on the Desktop then select Properties, Advanced tab, Startup and Recovery Settings then click the Edit button.</p>
<p style="text-align: justify" class="MsoNormal">2.&nbsp;&nbsp;&nbsp; Another more quicker way to edit the boot.ini file is to use the following command in Command Prompt: <strong>sysdm.cpl</strong> then hit Enter. You can do this by selecting Start then Run and type the command and OK, or in DOS Prompt use the same command.</p>
<p style="text-align: justify" class="MsoNormal"><strong>How to modify the boot.ini file?&nbsp;</strong></p>
<p style="text-align: justify" class="MsoNormal">The Windows XP Professional operating system comes with an executable file used to configure or modify the boot.ini file. All you have to do is to write the following command in DOS Prompt: <strong>bootcfg</strong>.</p>
<p style="text-align: justify" class="MsoNormal">There are commands for adding, deleting, setting default OS and setting time out period.<br /> Here is an example for adding an additional operating system like XP Home Edition:&nbsp;</p>
<p style="text-align: justify" class="MsoNormal">bootcfg /copy /e Windows XP Home Edition /ID#<br /> There is a boot entry ID at the end of the command.<br /> In case you want to delete an operating system from the boot.ini file, the command is:<br /> bootcfg /delete /ID#</p>
<p> The command for setting the default operating system to be loaded is:<br /> bootcfg /default /ID#</p>
<p> And finally here is the command for setting the time out (in seconds):<br /> bootcfg /timeout#<br /> Instead of the # sign, you will have to specify number of seconds (ex. 5, 30).</p>
<p style="text-align: justify" class="MsoNormal"><strong>How to repair a damaged boot.ini file?&nbsp;</strong></p>
<p style="text-align: justify" class="MsoNormal">You will have to run the Recovery Console for which you will need the Windows XP CD and boot from it then press R when asked.<br /> After this you will have to enter OS load option. You will type /fastdetect which makes the detection automatic. Hit Enter Select the operating system then as soon as you arrive at the command prompt write the following command: bootcfg&nbsp; /rebuild. There will be a few steps you&rsquo;ll have to follow and you will have to press Y when the identification of the OS has been completed. You will have to enter the load identifier which can be Windows XP Home Edition or Windows XP Professional then hit Enter.</p>
<p style="text-align: justify" class="MsoNormal">After this you will have to enter OS load option. You will type /fastdetect which makes the detection automatic. Hit Enter then restart your PC.</p>
<p style="text-align: justify" class="MsoNormal">When troubleshooting a computer there are some other boot.ini switches which can be used like: /bootlog, /debug, /safeboot, /w95dos, /year just to mention a few.</p>
<p style="text-align: justify" class="MsoNormal">&nbsp;</p>
<p style="text-align: justify" class="MsoNormal">&nbsp;</p>
<p style="text-align: justify" class="MsoNormal">&nbsp;</p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	//put content div class, when scroll beyond this y, float it
	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		 
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			//make sure .post_share exists
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		}); 

	}); ;</script>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/helping-you-out-with-the-bootini-file.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The io.sys file</title>
		<link>http://www.computer-files.com/the-iosys-file.html</link>
		<comments>http://www.computer-files.com/the-iosys-file.html#comments</comments>
		<pubDate>Thu, 31 Jan 2008 12:39:41 +0000</pubDate>
		<dc:creator>Computer Expert</dc:creator>
				<category><![CDATA[Common files]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[io]]></category>
		<category><![CDATA[io.sys]]></category>
		<category><![CDATA[load]]></category>

		<guid isPermaLink="false">http://www.computer-files.com/2008/01/31/the-iosys-file/</guid>
		<description><![CDATA[The &#8216;io.sys&#8217; file is a hidden system file and it is being used to load the operating system when the computer starts booting. The earliest operating systems like MS-DOS or Windows 3.1 needed more files for the loading process like msdos.sys and other system files. With the appearance of the newer Windows operating systems, the [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>The &lsquo;<strong>io.sys</strong>&rsquo; file is a hidden system file and it is being used to load the operating system when the computer starts booting.</p>
<p> The earliest operating systems like MS-DOS or Windows 3.1 needed more files for the loading process like <strong>msdos.sys</strong> and other system files. With the appearance of the newer Windows operating systems, the msdos.sys file was embedded into the io.sys file however the msdos.sys file can still be found on today&rsquo;s computers in the form of a text file instead of an executable file as it was previously.</p>
<p>The io.sys file contains all the information needed to start your PC and all commands in <strong>config.sys</strong> and <strong>autoexec.bat</strong> files are now merged into the single io.sys file. &nbsp;</p>
<p>The io.sys file is an executable and can not be edited as a standard text file. It is usually being managed with the help of the config.sys file. </p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.computer-files.com/the-iosys-file.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

