달력

10

« 2025/10 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
2013. 4. 17. 09:29

Yawang teaser -1 야왕 티저 1편 Studio/Ad & Trailer2013. 4. 17. 09:29


Yawang teaser -1 for SBS, Seoul, Korea.
Our Team made it.
It tooks one weeks after making sense and feeling.
밑에 추천 꾹 눌러 주세요.  ^ ^









'Studio > Ad & Trailer' 카테고리의 다른 글

YaWang - 시사회편  (0) 2013.05.03
YaWang  (0) 2013.04.25
YaWang  (0) 2013.04.25
Man of Steel - Official Trailer 3 [HD]  (0) 2013.04.20
무사 백동수 티저3 - baekdongsoo  (0) 2013.04.17
:
Posted by uno-ani

미국 보스턴 마라톤대회에서 15일(현지시간) 두 차례의 폭발사고가 발생해 2명이 숨지고 100여 명이 부상당했다.



'News' 카테고리의 다른 글

방사능 식물  (0) 2013.07.27
IRON MAN XXX: AN AXEL BRAUN PARODY-official trailer  (0) 2013.04.20
PSY-Gentlemac full version  (0) 2013.04.12
가수 싸이(PSY) 젠틀맨 CCTV  (0) 2013.04.12
무모한 보복 운전  (1) 2013.04.11
:
Posted by uno-ani



Windows bootloader를 이용하여 Mac OS X 설치/부팅하는 방법

아래 방법은 대단히 난이도가 있는 방법이므로 초보자들은 걍 Clover 부트로더를 USB에 설치하여 사용하는 것이 적절하다.

Windows Vista 이후의 버전을 가지고 있고 Mac OS X 를 설치하고 싶을 때 사용하면 좋다.
MBR HDD 파티션을 나누어 Windows와 Mac OS X 를 부팅할 때 GUIDE 형식으로 부팅하는 방법이다.

요구사항:
1. BIOS 형식의 PC.
2. MBR 파티션 을 가진 HDD
3. Windows Vista/7/8/2008 이후 버전.
4. Mac OS X

준비물:
1. BCD Edit
2. GRUB4DOS
4. Chameleon
5. Clover EFI

설치과정:
1. Windows를 시작한다.
2. 윈도우즈에 로긴한다.
3. 최신버전의 GRUB4DOS 를 다운로드 한다.
4. grldr.mbr 와 grldr 화일을 부트파티션의 최상위 디렉토리에 압축을 푼다.
5. 최신버전의 Chameleon 을 다운로드 한다.
6. 압축을 풀어 boot 파일명을 boot.cham 로 바꾸어 시스템 드라이버의 최상위 폴더에 복사하여 둔다.
7. 최신버전의 Clover Bootable ISO 화일를 다운로드 한다.
8. 압축을 푼 후 64 bit 혹은 32 bit .iso 화일을 clover.iso 화일명으로 바꾸어 시스템 드라이버의 최상위 폴더에 복사하여 둔다.
9. 관리자 권한으로 cmd.exe 를 실행한다.
10. 다음과 같이 실행한다.

CODE:

bcdedit /create /application bootsector

이 명령어를 실행하면 Globally Unique IDentifier (GUID) 값이 표시된다. 

예 {e05b4c23-618a-11df-89c6-001d925a73cf}

이 값을 아럐 명령어  bcdedit 명령어 중 {guid} 항목을 대체한다.
11. 아래 명령어를 위 GUID 값을 이용하여 실행한다.

CODE:

bcdedit /set {guid} device boot
bcdedit /set {guid} path \grldr.mbr
bcdedit /set {guid} description "Mac OS X"
bcdedit /displayorder {guid} /addlast

12. grldr 화일이 있는 동일 폴더에 menu.lst 화일을 아래와 같이 만든다.

CODE:

timeout 10
default 0

title Chameleon
kernel /boot.cham

title Clover
map /clover.iso (hd32)
map --hook
chainloader (hd32)

13. 컴퓨터를 재부팅한다.
14. 부팅하고 나면 윈도우즈 부트메뉴에서 Mac OS X 를 선택한다.
15. grub boot menu에서 Chameleon 을 선택한다.
16. Mac OS partition in Chameleon 부트 메뉴에서 Mac OS 파티션을 선택한다.

17. 부팅 파라메타를 -v -f npci=0x2000 를 주거나 혹은 다른 부트 파라메타를 줄 수 있다,
16. Mac OS 가 로딩될 때 까지 기다린다.
17. NTFS 파티션에 있는 clover.iso 화일을 찾아서 마운트 시킨다.

18. terminal 에서 다음 명령어를 실행한다.

CODE:

sudo cp -R /Volumes/clover.iso/EFI /

19. 끝났다. 이제 Windows 혹은 Mac OS 운영체제를 Clover 나 Chameleon 부트로더를 이용하여 부팅할 수 있다.

참고 글:
1. Create entry for Grub4dos
2. Grub4dos Guide - Configuration File Entries

'Hackintosh > Clover' 카테고리의 다른 글

Clover Installation - 클로버 설치방법  (0) 2014.05.17
Blacktype For Clover  (0) 2013.08.27
Clover Configuration Utility  (0) 2013.07.19
Clover  (2) 2013.02.25
:
Posted by uno-ani
2013. 4. 12. 17:41

F-22, F-35 etc2013. 4. 12. 17:41

F-22, F-35







'etc' 카테고리의 다른 글

나는 사나이니까 - 배따라기  (0) 2013.05.05
오빠 아직 아닌 것 같아  (0) 2013.05.05
강예빈, 떡쳐보셨어요?  (0) 2013.03.31
김연아 갈라쇼-2013  (0) 2013.03.18
애플과 구글의 주가변동  (0) 2013.03.02
:
Posted by uno-ani
2013. 4. 12. 01:04

PSY-Gentlemac full version News2013. 4. 12. 01:04





:
Posted by uno-ani
2013. 4. 12. 00:01

가수 싸이(PSY) 젠틀맨 CCTV News2013. 4. 12. 00:01




<


:
Posted by uno-ani
2013. 4. 11. 14:06

Parallels Desktop 8 설치하는 방법 Application2013. 4. 11. 14:06

Parallels 관련 프로세서 중단하는 방법

아래 그림과 같이 응용프로그램/유틸리티에서 활성상태보기(Activity Monitor)를 실행하여 Parallels 와 관련된 프로세스를 강제종료시킨다.






Parallels Desktop 8 설치하는 방법


I. 클릭하여 설치과정 진입

II. 인증키를 입력한다.


III. 기존 BootCamp 파티션에 설치된 윈도우즈가 있다면 아래 그림과 같이 오른쪽 아이콘 선택

- 윈도우즈를 새로이 설치할 때 선택

- 참고로 중앙 PC에서 마이그레이션하기 를 선택하면 엄청난 시간이 걸린다.

IV. Parallels 환경설정을 한다.




'Application' 카테고리의 다른 글

Parallels Desktop in Yosemite DP4  (0) 2014.07.24
OSX 10.8 Mountain Lion에서APM세팅하는 방법  (0) 2013.09.06
Vmware Fusion 제거/삭제하는 방법  (0) 2013.04.11
iPhoto library 분리하기  (2) 2013.01.05
Producteev  (0) 2013.01.03
:
Posted by uno-ani
2013. 4. 11. 12:27

Vmware Fusion 제거/삭제하는 방법 Application2013. 4. 11. 12:27





VMware Fusion 4.x 와 5.x 삭제/제거하는 방법

In VMware Fusion 4.x and 5.x, there is no uninstaller. Most VMware Fusion files are contained within the application bundle (that is, the VMware Fusion application in /Applications). To uninstall VMware Fusion 4.x or 5.x, drag the application bundle from theApplications folder to the Trash.

Also, ensure that you delete these additional files and folders, if they are present:

Note: Depending on the environment, some of these files may not be present. Some files may exist only if VMware Fusion 3 was originally installed on a machine that was later upgraded to VMware Fusion 4 or 5.
  • /Library/Application Support/VMware
  • /Library/Application Support/VMware Fusion
  • /Library/Preferences/VMware Fusion
  • ~/Library/Application Support/VMware Fusion
  • ~/Library/Caches/com.vmware.fusion
  • ~/Library/Preferences/VMware Fusion
  • ~/Library/Preferences/com.vmware.fusion.LSSharedFileList.plist
  • ~/Library/Preferences/com.vmware.fusion.LSSharedFileList.plist.lockfile
  • ~/Library/Preferences/com.vmware.fusion.plist
  • ~/Library/Preferences/com.vmware.fusion.plist.lockfile
  • ~/Library/Preferences/com.vmware.fusionDaemon.plist
  • ~/Library/Preferences/com.vmware.fusionDaemon.plist.lockfile
  • ~/Library/Preferences/com.vmware.fusionStartMenu.plist
  • ~/Library/Preferences/com.vmware.fusionStartMenu.plist.lockfile
Note: In Lion and Mountain Lion, the Library folder inside your user directory is hidden by default. To access your Library folder:
  1. Click the Finder icon.
  2. While holding the Option key, click the Go menu. This reveals your Library folder.

VMware Fusion 3.x 과 이전 버전

  1. Run the uninstall script named Uninstall VMware Fusion, which is located in [Macintosh HD]/Library/Application Support/VMware Fusion/.

    Note: In Lion and Mountain Lion, the Library folder inside your user directory is hidden by default. To access your Library folder:
    1. Click the Finder icon.
    2. While holding the Option key, click the Go menu. This reveals your Library folder.

  2. Click Uninstall.
  3. Enter your password.
  4. Click OK when the uninstaller finishes.
  5. Delete these folders or files:

    • [Macintosh HD]/Library/Application Support/VMware Fusion
    • [Macintosh HD]/Users/<your username>/Library/Preferences/com.vmware.fusion.plist
    • [Macintosh HD]/Users/<your username>/Library/Preferences/com.vmware.fusionDaemon.plist
    • [Macintosh HD]/Users/<your username>/Library/Preferences/VMware Fusion
    • [Macintosh HD]/Users/<your username>/Library/Application Support/VMware Fusion

  6. Restart your Mac. This ensures all VMware Fusion kernel extensions are unloaded from memory.

'Application' 카테고리의 다른 글

OSX 10.8 Mountain Lion에서APM세팅하는 방법  (0) 2013.09.06
Parallels Desktop 8 설치하는 방법  (0) 2013.04.11
iPhoto library 분리하기  (2) 2013.01.05
Producteev  (0) 2013.01.03
MacJournal 좋군요.  (0) 2012.11.01
:
Posted by uno-ani