단계1. REFORMAT AND MOUNT YOUR EFI PARTITION
단계4. SET THE EFI PARTITION AS ACTIVE
- Open Applications/Utilities/Terminal
- Type: sudo -s
- Type: newfs_hfs -v EFI /dev/disk0s1
실행결과 > Initialized /dev/rdisk0s1 as a 200 MB HFS Plus volume - Type: mkdir /Volumes/EFI
- Type: mount_hfs /dev/disk0s1 /Volumes/EFI
- Download any Chameleon binary source (For this example: Chameleon-2.0-RC4-r684-bin). I recommend this one.
- Unzip the folder and place it on the desktop as shown in the picture.
- Open Applications/Utilities/Terminal
- Type: diskutil list
- Locate your EFI partition. It will be under IDENTIFIER. Be sure to use the correct one. (For this example: disk0s1)
- Type: cd
- Click and drag the Chameleon folder to Terminal, creating a path to it. This is a cool trick that you can use instead of typing the whole path. The command will become: cd /Users/****/Desktop/Chameleon-2.0-RC4-r684-bin
- Type: cd /i386
- Type: sudo fdisk -f boot0 -u -y /dev/rdisk0
- Type: sudo dd if=boot1h of=/dev/rdisk0s1
- Type: sudo cp boot /Volumes/EFI/
- Close Terminal
단계4. SET THE EFI PARTITION AS ACTIVE
- Open Applications/Utilities/Terminal
- Type sudo -s
- Enter your password.
- Type fdisk -e /dev/rdisk0
- Type p
- Type f 1
- Type w
- Type y
- Close and re-open Terminal
- Type: sudo -s
- Enter your password.
- Type: umount -f /Volumes/EFI
- Type: rm -rf /Volumes/EFI
- Type: fsck_hfs /dev/disk0s1
- Close Terminal and reboot.
'생활일기' 카테고리의 다른 글
위키미디어 재단 창립자 지미 웨일스의 호소문. (0) | 2010.12.14 |
---|---|
서두르다 잃어버린 머뭇거리다 놓쳐버린 (0) | 2010.10.23 |
파이썬 자료에 있는 감동적인 머리말 (0) | 2010.09.03 |