|
| |||||||||
| Tags: corruptive, pcisys |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Pci.sys missing or corrupt...(I've tried everything) This is not a new problem but none of the internet remedys have worked for me yet. I'm getting the System32\drivers\pci.sys missing or corrupt message when trying to boot XP. Now, I've tried going to my recovery console and tryed "expand drive:\i386\pci.sy_ C:\winnt\system32\drivers /y" all I get is access denied. So then I re-booted from my XP disk and pressed enter to install windows xp. Now supposedly I sould get a repair "r" option, but I don't. It tells me I need to format to install. I guess when you recived that "r" option it will bring you the option of typing the admin passsword so I won't get the access denied message when I'm expanding. The bottom line is that there is one REALLY important folder I need of my C: drive and really don't care about anything else. If anyone could help me that would really keep me from jumping off a bridge. Thanks! -- JoeyStalin |
|
#2
| |||
| |||
| Re: Pci.sys missing or corrupt...(I've tried everything)
When you try for the NEW installation in order to reach the repair option does it show the fact that you have XP installed?? What version of XP are you using??...OEM? Retail?? upgrade?? full?? peter "JoeyStalin" <JoeyStalin.2mfgty@pcbanter.net> wrote in message news:JoeyStalin.2mfgty@pcbanter.net... > > This is not a new problem but none of the internet remedys have worked > for me yet. > > I'm getting the System32\drivers\pci.sys missing or corrupt message > when trying to boot XP. > Now, I've tried going to my recovery console and tryed "expand > drive:\i386\pci.sy_ C:\winnt\system32\drivers /y" all I get is access > denied. So then I re-booted from my XP disk and pressed enter to > install windows xp. Now supposedly I sould get a repair "r" option, but > I don't. It tells me I need to format to install. I guess when you > recived that "r" option it will bring you the option of typing the > admin passsword so I won't get the access denied message when I'm > expanding. > > The bottom line is that there is one REALLY important folder I need of > my C: drive and really don't care about anything else. If anyone could > help me that would really keep me from jumping off a bridge. > > Thanks! > > > > > -- > JoeyStalin |
|
#3
| |||
| |||
| Re: Pci.sys missing or corrupt...(I've tried everything)
another thing to try While in the Recovery Console before you expand type set AllowAllPaths=true this will allow you to overwrite files in the directory C:\winnt....if that is the directory that XP is installed into peter "JoeyStalin" <JoeyStalin.2mfgty@pcbanter.net> wrote in message news:JoeyStalin.2mfgty@pcbanter.net... > > This is not a new problem but none of the internet remedys have worked > for me yet. > > I'm getting the System32\drivers\pci.sys missing or corrupt message > when trying to boot XP. > Now, I've tried going to my recovery console and tryed "expand > drive:\i386\pci.sy_ C:\winnt\system32\drivers /y" all I get is access > denied. So then I re-booted from my XP disk and pressed enter to > install windows xp. Now supposedly I sould get a repair "r" option, but > I don't. It tells me I need to format to install. I guess when you > recived that "r" option it will bring you the option of typing the > admin passsword so I won't get the access denied message when I'm > expanding. > > The bottom line is that there is one REALLY important folder I need of > my C: drive and really don't care about anything else. If anyone could > help me that would really keep me from jumping off a bridge. > > Thanks! > > > > > -- > JoeyStalin |
|
#4
| |||
| |||
| Re: Pci.sys missing or corrupt...(I've tried everything)
Slight correction, peter. That is not what the set AllowAllPaths = true command does (note the spaces before and after the = sign). For security purposes the default setings for the Recovery Console do not allow users to browse folders other than the root and system folders. ALLOWALLPATHS = TRUE removes this restriction and permits the user to browse the entire drive and permits access to all files and folders on the drive(s). For the allowallpaths = true to work the SET command for the Recovery Console must be already enabled, the SET command is enabled in the Security Policy. John peter wrote: > another thing to try > While in the Recovery Console before you expand type > set AllowAllPaths=true > this will allow you to overwrite files in the directory C:\winnt....if that > is the directory that XP is installed into > peter > "JoeyStalin" <JoeyStalin.2mfgty@pcbanter.net> wrote in message > news:JoeyStalin.2mfgty@pcbanter.net... > >>This is not a new problem but none of the internet remedys have worked >>for me yet. >> >>I'm getting the System32\drivers\pci.sys missing or corrupt message >>when trying to boot XP. >>Now, I've tried going to my recovery console and tryed "expand >>drive:\i386\pci.sy_ C:\winnt\system32\drivers /y" all I get is access >>denied. So then I re-booted from my XP disk and pressed enter to >>install windows xp. Now supposedly I sould get a repair "r" option, but >>I don't. It tells me I need to format to install. I guess when you >>recived that "r" option it will bring you the option of typing the >>admin passsword so I won't get the access denied message when I'm >>expanding. >> >>The bottom line is that there is one REALLY important folder I need of >>my C: drive and really don't care about anything else. If anyone could >>help me that would really keep me from jumping off a bridge. >> >>Thanks! >> >> >> >> >>-- >>JoeyStalin > > > |
|
#5
| |||
| |||
| Re: Pci.sys missing or corrupt...(I've tried everything)
It sounds like the file system on the drive is corrupt. A telltale sign of this corruption is getting an Access Denied on the Root and System folders during a properly logged on Recovery Console session. A further confirmation can be taken from the setup program telling you that you need to format the drive to install Windows. Remember that to properly log on to the Recovery Console you MUST enter the installation number presented on the menu. When the console launches you will see a menu like so: --------------------------------------------------------- Microsoft Windows(R) Recovery Console The Recovery Console provides system repair and recovery functionality. Type EXIT to quit the Recovery Console and restart the computer. 1: C:\WINDOWS Which Windows Installation would you like to log on to (To cancel, press ENTER)? ------------------------------------------------------------ At that point you have to enter the correct number (1 in this case) and press enter. If you try to run commands without doing this step you will get Access Denied messages. To repair the file system corruption you will have to run a chkdsk on the drive, you can run the chkdsk from the Recovery Console or you can mount the disk in another NT type computer and run it from there. Be aware that you may lose files when chkdsk does its things, that is a risk that you have to accept if you want to attempt to repair the file system. The chkdsk command is one of the commands that can be run at the Recovery Console prompt even if you cannot log on to the Console. Good Luck! John JoeyStalin wrote: > This is not a new problem but none of the internet remedys have worked > for me yet. > > I'm getting the System32\drivers\pci.sys missing or corrupt message > when trying to boot XP. > Now, I've tried going to my recovery console and tryed "expand > drive:\i386\pci.sy_ C:\winnt\system32\drivers /y" all I get is access > denied. So then I re-booted from my XP disk and pressed enter to > install windows xp. Now supposedly I sould get a repair "r" option, but > I don't. It tells me I need to format to install. I guess when you > recived that "r" option it will bring you the option of typing the > admin passsword so I won't get the access denied message when I'm > expanding. > > The bottom line is that there is one REALLY important folder I need of > my C: drive and really don't care about anything else. If anyone could > help me that would really keep me from jumping off a bridge. > > Thanks! > > > > |
|
#6
| |||
| |||
| Re: Pci.sys missing or corrupt...(I've tried everything)
Thank you....I learn something every day peter "John John" <audetweld@nbnet.nb.ca> wrote in message news:%231wNyf0VHHA.3568@TK2MSFTNGP06.phx.gbl... > Slight correction, peter. That is not what the set AllowAllPaths = true > command does (note the spaces before and after the = sign). For security > purposes the default setings for the Recovery Console do not allow users > to browse folders other than the root and system folders. ALLOWALLPATHS = > TRUE removes this restriction and permits the user to browse the entire > drive and permits access to all files and folders on the drive(s). For > the allowallpaths = true to work the SET command for the Recovery Console > must be already enabled, the SET command is enabled in the Security > Policy. > > John > > peter wrote: >> another thing to try >> While in the Recovery Console before you expand type >> set AllowAllPaths=true >> this will allow you to overwrite files in the directory C:\winnt....if >> that is the directory that XP is installed into >> peter >> "JoeyStalin" <JoeyStalin.2mfgty@pcbanter.net> wrote in message >> news:JoeyStalin.2mfgty@pcbanter.net... >> >>>This is not a new problem but none of the internet remedys have worked >>>for me yet. >>> >>>I'm getting the System32\drivers\pci.sys missing or corrupt message >>>when trying to boot XP. >>>Now, I've tried going to my recovery console and tryed "expand >>>drive:\i386\pci.sy_ C:\winnt\system32\drivers /y" all I get is access >>>denied. So then I re-booted from my XP disk and pressed enter to >>>install windows xp. Now supposedly I sould get a repair "r" option, but >>>I don't. It tells me I need to format to install. I guess when you >>>recived that "r" option it will bring you the option of typing the >>>admin passsword so I won't get the access denied message when I'm >>>expanding. >>> >>>The bottom line is that there is one REALLY important folder I need of >>>my C: drive and really don't care about anything else. If anyone could >>>help me that would really keep me from jumping off a bridge. >>> >>>Thanks! >>> >>> >>> >>> >>>-- >>>JoeyStalin >> >> >> > |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Pci.sys missing or corrupt...(I've tried everything)" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Missing or corrupt c_437.nls | Matrix316 | Operating Systems | 3 | 17-11-2009 08:54 AM |
| Missing or corrupt Hal.dll file | Avinash Kaur | Operating Systems | 4 | 04-03-2009 01:57 PM |
| missing or corrupt config.sys | traumajohn | MediaCenter | 4 | 29-01-2009 01:37 AM |
| NTOSKRNL.EXE is missing, or corrupt | Liv | MediaCenter | 4 | 30-06-2008 06:25 AM |
| autorun.dll missing or corrupt | leo | Vista Setup and Install | 7 | 21-10-2006 06:41 AM |