< 윈도우즈 7 부팅 에러 복구 >
    Windows 7 booting error recovery
   

//====

* 방법1 - bcdboot.exe
윈도 설치 시디로 부팅
Shift + F10 눌러서 명령창 띄움
bcdboot c:\windows /s c: /l ko-kr



//====
* 방법2 - bootsect.exe
윈도 설치 시디로 부팅, Shift + F10 눌러서 명령창 띄움
또는 WinPE 로 부팅

bootsect.exe 는 기본 프로그램이 아님
다운 받아서 c:\에 복사

bootsect, PASS-1.7z


c:\bootsect /nt60 all /mbr



//====
* 방법3 - EasyBCD 1.7.2.exe
부팅되는 PC에 복구하려는 HDD를 연결
EasyBCD 실행
 

EasyBCD 1.7.2, PASS-1.7z


 
//========================
SSD Speed Tweaks(파티션 정렬)
org : http://www.speedguide.net/articles/ssd-speed-tweaks-3319

* SSD Partition Alignment
AOMEI Partition Assistant 이용하면 데이터 손상없이 정렬할수 있음
Alignment 옵션의 Optimize를 선택하면 섹터 2048이 자동선택되고 offset은 1024k(1M)로 조정됨

주의!! 아래 방법은 파티션을 생성하는 명령
사용중인 디스크에 실행하면 부팅 불능 됨
    diskpart
    list disk
    select disk N      (where "N" is the number for your SSD in the "list disk" command)
    create partition primary align=1024
    active
    exit

확인
    diskpart
    list disk
    select disk N    (where "N" is the number for your SSD in the "list disk" command)
    list partition


* TRIM Support

org : http://cappleblog.co.kr/503


확인
fsutil behavior query DisableDeleteNotify
    DisableDeleteNotify = 0 (작동중)
    DisableDeleteNotify = 1 (비활성)

설정
fsutil.exe behavior set DisableDeleteNotify 0



* Firefox - Use memory cache
램디스크에 설정했으면 아래 과정은 필요 없음

browser.cache.disk.enable -> false

정수값 추가
disk.cache.memory.capacity  : 32768 for 32MB, 65536 for 64MB,



* Superfetch
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters
EnableSuperfetch
    0 - 슈퍼페치를 아예 사용하지 않는다.
    1 - 프로그램이 실행될 때 프리페치를 사용한다.
    2 - 시동 프리페치를 사용한다. <---
    3 - 모든 방식의 프리페치를 사용한다.

* ReadyBoost
    - 플래시 메모리 속도 향상

//=======================================================================
이벤트 뷰어 에러 수정
* Circular Kernel Context Logger"을(를) 시작하지 못했습니다. 오류: 0xC0000035
파일이름 변경: %windir%\panther\setup.etl ->  setup.etl.old


* ReadyBoot"이(가) 중지되었습니다. 오류: 0xC0000188
ReadyBoot.etl 파일의 최대 크기를 늘린다
성능 모니터 -> 데이터 수집기 집합 -> 시작 이벤트 추적 세션 -> ReadyBoot 더블클릭
    -> 중지 조건 -> 최대크기 : 128


org : http://social.technet.microsoft.com/Forums/windows/en-US/d74859fb-f1c1-434f-b084-fd26da581c6e/session-readyboot-stopped-due-to-the-following-error-0xc0000188

Windows 7 set the ReadyBoot.etl file to 20MB and in the event logger this size often is maxed during boot (aka not enough), increasing it can really help.

I do not recommend a value above 256mb, the best size imo is 128mb.

How to tweak it:
1)   Search, Performance Monitor
2)   on your left side, expand DATA COLLECTORS SETS
3)   Click on STARTUP EVENT TRACES
4)   on your right side you'll find a list, double click READYBOOT
5)   click on the STOP CONDITION tab and set the size you want
6)   press OK , close everything, reboot
//=======================================================================


//참고
http://blog.daum.net/blackbii/114


반응형

'Tips' 카테고리의 다른 글

ublock origin , adblock plus 필터 사용법  (0) 2013.09.25
windows xp 종료 시간이 오래 걸릴때  (0) 2013.09.24
Cache folder change  (0) 2013.09.23
램디스크 비교  (0) 2013.09.23
windows 7 부팅 usb 만들기  (0) 2013.09.20
Posted by codens