12 Nisan 2012 Perşembe

Windows failed to start. Status: 0xc000000e


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.
  1. Sunucuyu Windows Server 2008 kurulum medyası ile başlatıyoruz.
  2. Repair modunu seçiyoruz
  3. Repair modundan Command Promt seçeneğini seçiyoruz
  4. Aşağıdaki komutları çalıştırıyoruz.
bcdedit /set {default} device partition=c:
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

Windows Server IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde;  Internet Explorer, FileZilla vb. uygulamalar ile erişim ...