BUG FIX 0X00000101

()

BUG FIX 0X00000101

Da questo possiamo probabilmente dire:

1. Possibile RAM difettosa, andiamo avanti ed eseguiamo un Memtest per MENO DI MENO di ~ 8 passaggi (diverse ore):

Memtest86 +:

Scarica Memtest86 + qui:

http://www.memtest.org/

Che dovrei scaricare?

È possibile scaricare l’ISO precompilata che si desidera masterizzare su un CD e quindi avviare dal CD oppure è possibile scaricare l’autoinstaller per la chiave USB. Ciò che farà sarà formattare l’unità USB, renderla un dispositivo avviabile e quindi installare i file necessari. Entrambi fanno lo stesso lavoro, dipende solo da te che scegli o che hai a disposizione (che si tratti di CD o USB).

Come funziona Memtest:

Memtest86 scrive una serie di schemi di test sulla maggior parte degli indirizzi di memoria, rilegge i dati scritti e li confronta per errori.

Il passaggio predefinito esegue 9 test diversi, che variano nei modelli di accesso e nei dati dei test. Un decimo test, bit fade, è selezionabile dal menu. Scrive tutta la memoria con zero, quindi rimane in pausa per 90 minuti prima di verificare se i bit sono cambiati (forse a causa di problemi di aggiornamento). Questo si ripete con tutti quelli per un tempo totale di 3 ore per passaggio.

Molti chipset sono in grado di segnalare la velocità e i tempi della RAM tramite SPD (Serial Presence Detect) o EPP (Enhanced Performance Profile) e alcuni addirittura supportano la modifica della velocità di memoria prevista. Se la velocità di memoria prevista viene overcloccata, Memtest86 può verificare che le prestazioni della memoria siano prive di errori con queste impostazioni più rapide.

Alcuni hardware sono in grado di segnalare lo “stato PAT” (PAT: abilitato o PAT: disabilitato). Questo è un riferimento alla tecnologia di accelerazione Intel Performance; potrebbero esserci delle impostazioni del BIOS che influenzano questo aspetto del timing della memoria.

Queste informazioni, se disponibili per il programma, possono essere visualizzate tramite un’opzione di menu.

Per qualsiasi altra domanda, è possibile rispondere molto probabilmente leggendo questa ottima guida qui:

http://forum.canardpc.com/threads/28864-FAQ-please-read-before-posting

2. Se Memtest va ~ 8 passaggi senza errori, sono curioso di possibili problemi del disco rigido, quindi controlliamo anche a partire da un chkdsk e poi in Seatools:

Chkdsk:
Esistono vari modi per eseguire Chkdsk ~

Metodo 1:

Start> Barra di ricerca> Digita cmd (fai clic con il pulsante destro del mouse su Esegui come amministratore per eseguire CMD elevato)

Ora dovrebbe essere aperto CMD elevato, digita quanto segue:

chkdsk x: / r

x implica la tua lettera di unità, quindi se il tuo disco rigido in questione è la lettera c , sarebbe:

chkdsk c: / r

Riavvia il sistema e avvia chkdsk.

Metodo 2:

Aprire la finestra “Computer”
Fare clic con il pulsante destro del mouse sull’unità in questione
Selezionare la scheda “Strumenti”
Nell’area Controllo errori, fare clic su <Controlla ora>.

Se desideri ottenere un file di registro contenente i risultati di chkdsk,

procedi come segue: premi il tasto Windows + R e digita powershell.exe nella casella Esegui

Incolla il comando seguente e premi Invio in seguito:

get-winevent -FilterHashTable @ {logname = “Applicazione”; id = “1001”} | ? {$ _. providername –match “wininit”} | fl timecreated, messaggio | out-file Desktop \ CHKDSKResults.txt

Questo genererà un file .txt sul desktop contenente i risultati del chkdsk.

Se chkdsk va bene, esegui Seatools –

http://www.seagate.com/support/downloads/seatools/

Puoi eseguirlo tramite Windows o DOS. Si noti che l’unica differenza è semplicemente l’ambiente in cui lo si esegue. In Windows, se si riscontrano problemi relativi al driver di dispositivo che potrebbero causare conflitti o falsi positivi, potrebbe essere una saggia decisione scegliere ambiente di test più minimale (DOS).

Esegui tutti i test TRANNE: Correggi tutto, generico lungo e qualsiasi cosa avanzata.

3.Il driver del dispositivo causa conflitti. Verificheremo questo dopo i due precedenti.

Saluti,

——————————————————————————————————————————————-

From this we can probably say:

1. Possible faulty RAM, let’s go ahead and run a Memtest for LESS THAN LESS than 8 steps (several hours):

Memtest86 +:

Download Memtest86 + here:

http://www.memtest.org/

What should I download?

You can download the precompiled ISO that you want to burn to a CD and then boot from the CD or you can download the autoinstaller for the USB key. What it will do is format the USB drive, make it a bootable device and then install the necessary files. Both do the same job, it just depends on you that you choose or have available (whether it’s CD or USB).

How Memtest works:

Memtest86 writes a series of test patterns on most memory addresses, rereads written data and compares them by mistake.

The default step runs 9 different tests, which vary in access patterns and test data. A tenth test, bit fade, is selectable from the menu. It writes all memory with zero, then pauses for 90 minutes before checking if the bits have changed (perhaps due to updating problems). This is repeated with all those for a total time of 3 hours per passage.

Many chipsets are able to report RAM speed and times via SPD (Serial Presence Detect) or EPP (Enhanced Performance Profile) and some even support changing the expected memory speed. If the expected memory speed is overclocked, Memtest86 can verify that memory performance is error free with these faster settings.

Some hardware is able to report the “PAT status” (PAT: enabled or PAT: disabled). This is a reference to Intel Performance acceleration technology; there may be BIOS settings that affect this aspect of memory timing.

This information, if available for the program, can be viewed via a menu option.

For any other questions, you can most likely be answered by reading this excellent guide here:

http://forum.canardpc.com/threads/28864-FAQ-please-read-before-posting

2. If Memtest goes ~ 8 passes without errors, are curious about potential hard drive problems, so check also from a chkdsk and then Seatools:

Chkdsk:
There are various ways to run Chkdsk ~

Method 1:

Start> Search bar> Type cmd (right-click Run as administrator to run elevated CMD)

Now CMD should be open, type the following:

chkdsk x: / r

x implies your drive letter, so if your hard drive is letter c, it would be:

chkdsk c: / r

Reboot the system and start chkdsk.

Method 2:

Open the “Computer” window
Right-click on the drive in question
Select the “Tools” tab
In the Error Checking area, click <Check Now>.

If you want to get a log file containing the results of chkdsk,

do the following: press the Windows key + R and type powershell.exe in the Run box

Paste the following command and hit Enter later:

get-winevent -FilterHashTable @ {logname = “Application”; id = “1001”} | ? {$ _. providername –match “wininit”} | fl timecreated, message | out-file Desktop \ CHKDSKResults.txt

This will generate a .txt file on the desktop containing the results of the chkdsk.

If chkdsk is fine, run Seatools –

http://www.seagate.com/support/downloads/seatools/

You can run it through Windows or DOS. Note that the only difference is simply the environment in which you run it. On Windows, if you experience device driver problems that could cause conflicts or false positives, it may be a wise decision to choose a more minimal test environment (DOS).

Run all tests EXCEPT: Correct everything, long generic and anything advanced.

3.The device driver causes conflicts. We will verify this after the previous two.

Regards,

/ 5
Grazie per aver votato!

How useful was this post?

Click on a star to rate it!

Average rating / 5. Vote count:

No votes so far! Be the first to rate this post.

As you found this post useful...

Follow us on social media!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?