외장하드에 윈도우 설치 하기(MACBOOK사용시) Photo

1. 깨끗한 하드(파티션 분할하여 설치 가능)

   1) diskpart.exe

   2) select volume e (e:하드)

   3) clean

   4) create partition primary

   5) format fs=ntfs quick

   6) active

   7) assign latter=e

   8 exit

2. Windows버젼은 8.1이상만 가능

3. 설치 (윈도우에서만 가능)

   1)  imagex.exe-x 다운로드

   2) 설치될 하드 디스크 연결 (Ex. E:\)

   3) 설치용 윈도우 이미지 마운트 (Ex. F:\)

   4)  imagex /info f:\sources\install.wim  실행

       이때 위쪽에 Image Count라고 나옴 이 번호 기억 (Ex. Image Count : 2)

   5) imagex /apply f:\sources\install.wim 2 e:\   실행

        윈도우가 외장하드에 설치 됨 (시간좀 걸림)

   6) 외장하드에 부트 형성

       bcdboot e:\windows /L ko-kr /s e:\  실행

   7) 외장하드 연결한 후 옵션키 누르며 부팅 하여 외장하드 선택

   8) 나머진 알아서...


참고로 : 윈도우10에선 bcdboot.exe-x 이 없음 : 이거 다운받으시길..


imagex의 기능이 생각보다많음...

그중하나..부트이미지 백업 및 복원

백업                                    imagex /Capture C: D:\MyBackup.wim "Windows 10 - %Date%%Time%" /Compress fast /Verify

기존이미지에 추가 백업     imagex /Append C: D:\MyBackup.wim "Windows 10 - %Date%%Time%" /Verify

복원                               

diskpart

select volume=C
format fs=ntfs quick label="Windows 10"
exit


imagex /Apply D:\MyBackup\Backup.wim 2 C: /Norpfix


이렇게 해주면 됨

자세한 설명은 네이년으로 검색...



 



Leave Comments