1. Boot into Windows Recovery Environment (WinRE)
- Power on the system and interrupt the startup 3 times to enter WinRE.
- Navigate to Troubleshoot β Advanced options for recovery tools.
2. Repair Boot Configuration
- Open Command Prompt in WinRE.
- Run:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
- Restart and check if Windows loads normally.
3. Run CHKDSK for Disk Errors
- In Command Prompt, type:
- chkdsk C: /f /r /x
- Allow the scan to complete and restart to fix disk corruption.
4. Update or Reinstall Storage Drivers
- Boot into Safe Mode with Networking (if accessible).
- Go to Device Manager β Storage controllers.
- Right-click β Update driver or uninstall and reinstall drivers.
5. Restore BIOS/UEFI Defaults
- Enter BIOS/UEFI during startup (usually Del, F2, or Esc).
- Reset BIOS to Default Settings.
- Ensure boot mode (AHCI/IDE/UEFI) matches the disk configuration.
6. Run System File Checker and DISM
- In WinRE Command Prompt, run:
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
DISM /Image:C:\ /Cleanup-Image /RestoreHealth
- These commands repair corrupted Windows system files offline.
7. Perform a System Restore
- Go to WinRE β Troubleshoot β Advanced Options β System Restore.
- Choose a restore point before the BSOD started.
8. Reinstall Windows if Necessary
- If all else fails and disk hardware is healthy, perform a clean Windows installation to restore a stable boot environment.
The 0x00000078 (PHASE0_EXCEPTION) BSOD occurs during the earliest stages of Windows initialisation, often due to corrupted boot files, disk errors, or driver issues.
To fix the issue:
- Repair boot configuration (MBR/BCD)
- Run CHKDSK and offline SFC/DISM scans
- Update or reinstall storage drivers
- Reset BIOS/UEFI and check hardware health
If the error persists:
- Replace failing drives or storage controllers
- Ensure BIOS settings match storage configuration
- Reinstall Windows to restore system stability
Quick troubleshooting is critical to prevent repeated boot failures and ensure a fully functional Windows environment.