Windows failed to start. Status: 0xc000000e
Windows failed to start. A recent hardware or software change might be the cause. To fix the problem:
1. Insert your Windows installation disc and restart your computer.
2. Choose your language settings, and then click "Next."
3. Click "Repair your computer."
bcdedit /set {default} device partition=c:
bcdedit /set {default} osdevice partition=c:
bcdedit /set {bootmgr} device partition=c:
Windows Server 2008 R2 SP1'de 0xc000000e hata mesajı ile karşılaştığımızda çözüm olarak aşağıdaki adımları uygulayabiliriz.
- Sunucuyu Windows Server 2008 kurulum medyası ile başlatıyoruz.
- Repair modunu seçiyoruz
- Repair modundan Command Promt seçeneğini seçiyoruz
- Aşağıdaki komutları çalıştırıyoruz.
bcdedit /set {default} osdevice partition=c:
bcdedit /set {bootmgr} device partition=c:
Detaylar için http://support.microsoft.com/kb/2261423
Hiç yorum yok:
Yorum Gönder