Toon posts:

[W2NLSP3] Iedere keer mis ik de system.alt

Pagina: 1
Acties:

Verwijderd

Topicstarter
Probleem
Ik ondervind een zeer vaag probleem, soms na het uitzetten van mijn pc(waarschijnlijk via de powerknop) verlies ik een bestand met de naam system.alt(of een bestand dat er na geladen wordt) in mijn winnt/system32/config/system.

Dit is een heel vervelend probleem, want hierdoor mag ik mijn hele pc opnieuw installeren(ghost ;) ).

De fout die windows geeft als ik hem open in veilige modus is:
code:
1
2
3
4
blablabla(0)blablabl(0)blablabla(0)partition(1)\WINNT\SYSTEM32\CONFIG\SYSTEM\SYSTEM.ALT

Kan windows niet starten omdat het volgende bestand beschadigt is of niet kan worden gevonden
\WINNT\SYSTEM32\CONFIG\SYSTEM


Als ik opstart in normale modus dan zie ik eerst die balk vollopen(net voordat hij met het normale grafische boot scherm komt), dan op de helft geeft hij een flits een fout en dan heb ik geen beeld meer waardoor ik de fout niet kan openen. dus het enige dat ik weet is de fout die hij geeft als je opstart in veilige modus.

Waarschijnlijke probleemveroorzaker:
PC Uitschakelen met powerknop.

Geprobeerd zodat het zich niet meer voordoet:
Ik heb windows paar keer opnieuws geinstalleerd(zonder ghost), maar dit blijft het zelfde probleem geven.

  • camiels
  • Registratie: Januari 2001
  • Laatst online: 14-06 16:09
[google=win2k+system.alt]

"Windows could not start because the following file is missing or corrupt: \Winnt\System32\Config\System.ced"

Although this error message suggests that the System registry hive is missing or corrupt, this message typically results from the System registry hive being too large for the OS to load. For Intel-based systems, the initial stage of the boot process is limited to 16MB of available memory. During this phase of the boot process, the system must load the following items:
• Loader
• Kernel
• The hardware abstraction layer (HAL)
• Boot drivers
• System registry hive
If the System registry hive exceeds 13MB, an error can occur, resulting in the error message above. The System registry hive is meant to store only information that the OS needs to start the machine.
To resolve this error, you must replace the existing System registry hive with a smaller backup version:
1. Boot your system to the Recovery console using the Windows 2000 installation CD-ROM, selecting R for Repair and C for the Console.
2. Select the installation to repair and enter its associated recovery/administrator password.
3. Navigate to the System32\Config folder by typing the command:

cd system32\config

4. Rename the current system files by typing the commands
ren system system.old
ren system.alt systemalt.old
5. Run the Emergency Repair Disk Wizard from Win2K Backup and Recovery tools, and copy the backup System registry hive from the %systemroot%\repair folder or the %systemroot%\repair\regback folder to the current folder by typing the command
copy %systemroot%\repair\system %systemroot%\system32\config
6. Exit the recovery console by typing the command
Exit

[ Voor 2% gewijzigd door camiels op 11-01-2003 17:22 . Reden: Lay-out per ongeluk verpest, nu beter! ]