Windows Vista Startup Hang and Boot Failure after SP1 on Corrupt Driver File (atapi.sys and ataport.sys) Di avvio di Windows Vista e Hang mancato avvio dopo SP1 su Corrupt file del driver (Atapi.sys e ataport.sys)
During installation process of Durante il processo di installazione di Windows Vista Service Pack 1 Windows Vista Service Pack 1 (SP1), at the final reboot after completion of the SP1 appears to be successfully installed, the system fails to boot and startup with an error message about a corrupt driver file (ataport.sys or atapi.sys), and recommend user to boot from the original Vista installation CD to repair the corrupted files. (SP1), al riavvio dopo il completamento definitivo del SP1 sembra essere installato con successo, il sistema non riesce ad avviare e di avvio con un messaggio di errore su un file di driver corrotti (o ataport.sys Atapi.sys), e raccomanda di fare il boot utente Vista dal CD di installazione originale per riparare i file corrotti.
However, trying to repair computer via System Recovery Options does not help to recover the computer, and system automatically rolls back and revert installation of service pack to restore point prior to the installation of SP1. Tuttavia, nel tentativo di riparazione computer tramite Opzioni ripristino di sistema non aiuta a recuperare il computer, e il sistema automaticamente rotoli tornare indietro e di installazione del service pack di punto di ripristino prima dell'installazione di SP1. Worse still, any attempt to re-install Service Pack 1 again will trigger the same corrupt drive file error. Peggio ancora, ogni tentativo di re-installare il Service Pack 1 per attivare nuovamente lo stesso errore di file corrotti unità.
Apparently, the upgrading of Windows Vista SP1 is in great mess for many users. Apparentemente, l'aggiornamento di Windows Vista SP1 è in gran pasticcio per molti utenti. Above symptom is also related to other driver corrupted error which halt and hang the boot up process after installing Windows Vista SP1. Sopra sintomo è anche legato ad altri driver danneggiato errore che arresta e appendere il processo di avvio dopo l'installazione di Windows Vista SP1. Other possible error messages are: Altri possibili messaggi di errore sono:
!! ! 0xc0000005 !! 0xc0000005! 1588/68562 (Dfrgntfs.exe) 1588/68562 (Dfrgntfs.exe)
When starting up the computer in Safe Mode, the drivers loading will stop indefinitely at the following line, with hard disk drive no longer has any activity (reading or writing, as the HDD LED is off. Quando si avvia il computer in modalità provvisoria, i conducenti di caricamento si ferma a tempo indeterminato la seguente riga, con disco rigido non ha più alcuna attività (lettura o la scrittura, come il disco rigido LED è spento.
Loading: \windows\system32\drivers\crcdisk.sys Caricamento: \ windows \ system32 \ drivers \ crcdisk.sys
To resolve and fix the unable to boot issue due to corrupted driver, a few files that cannot be loaded during boot up process has to be restored. Per risolvere e risolvere il problema in grado di avviare a causa di driver danneggiati, alcuni file che non possono essere caricati durante l'avvio processo deve essere restaurato. To do so, users can boot up via Per fare ciò, gli utenti possono avviare con Windows Vista original RTM installation DVD Windows Vista RTM DVD di installazione originale , and open up a , E aprire un command prompt in Windows Recovery Environment prompt dei comandi in Ambiente ripristino Windows to copy the files affected from the DVD to replace the corrupted files on the system drive. per copiare i file interessati dal DVD di sostituire i file danneggiati sul sistema.
- Configure in BIOS so that first or priority boot device is DVD optical drive. Configurazione del BIOS in modo che prima o la priorità di boot del dispositivo è l'unità ottica DVD.
- Insert the Vista installation DVD into the DVD drive. Vista Inserire il DVD di installazione nel lettore DVD.
- Power on the computer. Accendere il computer. If applicable, press any key to boot from DVD. Se del caso, premere un tasto qualsiasi per fare il boot da DVD.
- Once the Windows Vista installation DVD boot completes, you're asked to specify Language to install , Time and currency format and Keyboard or input method . Una volta che il DVD di installazione di Windows Vista boot completa, ti viene chiesto di specificare lingua per l'installazione, il tempo e valuta il formato e la tastiera o il metodo di input. Choose the the appropriate options and click Next button.
- On next screen, there are options to Install Now or Repair your computer. Sulla schermata successiva, ci sono le opzioni per l'installazione o riparazione ora il computer. Click on Repair your computer . Fare clic sulla riparazione computer.
- Choose the Windows installation that having problem. Scegliere l'installazione di Windows che hanno problemi. Usually there is only one instance of Windows Vista which is automatically highlighted. Normalmente vi è un solo esempio di Windows Vista che viene automaticamente evidenziata. If so, simply click Next button. Se è così, basta fare clic su Avanti.
- If you are offered any automatic repair options, cancel all of them until coming to System Recovery Options screen that offers several choices beginning with “Startup Repair” and ending with “Command Prompt”. Se si sono offerti qualsiasi riparazione automatica opzioni, di annullare tutti i loro fino ad arrivare alla schermata Opzioni di ripristino di sistema, che offre diverse scelte, che inizia con "Startup Repair" e termina con "Prompt dei comandi".
- Click on Command Prompt to open a command prompt window. Fare clic su Prompt dei comandi per aprire una finestra del prompt dei comandi. The command prompt shell should show folder location as X:\Source, where X drive is the source installation files on Windows Vista DVD. Il prompt dei comandi della shell dovrebbe mostrare come cartella X: \ Source, dove X è l'unità di origine file di installazione sul DVD di Windows Vista.
- Go to C:\Windows\System32\drivers\ folder (use cd C:\Windows\System32\drivers\ command, assuming C is your system drive), and backup the following driver files: Vai alla cartella C: \ Windows \ System32 \ drivers \ cartella (uso cd C: \ Windows \ System32 \ drivers \ comando, supponendo C è la vostra unità di sistema), e il backup dei seguenti file di driver:
acpi.sys acpi.sys
atapi.sys Atapi.sys
ataport.sys ataport.sys
battc.sys battc.sys
compbatt.sys compbatt.sys
intelide.sys intelide.sys
msahci.sys msahci.sys
pciidex.sys pciidex.sys
wmiacpi.sys wmiacpi.sys
crcdisk.sys (if affected) crcdisk.sys (se interessati)The command to backup can be of rename or copy. Il comando per il backup può essere di rinominare o copiare. For example: Ad esempio:
copy acpi.sys acpi.sys.backupor o
ren acpi.sys acpi.sys.backupAlternatively, create a backup folder with mkdir backup command in “C:\Windows\System32\drivers\”, and then copy all files to the backup folder with copy *.* backup\ command, assuming C is Vista installation drive. In alternativa, creare una cartella di backup con il comando mkdir backup in "C: \ Windows \ System32 \ drivers \", e quindi copiare tutti i file nella cartella di backup con la copia di backup *.* \ command, assumendo Vista C è di installazione.
- Then copy the original files from similar path in X drive (where the source files from DVD is mapped) to replace and overwrite the files in Windows Vista installed system drive. Quindi copiare i file originali dal percorso simile in X unità (dove il file sorgente è mappata da DVD) per sostituire e sovrascrivere i file in Windows Vista, sistema installato unità. The commands are: I comandi sono i seguenti:
copy x:\Windows\System32\drivers\acpi.sys c:\Windows\System32\drivers\acpi.sys
copy x:\Windows\System32\drivers\atapi..sys c:\Windows\System32\drivers\atapi..sys
copy x:\Windows\System32\drivers\ataport.sys c:\Windows\System32\drivers\ataport.sys
copy x:\Windows\System32\drivers\battc.sys c:\Windows\System32\drivers\battc.sys
copy x:\Windows\System32\drivers\compbatt.sys c:\Windows\System32\drivers\compbatt.sys
copy x:\Windows\System32\drivers\intelide.sys c:\Windows\System32\drivers\intelide.sys
copy x:\Windows\System32\drivers\msahci.sys c:\Windows\System32\drivers\msahci.sys
copy x:\Windows\System32\drivers\pciidex.sys c:\Windows\System32\drivers\pciidex.sys
copy x:\Windows\System32\drivers\wmiacpi.sys c:\Windows\System32\drivers\wmiacpi.sys
copy x:\Windows\System32\drivers\crcdisk.sys c:\Windows\System32\drivers\crcdisk.syscopy x:\Windows\System32\drivers\acpi.sys c:\Windows\System32\drivers\acpi.sys(if affected)
copy x:\Windows\System32\drivers\atapi..sys c:\Windows\System32\drivers\atapi..sys
copy x:\Windows\System32\drivers\ataport.sys c:\Windows\System32\drivers\ataport.sys
copy x:\Windows\System32\drivers\battc.sys c:\Windows\System32\drivers\battc.sys
copy x:\Windows\System32\drivers\compbatt.sys c:\Windows\System32\drivers\compbatt.sys
copy x:\Windows\System32\drivers\intelide.sys c:\Windows\System32\drivers\intelide.sys
copy x:\Windows\System32\drivers\msahci.sys c:\Windows\System32\drivers\msahci.sys
copy x:\Windows\System32\drivers\pciidex.sys c:\Windows\System32\drivers\pciidex.sys
copy x:\Windows\System32\drivers\wmiacpi.sys c:\Windows\System32\drivers\wmiacpi.sys
copy x:\Windows\System32\drivers\crcdisk.sys c:\Windows\System32\drivers\crcdisk.syscopy x:\Windows\System32\drivers\acpi.sys c:\Windows\System32\drivers\acpi.sys(se interessati)
copy x:\Windows\System32\drivers\atapi..sys c:\Windows\System32\drivers\atapi..sys
copy x:\Windows\System32\drivers\ataport.sys c:\Windows\System32\drivers\ataport.sys
copy x:\Windows\System32\drivers\battc.sys c:\Windows\System32\drivers\battc.sys
copy x:\Windows\System32\drivers\compbatt.sys c:\Windows\System32\drivers\compbatt.sys
copy x:\Windows\System32\drivers\intelide.sys c:\Windows\System32\drivers\intelide.sys
copy x:\Windows\System32\drivers\msahci.sys c:\Windows\System32\drivers\msahci.sys
copy x:\Windows\System32\drivers\pciidex.sys c:\Windows\System32\drivers\pciidex.sys
copy x:\Windows\System32\drivers\wmiacpi.sys c:\Windows\System32\drivers\wmiacpi.sys
copy x:\Windows\System32\drivers\crcdisk.sys c:\Windows\System32\drivers\crcdisk.sysIf prompt for overwriting destination file, answer Yes. Se richiesta di sovrascrivere file di destinazione, rispondere Sì.
- Type Exit to close the command window. Digitare Exit per chiudere la finestra di comandi.
- Restart the PC. Riavviare il PC.
The PC should be able to boot up and log on into Windows Vista desktop now. Il PC deve essere in grado di avviare e accedere a Windows Vista desktop ora. The system should prompt that Windows Vista SP1 has successfully installed, however, some files have been replaced with older versions with resolution above, so it's wise to reinstall Il sistema dovrebbe indurre che Windows Vista SP1 è installato con successo, tuttavia, alcuni file sono stati sostituiti con versioni più vecchie, con risoluzione di cui sopra, quindi è consigliabile reinstallare SP1 with standalone update package SP1 con standalone pacchetto di aggiornamento . .
IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. IMPORTANTE: You're lettura una macchina tradotto pagina che è fornito "come è" senza garanzia. Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible. A differenza di traduzione umana, traduzione automatica non comprendere la grammatica, la semantica, sintassi, idiomi del linguaggio naturale, così spesso inesatte produrre e di bassa qualità testo che è fuorviante e incomprensibile. Thus, please refer to Pertanto, si prega di fare riferimento a original English article articolo originale inglese when in doubt. quando in dubbio.
Related Articles Articoli correlati
- Fix Deleted SAM File Causing Windows Vista Unable to Boot Error Fix Eliminato file SAM Causing Windows Vista Impossibile Errore di avvio
- Windows Vista Fails to Boot After Installing SP1 with ntoskrnl.exe 0xc0000098 Error Windows Vista non riesce a avvio dopo l'installazione di SP1 con ntoskrnl.exe 0xc0000098 Errore
- Fix Logitech QuickCam (Messenger, Chat, Zoom, IM, Express) Not Compatible Driver Issue in Windows Vista SP1 Fix Logitech QuickCam (Messenger, Chat, Zoom, IM, Express) Not Compatible Driver Issue in Windows Vista SP1
- System Halt 0xc0000034 Error When Boot Up After Installing Windows Vista SP1 Interrompe 0xC0000034 Errore di sistema Quando avvio dopo l'installazione di Windows Vista SP1
- Windows Vista Cannot Auto Find Driver for New USB Device Plugged In Windows Vista non è in grado Auto Trova driver per le nuove periferiche USB collegato
- Permanently Turn Off and Disable 64-bit (x64) Windows Vista Forced Driver Signature Signing with ReadyDriver Plus Permanentemente spegnere e Disattiva a 64-bit (x64) Windows Vista Forced Driver Firma Firma con ReadyDriver Plus
- 0X80070002 License Check Failure and Unable to Logon Error After Installing Windows XP SP3 0x80070002 License Check Mancata e Impossibile Errore di accesso dopo l'installazione di Windows XP SP3
- Windows Vista SP1 May Not Install on Linux Dual Boot Systems Windows Vista SP1 non può installare Linux su sistemi dual boot
- Download Startup Manager 2.4.1 to Improve System Boot Up Time Download Startup Manager 2.4.1 per migliorare l'avvio del sistema Up Time
- How to Open Windows Vista Recovery Environment (RE) Console from Installation CD Come aprire l'ambiente di ripristino di Windows Vista (RE) Console da CD di installazione










































April 3rd, 2009 15:31 3 aprile 2009 15:31
Ignore the last message, I kept typing it wrong, its too late. Ignora l'ultimo messaggio, ho continuato a digitare è sbagliato, il suo troppo tardi.
Thanks Grazie
April 3rd, 2009 15:26 3 aprile 2009 15:26
Hi, thanks for the help. Ciao, grazie per l'aiuto. I am having one problem that I hope is simple. Ho un problema che mi auguro è semplice. When in the command prompt, it will not allow me to change directory to C:\Windows\System32\drivers\ Quando nel prompt dei comandi, non mi permette di cambiare la directory in C: \ Windows \ System32 \ drivers \
Any ideas? Qualsiasi idee?