2010년 2월 24일 수요일

GPT-GUID 파티션 복원하기

혹은 부트로더(카멜레온, Boot Think) 제거하기


이 방법은 GPT-GUID 파티션 형식일때 사용하는 방법입니다.  MBR 파티션 형식은 다음글을 참조하여 주세요.


다윈 부트로더로 돌아가고 싶을때(How to revert to the Darwin bootloader)


1. 우선 아래의 화일을 적당한 곳에 다운로드 받아 둡니다.

<<<< Download following file.

guid-backup.bin






































 

 

2. 해당폴더에 가서 다음과 같은 터미널명령어를 입력한다.

<<< type following command in Terminal.

dd if=./guid-backup.bin of=/dev/rdisk0 bs=512 count=1



3. 마지막으로 다음과 같은 명령어를 입력하여 backup을 받아 둡니다.

<<< You can also backup your Boot Recorder.

dd if=/dev/rdisk3 of=./guid-backup.bin bs=512 count=1



4. 부가적으로 다음과 같은 명령어를 알아두면 이해하기 쉽습니다.

<<<< Followings is additional command, "diskutil".


#diskutil list





5. 마지막으로 /Extra 폴더나 /Darwin 폴더를 제거하면 깔끔하게 GPT-GUID 파티션 초기 설정으로 돌아가게 됩니다.


댓글 6개:

  1. diskutil로 반드시 복구할려는 하드디스크가 첫번째 하드디스크임을 확인하여야 합니다.

    답글삭제
  2. windows에비해 osx를 쓸때는 이런 종류의 partition복원 app들을 찾지못해 partition 정보가 고장나면 불편했었는데 유용하게 쓰겠군요.

    답글삭제
  3. @snow leopard - 2009/05/06 22:02
    아하 네,,,이를테면 Chameleon 을 EFI파티션에 설치하면 XPC에서 인식불능이 됩니다. 이런 경우 이렇게 파티션 복원을 해주면 사용가능하게 됩니다.

    당근 PCEFI 를 설치했다가 CHAMELEON 이나 XPC 방식으로 전환할때도 용이합니다.

    답글삭제
  4. trackback from: 다윈 부트로더로 돌아가고 싶을때(How to revert to the Darwin bootloader)
    Source : http://ipis-osx.wikidot.com/forum/t-135336  1. Boot from Apple Install DVD, wait all the stuffs to load, and launch Disk Utility. 2. Unmount your OSX partition in Disk Utility 3. Close Disk Utility, open Terminal and type: diskutil list — you w..

    답글삭제
  5. 터미널로 어떻게 가는지좀 알려주세요~

    답글삭제
  6. @lee - 2010/03/19 14:28
    응용프로그램 -> 유틸리티 > 터미널 있습니다.

    답글삭제