Microsoft MVP성태의 닷넷 이야기
오류 유형: 537. "sfc /scannow" 실행 중 시스템이 부팅되는 현상 [링크 복사], [링크+제목 복사],
조회: 20267
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)

"sfc /scannow" 실행 중 시스템이 부팅되는 현상

얼마 전부터 컴퓨터가 좀 이상했습니다. 대부분은 제가 최대 절전 모드로 종료를 하기 때문에 괜찮았는데, 새롭게 재부팅을 하는 경우에는 부팅 후 초기에 여러 복잡한 작업을 하면 윈도우 운영체제가 비정상 종료하는 현상이 발생합니다. 그래서, 그런 경우에는 부팅 후 잠시 자리를 비운 다음 돌아와서 작업을 했는데요... 물론 그럴 때는 또 괜찮았습니다. ^^;

아무래도 안 되겠다 싶어서, 관리자 권한의 명령행을 띄워 "sfc /scannow"를 실행했는데요. 100% 완료되기도 전에 말 그대로 ^^; 100% 확률로 컴퓨터가 강제로 재부팅이 되어버립니다. 즉 sfc 실행을 완료하지 못하는데요. 이럴 때는 안전 모드로 부팅해 "sfc /scannow"를 실행해야 합니다.

이를 위해 "msconfig.exe"를 띄워 다음 그림과 같이 "Safe boot"에 체크하고 재부팅을 하면 됩니다.

sfc_scannow_1.png

또는 현재의 부팅 설정을 복사해 새로운 부팅 항목을 생성해서,

c:\temp> bcdedit /copy {current} /d "Windows Safeboot"

"Safe boot" 전용 항목으로 설정해서 사용하는 것도 좋은 방법입니다.

sfc_scannow_2.png

이렇게 해서, 컴퓨터를 종료 후 다시 전원 버튼을 눌러 켜는 경우 최초 화면에 "Choose an operating system"이라고 묻는 단계가 나오는데 거기에 "Safe boot"로 선택했던 항목을 설정해 시작하면 됩니다.

일단 안전 모드로 부팅이 되었으면 명령행에서 "sfc /scannow"를 실행 시 정상적으로 100% 단계까지 진행하는 것을 확인할 수 있습니다. 그리고 대부분 다음과 같은 식의 메시지를 보게 될 것입니다. ^^

D:\> sfc /scannow

Beginning system scan.  This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection found corrupt files and successfully repaired
them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.




참고로, bcdedit 수행 시 다음과 같은 오류가 발생한다면?

C:\temp> bcdedit /copy {current} /d "Windows Safeboot"
The specified entry identifier is not valid.
The parameter is incorrect.

명령행 창을 관리자 권한으로 실행한 상태여야 합니다.




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]

[연관 글]






[최초 등록일: ]
[최종 수정일: 3/12/2020]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 46  47  [48]  49  50  51  52  53  54  55  56  57  58  59  60  ...
NoWriterDateCnt.TitleFile(s)
12774정성태8/11/202118681.NET Framework: 1087. C# - Collection 개체의 다중 스레드 접근 시 "Operations that change non-concurrent collections must have exclusive access" 예외 발생
12773정성태8/11/202118160개발 환경 구성: 595. PyCharm - WSL과 연동해 Django App을 윈도우에서 리눅스 대상으로 개발
12772정성태8/11/202118515스크립트: 21. 파이썬 - 윈도우 환경에서 개발한 Django 앱을 WSL 환경의 uwsgi를 이용해 실행 [1]
12771정성태8/11/202117157Windows: 196. "Microsoft Windows Subsystem for Linux Background Host" / "Vmmem"을 종료하는 방법
12770정성태8/11/202117295.NET Framework: 1086. C# - Windows Forms 응용 프로그램의 자식 컨트롤 부하파일 다운로드1
12769정성태8/11/202114286오류 유형: 752. Python - ImportError: No module named pip._internal.cli.main 두 번째 이야기
12768정성태8/10/202115680.NET Framework: 1085. .NET 6에 포함된 신규 BCL API [1]파일 다운로드1
12767정성태8/10/202116591오류 유형: 752. Python - ImportError: No module named pip._internal.cli.main
12766정성태8/9/202114663Java: 32. closing inbound before receiving peer's close_notify
12765정성태8/9/202115666Java: 31. Cannot load JDBC driver class 'org.mysql.jdbc.Driver'
12764정성태8/9/202153873Java: 30. XML document from ServletContext resource [/WEB-INF/applicationContext.xml] is invalid
12763정성태8/9/202117790Java: 29. java.lang.NullPointerException - com.mysql.jdbc.ConnectionImpl.getServerCharset
12762정성태8/8/202120767Java: 28. IntelliJ - Unable to open debugger port 오류
12761정성태8/8/202117252Java: 27. IntelliJ - java: package javax.inject does not exist [2]
12760정성태8/8/202113657개발 환경 구성: 594. 전용 "Command Prompt for ..." 단축 아이콘 만들기
12759정성태8/8/202119063Java: 26. IntelliJ + Spring Framework + 새로운 Controller 추가 [2]파일 다운로드1
12758정성태8/7/202118523오류 유형: 751. Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode)
12757정성태8/7/202119171Java: 25. IntelliJ + Spring Framework 프로젝트 생성
12756정성태8/6/202116699.NET Framework: 1084. C# - .NET Core Web API 단위 테스트 방법 [1]파일 다운로드1
12755정성태8/5/202117371개발 환경 구성: 593. MSTest - 단위 테스트에 static/instance 유형의 private 멤버 접근 방법파일 다운로드1
12754정성태8/5/202117910오류 유형: 750. manage.py - Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
12753정성태8/5/202119023오류 유형: 749. PyCharm - Error: Django is not importable in this environment
12752정성태8/4/202115681개발 환경 구성: 592. JetBrains의 IDE(예를 들어, PyCharm)에서 Visual Studio 키보드 매핑 적용
12751정성태8/4/202118182개발 환경 구성: 591. Windows 10 WSL2 환경에서 docker-compose 빌드하는 방법
12750정성태8/3/202115483디버깅 기술: 181. windbg - 콜 스택의 "Call Site" 오프셋 값이 가리키는 위치
12749정성태8/2/202114940개발 환경 구성: 590. Visual Studio 2017부터 단위 테스트에 DataRow 특성 지원
... 46  47  [48]  49  50  51  52  53  54  55  56  57  58  59  60  ...