일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- Windows Server 2016 Hyper-v Cluster
- SQL Server 2012R2 FCI
- cluster node as Domain controller
- Xperf
- Nested VM
- iSCSI target
- 인문고전
- Hyper-V
- 터키여행
- Local TempDB
- LiveKD
- 프로세스 CPU 사용량
- SQL Server 2008
- nonpaged pool
- ftp7.5 장애조치 클러스터
- 안철수
- 클러스터
- windbg
- FTP7.5
- Windows Server 2008
- Session space
- windows media service
- MSCS on VMWare
- 작업관리자
- paged pool
- windows debugging tool
- windows update
- failover cluster
- Windows Server 2016
- dsquery
- Today
- Total
류짱:Beyond MySelf
Windows server 2008 R2 부팅 오류 #1 본문
[환 경]
Windows server 2008 EE R2
[문의 사항]
하드웨어 교체 후시스템을 재 시작 하였으나 시스템 복구 옵션으로만 부팅이 되어 정상 부팅을 할 수 없는 현상에 대한 조치 방법
[증 상]
HBA 카드 교체와 백업 프로그램 설치 후 시스템 재 시작 하였으나 시스템이 정상 부팅 되지 않고 시스템을 시작 하면 아래와같이 복구 모드로만 시작 됨
Cannot Boot OS with Normal Mode
[확인 사항]
2. “Safe Mode” Booting 시 동일 증상 발생
3. “System Recovery Options”에서 “Windows Memory Diagnostic” 진행 후 Booting 시 동일 증상 발생
4. BCDEDIT 확인 – Boot 특정 문제 확인 안됨 (Recoveryenabled Yes)
5. “System Recovery Options” “Command Prompt”에서 System Partition 확인 시 특정 문제 확인 안됨
[조치 방법]
복구옵션에서 명령프롬프트 선택 후 bcdedit 명령어로 시스템 부팅 파일 Rebuild
· bcdedit /export C:\BCD_Backup
· c:
· cd boot
· attrib bcd -s -h -r
· ren c:\boot\bcd bcd.old
· bootrec /RebuildBcd
How to use the Bootrec.exe tool in the Windows Recovery Environment to troubleshoot and repair startup issues in Window
http://support.microsoft.com/kb/927392
부팅 파일 리 빌드 후 시스템 재 시작 하였으나 아래와 같은 오류 발생으로 시스템 부팅 실패 됨
=> %systemroot%\drivers\elxplus.sys 드라이버로드가 실패 됨
* System 정상 부팅 되지 않은 원인으로 %systemroot%\drivers\elxplus.sys가 Unsigned Driver입니다.
자 이제 시스템 재 시작시 복구 옵션이 자동으로 시작되지는 않는데....위 와 같은 특정 드라이버의 오류 때문에 그래도 시스템이 정상 부팅 되지 않고 있습니다.
이 상황에서 어떻게 시스템이 정상으로 부팅 되게 할 수 있을 까요?