-
외장하드 부팅디스크 만들기컴퓨터/PE 2015. 7. 23. 14:04
1. 울트라ISO, PowerISO 에서 장치드라이브 인식안될때 ex) HGST 외장하드 2. diskpart, 파티션툴 이용 - Primary 와 Active 파티션에 필요파일복사 - 부팅이 안될시 (관리자cmd 실행후) bootsect /nt60 f: (외장하드) ----------------------------------------------------------------------------------------- 외장하드(USB) 포맷은 Primary 1. BOOTICE 이용 Process MBR 에서 Install ( Windows NT 5.x/6.x MBR) 2. Peocess PBR 에서 install 3. Partition Management 에서 Activate 4. 부팅이 안될시 ..
-
인텔 CPU 생산주차컴퓨터/기타 2015. 6. 29. 10:06
http://www.realcpu.co.kr/https://downloadcenter.intel.com/download/19792https://downloadcenter.intel.com/download/19791 시리얼 번호: 3204B707시리얼 번호는 정품 박스 스티커와 CPU 윗부분에 적혀있습니다. -------------------------------------첫번째 숫자(영어) 의미: 제조국가 0 = San Jose, Costa Rica (코스타리카)1 = Cavite, Philippines (필리핀)3 = Costa Rica (코스타리카)6 = Chandler, Arizona (미국 애리조나)7 = Philippines (필리핀)8 = Leixlip, Ireland (아일랜드)9 = Pen..
-
GRUB4DOS 최신버전 및 사용법컴퓨터/PE 2015. 6. 8. 19:17
http://grub4dos.chenall.net/ title Acronis TrueImage 2016 find --set-root --ignore-floppies --ignore-cd /Acronis.ISO map /Acronis.ISO (0xff) map --hook chainloader (0xff) title Acronis TrueImage 2016 set ISOfile=/ISO/Acronis.ISO find --set-root --ignore-floppies --ignore-cd %ISOfile% map %ISOfile% (0xff) || map --mem %ISOfile% (0xff) map --hook chainloader (0xff) title Acronis True Image 2016 fi..
-
UEFI 단축키 모드 부팅하기컴퓨터/백업 복구 2015. 5. 17. 09:54
https://technet.microsoft.com/ko-kr/library/jj631607.aspx 1. 관리자 cmd 에서 mountvol S: /s 또는 EFI 폴더 파티션툴로 문자할당 2. TotalCommander 이용 실행 EFI\Fabrikam 폴더 생성후 필요파일 복사 - 백업/복구 툴이용 파일추출후 복사 - 필수파일 : bootmgfw.efi , BCD만 있으면 부팅가능 3. BCD 생성 4. bootice 로 부팅 매뉴추가 S:\EFI\Fabrikam\Boot\bootmgfw.efi - bootmghw.efl 와 BCD 파일만으로도 구성가능 5. Bootice 로 기존부팅항목 수정 - VHD도 bootmgfw.efi , BCD로 단축키 단독부팅이 가능 6. 상기방식은 메인보드 고유의 ..