<?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>fix computer errors &#187; Drive</title>
	<atom:link href="http://blog.nohideip.com/tag/drive/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nohideip.com</link>
	<description>how to fix file errors , download dll or ocx for free</description>
	<lastBuildDate>Tue, 13 Jul 2010 16:37:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How Do I Move My Linux Hard Drive To Another Machine?</title>
		<link>http://blog.nohideip.com/sys-files/how-do-i-move-my-linux-hard-drive-to-another-machine</link>
		<comments>http://blog.nohideip.com/sys-files/how-do-i-move-my-linux-hard-drive-to-another-machine#comments</comments>
		<pubDate>Tue, 23 Feb 2010 12:01:53 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA[Another]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Hard]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Machine]]></category>
		<category><![CDATA[Move]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/sys-files/how-do-i-move-my-linux-hard-drive-to-another-machine</guid>
		<description><![CDATA[I have Fedora 10 installed on a 2 CPU machine and want to move it to a different 1 CPU machine.
Here is my grub.conf file: (from the SMP machine)
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition. [...]]]></description>
			<content:encoded><![CDATA[<p>I have Fedora 10 installed on a 2 CPU machine and want to move it to a different 1 CPU machine.<br />
Here is my grub.conf file: (from the SMP machine)<br />
# grub.conf generated by anaconda<br />
#<br />
# Note that you do not have to rerun grub after making changes to this file<br />
# NOTICE:  You have a /boot partition.  This means that<br />
#          all kernel and initrd paths are relative to /boot/, eg.<br />
#          root (hd0,0)<br />
#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00<br />
#          initrd /initrd-version.img<br />
#boot=/dev/sda<br />
default=0<br />
timeout=0<br />
splashimage=(hd0,0)/grub/splash.xpm.gz<br />
hiddenmenu<br />
title Fedora (2.6.27.7-134.fc10.i686)<br />
	root (hd0,0)<br />
	kernel /vmlinuz-2.6.27.7-134.fc10.i686 ro root=UUID=5dc7b756-abdb-48a0-a679-d3c8d2…<br />
	initrd /initrd-2.6.27.7-134.fc10.i686.img<br />
title Fedora-base (2.6.27.9-159.fc10.i686)<br />
	root (hd0,0)<br />
	kernel /vmlinuz-2.6.27.9-159.fc10.i686 ro root=UUID=5dc7b756-abdb-48a0-a679-d3c8d2…<br />
	initrd /initrd-2.6.27.9-159.fc10.i686.img<br />
HERE IS MY /etc/fstab:  (from the SMP machine)<br />
# /etc/fstab<br />
# Created by anaconda on Wed Jan  7 23:05:18 2009<br />
#<br />
# Accessible filesystems, by reference, are maintained under &#8216;/dev/disk&#8217;<br />
# See man pages fstab(5), findfs(8), mount(8) and/or vol_id(8) for more info<br />
#<br />
UUID=5dc7b756-abdb-48a0-a679-d3c8d23ac… /                       ext3    defaults        1 1<br />
UUID=82f4c1b1-8705-4bc6-bb07-40b1e657b… /boot                   ext3    defaults        1 2<br />
tmpfs                   /dev/shm                tmpfs   defaults        0 0<br />
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0<br />
sysfs                   /sys                    sysfs   defaults        0 0<br />
proc                    /proc                   proc    defaults        0 0<br />
UUID=dc2bac35-8368-4f3a-a934-7b0c0035c… swap                    swap    defaults        0 0<br />
Here&#8217;s what I tried to do.<br />
1. swap hard disk with the Fedora 10 OS from the 2 (SMP) CPU machine into the 1 CPU machine.<br />
2. Use the fc10 CD to &#8220;Rescue Installed System.&#8221;<br />
3. chroot /mnt/sysimage<br />
4. mount /boot<br />
5. uname -r      gives me this output:  2.6.27.5-117.fc10.i586<br />
6. mkinitrd /boot/test.img 2.6.27.5-117.fc10.i586<br />
7. I edit grub so that I change default from 0 to 2.  Timeout from 0 to 10.  I place third entry at the bottom (I could have put it at the top and kept default=0 instead of 2).   How would I write that entry correctly.  I think I&#8217;m messing up the grub.conf perhaps.  The UUID numbers are confusing me.  Which fstab UUID entry do I use in grub.conf?  All help is appreciated.  When I do the above as best I could and I select the i586 to boot in the new machine it just says error: file not found.  If I try to boot from either of the i686 options it begins to boot but has a stabilization error.  Wait 10 seconds then freezes.  What file is not found with the i586?  Thanks in advance.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/how-do-i-move-my-linux-hard-drive-to-another-machine/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can Recovery Disks Fix A &#8220;failed&#8221; Hard Drive?</title>
		<link>http://blog.nohideip.com/sys-files/can-recovery-disks-fix-a-failed-hard-drive</link>
		<comments>http://blog.nohideip.com/sys-files/can-recovery-disks-fix-a-failed-hard-drive#comments</comments>
		<pubDate>Sun, 21 Feb 2010 18:05:08 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA[Disks]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Failed]]></category>
		<category><![CDATA[Hard]]></category>
		<category><![CDATA[Recovery]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/sys-files/can-recovery-disks-fix-a-failed-hard-drive</guid>
		<description><![CDATA[I shut down my new pc while windows.net framework was updating, and ever since then I have been getting a BIOHD-8 error in the diagnostic, the only thing that will even run
I really think its just a windows error, I would like to be sure before I put the newly received recovery disks in.
Additional information-
HP [...]]]></description>
			<content:encoded><![CDATA[<p>I shut down my new pc while windows.net framework was updating, and ever since then I have been getting a BIOHD-8 error in the diagnostic, the only thing that will even run<br />
I really think its just a windows error, I would like to be sure before I put the newly received recovery disks in.<br />
Additional information-<br />
HP Pavillion<br />
E2180<br />
3 GB of ram<br />
Safe mode wont start, gets hung on something like crcdisk.sys<br />
THANKS FOR THE HELP!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/can-recovery-disks-fix-a-failed-hard-drive/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Is My Hard Drive Failing?</title>
		<link>http://blog.nohideip.com/sys-files/is-my-hard-drive-failing</link>
		<comments>http://blog.nohideip.com/sys-files/is-my-hard-drive-failing#comments</comments>
		<pubDate>Sun, 14 Feb 2010 00:02:09 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Failing]]></category>
		<category><![CDATA[Hard]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/sys-files/is-my-hard-drive-failing</guid>
		<description><![CDATA[My laptop has been running so slow nowadays. It&#8217;s a Toshiba Satellite M30 laptop running windows xp sp2 and it&#8217;s a 60gb hard drive with 45gb free space left and its still loading as slow as 10 minutes to completely start up from pressing the power button until opening the desktop.
Here&#8217;s the history of problems:
1. [...]]]></description>
			<content:encoded><![CDATA[<p>My laptop has been running so slow nowadays. It&#8217;s a Toshiba Satellite M30 laptop running windows xp sp2 and it&#8217;s a 60gb hard drive with 45gb free space left and its still loading as slow as 10 minutes to completely start up from pressing the power button until opening the desktop.<br />
Here&#8217;s the history of problems:<br />
1. Recently, or about 2 months ago after reformatting, the laptop started making motor-like noises coming from the place where i believe the hard drive is. It makes noises whenever i type since i place my hand there. The noises disappear if a remove my hand from the area. However if the noise keeps persisting, it goes to a blue screen citing an error.<br />
2. I use AVG 8 as my antivirus and other than the occasional cookies, it reports no viruses whatsoever. But lately, i had two system errors which forced me to either repair or reinstall windows the first of which was:<br />
&#8220;Windows could not start because the following file is missing or corrupt:<br />
\WINDOWS\SYSTEM32\CONFIG\SYSTEM<br />
You can attempt to repair this file by starting Windows Setup using the original Setup CD-ROM.<br />
Select &#8216;r&#8217; at the first screen to start repair&#8221;<br />
and the second&#8230;<br />
&#8220;Windows could not start because the following file is missing or corrupt:<br />
\windows\System32\Drivers\Isapnp.sys<br />
You can attempt to repair this file by starting Windows Setup using the original Setup CD-ROM.<br />
Select &#8216;r&#8217; at the first screen to start repair&#8221;<br />
When i was reinstalling windows after the second error, i started having errors during the install such as &#8220;saving/writing wmp.dll&#8230; this could be caused by network or disk failure..&#8221; I could vaguely remember that error  message/<br />
I want to know if my hard drive is failing. I have a desktop using AVG as well and it has not had any problems such as what mty laptop is having and the desktop pc is older than my laptop. If it is, what could I do? If it is not, then what&#8217;s causing the problems i stated above?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/is-my-hard-drive-failing/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Laptop Not Working? Hard Drive Failure?</title>
		<link>http://blog.nohideip.com/sys-files/laptop-not-working-hard-drive-failure</link>
		<comments>http://blog.nohideip.com/sys-files/laptop-not-working-hard-drive-failure#comments</comments>
		<pubDate>Thu, 04 Feb 2010 12:02:32 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Failure]]></category>
		<category><![CDATA[Hard]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Working]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/sys-files/laptop-not-working-hard-drive-failure</guid>
		<description><![CDATA[I got an IBM Thinkpad T42. For probably over a year it hasn&#8217;t work, and I didn&#8217;t try to really do anything since I got a new thinkpad right before it stopped working. I&#8217;m trying to fix this up for someone now.
Here&#8217;s the problem.
When I power on, I press the blue &#8216;Access IBM&#8217; button.
After a [...]]]></description>
			<content:encoded><![CDATA[<p>I got an IBM Thinkpad T42. For probably over a year it hasn&#8217;t work, and I didn&#8217;t try to really do anything since I got a new thinkpad right before it stopped working. I&#8217;m trying to fix this up for someone now.<br />
Here&#8217;s the problem.<br />
When I power on, I press the blue &#8216;Access IBM&#8217; button.<br />
After a minute, i get the following message:<br />
\minint\system32\biosinfo.inf could not be loaded<br />
error 4096<br />
I then restart the system until I get to the screen that tells me windows XP did not shut down normally.<br />
I choose safe mode.<br />
When it starts to go through everything, these are the last 2 files it gets hung up on.<br />
mup.sys<br />
agp440.sys (the last one)<br />
I only include mup.sys because that&#8217;s a problem I&#8217;ve had with my other thinkpad when it overheats and crashes sometimes.<br />
When all the files are listed, something comes up at the bottom of the screen for a few seconds saying something about pressing escape.<br />
I press escape.<br />
A blue screen comes up only for a second.<br />
STOP: c0000221 {Bad Image checksum}<br />
The image kernel32.dll is possibly corrupt. The header checksum does not match the computed checksum.<br />
It then goes to the windowsXP load screen with the graphic and the horizontal bar moving. (it&#8217;s not frozen, just gets hung up and loops forever)<br />
I restart the system. try &#8216;last good configuration&#8217;<br />
and as I type this, it&#8217;s been about 15 minutes at the windows xp load screen.<br />
When I start in safe mode, I also sometimes get these errors instead of the checksum one:<br />
There has been a signature failure. A disk read error occurred.<br />
or..<br />
STOP: c0000221 Unknown HardError<br />
\SystemRoot\system32\ntdll.dll<br />
Anyone have any ideas?<br />
Not sure if it&#8217;s corrupted files, a corrupted HDD that needs replacement or something else. I was possibly gonna sell this so I want to know if it can be anything besides the hard drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/laptop-not-working-hard-drive-failure/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Help!!! No Hard Drive??</title>
		<link>http://blog.nohideip.com/sys-files/help-no-hard-drive</link>
		<comments>http://blog.nohideip.com/sys-files/help-no-hard-drive#comments</comments>
		<pubDate>Fri, 08 Jan 2010 18:04:04 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Hard]]></category>
		<category><![CDATA[Help]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/sys-files/help-no-hard-drive</guid>
		<description><![CDATA[I just got my other computer back from the shop today. I had to have a new motherboard and processor put in. When I started up my computer it takes like 5-10 mins then it will eventually say &#8220;Bootup from CD Rom&#8221; I start installing the windows cd and when I get to &#8220;starting windows&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I just got my other computer back from the shop today. I had to have a new motherboard and processor put in. When I started up my computer it takes like 5-10 mins then it will eventually say &#8220;Bootup from CD Rom&#8221; I start installing the windows cd and when I get to &#8220;starting windows&#8221; i get an error message stating something is wrong with &#8220;partmgr.sys&#8221;. So i tried to wipe my drive and go that way but when I do that it is telling me &#8220;No physical drives found&#8221;. I know I had a hard drive when I took it into the shop and I should have one now. Does anyone have any suggestions please?? The guy that worked on my computer won&#8217;t be back in till tomorrow at 10 and it&#8217;s already been a month really don&#8217;t want to have to take it back up there and wait another dang month.<br />
Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/help-no-hard-drive/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Problem Installing New Hard Drive And Os.?</title>
		<link>http://blog.nohideip.com/sys-files/problem-installing-new-hard-drive-and-os</link>
		<comments>http://blog.nohideip.com/sys-files/problem-installing-new-hard-drive-and-os#comments</comments>
		<pubDate>Fri, 08 Jan 2010 06:04:58 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Hard]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Problem]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/sys-files/problem-installing-new-hard-drive-and-os</guid>
		<description><![CDATA[I just tried to install my new hard drive and xp.
I followed all the instructions and after it booted from the xp cd and partitioned the drive then I selected NTFS and it performed that function to 100% then it came up with a screen that says (and this is a brand new drive, just [...]]]></description>
			<content:encoded><![CDATA[<p>I just tried to install my new hard drive and xp.<br />
I followed all the instructions and after it booted from the xp cd and partitioned the drive then I selected NTFS and it performed that function to 100% then it came up with a screen that says (and this is a brand new drive, just out of packaging)<br />
WINDOWS HAS ENCOUNTERED A PROBLEM:  IF IT IS THE 1ST TIME YOU&#8217;VE SEEN THIS ERROR RESTART. DISABLE ANY ANTIVIRUS, DISK DEFRAG OR BACKUP UTILITIES. CHECH HARD DRIVE CONFIGURATION AND CHECK FOR ANY UPDATED DRIVERS. RUN CHKDSK/F TO CHECK FOR HARD DRIVE CORRUPTION &amp; RESTART.<br />
TECHNICAL INFO: ***STOP: 0X00000024 (0X001902FE, 0XFBV87664, 0XFBC87360, 0XFB4533A0)<br />
888NTFS.SYS-ADDRESS FB4533A0 BASE AT FB3F8000, DATESTAMP 41107EEA.<br />
What is this what does it mean and why won&#8217;t my setup go any farther?  PLEASE HELP!!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/problem-installing-new-hard-drive-and-os/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Computer Problem&#8230; Hard Drive Corruption Or Bios Virus?</title>
		<link>http://blog.nohideip.com/sys-files/computer-problem-hard-drive-corruption-or-bios-virus</link>
		<comments>http://blog.nohideip.com/sys-files/computer-problem-hard-drive-corruption-or-bios-virus#comments</comments>
		<pubDate>Wed, 06 Jan 2010 18:02:17 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA[Bios]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Corruption]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Hard]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/sys-files/computer-problem-hard-drive-corruption-or-bios-virus</guid>
		<description><![CDATA[It started last night. My computer would sound like it was shutting off and restarting abnormally, however it would still run. It sounds like it was overheating. Then it went to the blue screen of death with this error code:
&#8220;KERNEL_DATA_INPAE_ERROR&#8221;
While also mentioning something about &#8220;atapi.sys&#8221;
Now whenever I start it up it does the following:
-Displays intel [...]]]></description>
			<content:encoded><![CDATA[<p>It started last night. My computer would sound like it was shutting off and restarting abnormally, however it would still run. It sounds like it was overheating. Then it went to the blue screen of death with this error code:<br />
&#8220;KERNEL_DATA_INPAE_ERROR&#8221;<br />
While also mentioning something about &#8220;atapi.sys&#8221;<br />
Now whenever I start it up it does the following:<br />
-Displays intel screen<br />
-Goes to &#8220;Press any key to boot from disc&#8221; screen.<br />
-After I wait for the 5 periods after the message, random characters appear all over the screen.<br />
Ex.) ABCDEFGHIJ &gt;&gt;&gt;&gt; Aé_DEýGðI+<br />
Some will be flashing, others won&#8217;t. Some are blue, red, green, yellow, ect. and others are plain black.<br />
-Then my computer freezes nd I have to restart.<br />
MY FIX ATTEMPTS~~<br />
-Reinstalled windows<br />
-Repaired windows<br />
-Booted with disc<br />
-Tried to start in safe mode, wouldn&#8217;t go to it<br />
-Uninstalled windows, installed again.<br />
-Tried booted using external hard drive, it didn&#8217;t reconize it, but it did rconize it when installing windows.<br />
I&#8217;m out of options, and I REALLY NEED THIS HARD DRIVE. I have years of pictures, documents (School + work), and other files on it. I need to find a way to extract them at all costs.<br />
Please help&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/computer-problem-hard-drive-corruption-or-bios-virus/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Trying To Repair Windows Xp Pro On And 2nd Hard Drive It Will Not Boot Up Lsass.exe Error..?</title>
		<link>http://blog.nohideip.com/exe-errors/im-trying-to-repair-windows-xp-pro-on-and-2nd-hard-drive-it-will-not-boot-up-lsass-exe-error</link>
		<comments>http://blog.nohideip.com/exe-errors/im-trying-to-repair-windows-xp-pro-on-and-2nd-hard-drive-it-will-not-boot-up-lsass-exe-error#comments</comments>
		<pubDate>Sat, 19 Dec 2009 22:39:57 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[exe errors]]></category>
		<category><![CDATA["lsass.exe]]></category>
		<category><![CDATA[Boot]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Hard]]></category>
		<category><![CDATA[Repair]]></category>
		<category><![CDATA[Trying]]></category>
		<category><![CDATA[Will]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/exe-errors/im-trying-to-repair-windows-xp-pro-on-and-2nd-hard-drive-it-will-not-boot-up-lsass-exe-error</guid>
		<description><![CDATA[i have a windows disc but i forgot the admin password for the drive and i cant get passed that point in the recovery console, what are my options?  Right now i&#8217;m running off another hd i had, all my programs are on the other hard drive&#8230;
]]></description>
			<content:encoded><![CDATA[<p>i have a windows disc but i forgot the admin password for the drive and i cant get passed that point in the recovery console, what are my options?  Right now i&#8217;m running off another hd i had, all my programs are on the other hard drive&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/exe-errors/im-trying-to-repair-windows-xp-pro-on-and-2nd-hard-drive-it-will-not-boot-up-lsass-exe-error/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Need To Fix My Hard Drive?</title>
		<link>http://blog.nohideip.com/sys-files/need-to-fix-my-hard-drive</link>
		<comments>http://blog.nohideip.com/sys-files/need-to-fix-my-hard-drive#comments</comments>
		<pubDate>Mon, 14 Dec 2009 12:03:14 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Hard]]></category>
		<category><![CDATA[Need]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/sys-files/need-to-fix-my-hard-drive</guid>
		<description><![CDATA[Hi I have a compaq laptop and I have Tried to reformat because it would not boot into windows.It had windows xp professional sp2 installed on it. When reformatting, it would stop and give me the blue screen that said Stop, something about failure to load or unload or something and partmgr.sys . Now I [...]]]></description>
			<content:encoded><![CDATA[<p>Hi I have a compaq laptop and I have Tried to reformat because it would not boot into windows.It had windows xp professional sp2 installed on it. When reformatting, it would stop and give me the blue screen that said Stop, something about failure to load or unload or something and partmgr.sys . Now I have tried to reformat about five times now, and it doesnt even get into setup the last time i tried. but before that it kept giving me the same error message about partmgr.sys . Thank for any info</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/need-to-fix-my-hard-drive/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>My Computer Was Built For Me And My Hard Drive Is Having Rundll.exe Errors Among Others. ?</title>
		<link>http://blog.nohideip.com/exe-errors/my-computer-was-built-for-me-and-my-hard-drive-is-having-rundll-exe-errors-among-others</link>
		<comments>http://blog.nohideip.com/exe-errors/my-computer-was-built-for-me-and-my-hard-drive-is-having-rundll-exe-errors-among-others#comments</comments>
		<pubDate>Wed, 09 Dec 2009 22:41:18 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[exe errors]]></category>
		<category><![CDATA[Among]]></category>
		<category><![CDATA[Built]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Hard]]></category>
		<category><![CDATA[Having]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Rundll.exe]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/exe-errors/my-computer-was-built-for-me-and-my-hard-drive-is-having-rundll-exe-errors-among-others</guid>
		<description><![CDATA[i just dont have a disk. any ideas on what i should do?
]]></description>
			<content:encoded><![CDATA[<p>i just dont have a disk. any ideas on what i should do?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/exe-errors/my-computer-was-built-for-me-and-my-hard-drive-is-having-rundll-exe-errors-among-others/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

