달력

5

« 2024/5 »

  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
2012. 7. 19. 19:04

Chameleon Hackintosh/Chameleon2012. 7. 19. 19:04

http://uploaded.to/folder/qin1jd

Tip : If your hackintosh doesn't boot anymore, you can follow this tutorial on a real mac / other hackintosh and 

1. Open up the Terminal app

2. Use sudo -s to assume root privileges.

3. First get the partition / disk where your Mac partition is
diskutil list

You should see something like this:
Posted Image

4. In this tutorial is the Mac disk disk0s2

5. Extract the Chameleon archive, go inside the i386 folder, and go back to the terminal. 
To do this, type "cd " (space after cd), and drag the i386 folder onto the terminal.
Then hit return.

6. Install boot0 to the MBR:
fdisk -f boot0 -u -y /dev/r[b]disk0[/b]

7. Install boot1h to the bootsector of your OS X partition:
dd if=boot1h of=/dev/r[b]disk0s2[/b]

8. Copy the ‘boot’ file to your root partition:
cp boot /

Or if it's not your current volume:

cp boot /Volumes/[volume name]

9. Now we will make our partition active.
Our disk is disk0, so our code will be:

sudo fdisk -e /dev/[b]disk0[/b]
f
2
write
y
exit

It will look like:
Posted Image

---------------------------------------------------------------
For Chameleon 2.0 only
---------------------------------------------------------------

10. Copy Themes and smbios.plist to your Extra folder.
You can some themes in this forum, as well some smbios files.

11. Finally add any kexts you wish to /Extra/Extensions folder like you usually would. 

:
Posted by Ritz®™
2012. 7. 10. 17:51

Vmware TroubleShooting Hackintosh/Q&A2012. 7. 10. 17:51

Vmwarer 를 이용하여 Mac OS X를 설치할 때, 여러가지 이슈가 있을 때 다음글을 참고하면 좋다. 물론, 이 글이 모든 이슈를 해결하는 것은 아니다. 우선 해당되는 글: http://osx86.tistory.com/1302, http://osx86.tistory.com/1098
이외의 추가 사항은 해킨카페에서 " 검색,  http://cafe.naver.com/uefi?viewType=pc



http://www.vmwarefusionlearningcenter.com/intro-to-fusion.html#1


1. 우선 내장형 그래픽 카드를 사용하거나 GPU에 Optimus기술이 적용된 경우 : Lion(10.7)버전은 우선 포기하는 것이 적절하다.

- Snow Leopard(10.6.3) 이미지를 구하여 설치해 본다.

- 삼성, LG 등의 데스크탑 일부 모델은 Intel HD 1000칩셋을 사용하는 모델이 있다.

- 설치된 이미지를 로딩하면 그냥 사과마크만 보여주고 로긴이 안된다.

- 설치하기 쉬운 가장 좋은 제품은 조립형 PC에 GPU가 장착된 Intel 시스템이 잘 된다.


Intel HD 1000

내장형 그래픽 카드를 사용하는 경우 다음과 같은 곳에서 멈추어 있는 상황이 대부분이다. 

물론 사용자가 볼때는 사과마크만 보이고 멈추어 있는 상태로 보일 것이다.


PCI Configuration begin

Quit Processor

2. AMD CPU를 사용하는 경우 : 스스로 방법을 찾아야 한다.

- AMD CPU 시스템인 경우 어쩐 일인지 잘 안된다.


3. TroubleShooting 하는 방법 : 몇가지 사항이 있는데 천천히 확인하거나 가이드대로 따라 해 보기 바란다.

- 우선 CDROM 설정에 darwin.iso 이미지 화일로 설정되어 있는지 확인해 본다.

- 또한 USB 키보드/마우스/외장드라이버/사운드카드 등을 세팅하여 Mac OS X에 직접 연동이 되게 세팅한다.


Vmware Setting

DVD Setting




:
Posted by Ritz®™
2012. 7. 8. 18:04

Install Mac OS X on ASUS P8H67 Hackintosh/Mainboard2012. 7. 8. 18:04

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

GA-Z68X-UD3H-B3  (2) 2012.09.04
GA-Z77-UD3H 와 Areca Raid Controller  (0) 2012.08.18
Thunderbolt 탑재 메인보드 해킨토시  (0) 2012.06.11
GA-H61M/67M/Z68  (0) 2012.04.24
gigabyte ga-z68mx-ud2h에 Mac OS X 설치하기  (0) 2012.04.10
:
Posted by Ritz®™

우선 ISO화일이 아니라 IMG화일이 필요하다. ISO화일을 DMG포맷으로 전환하는 것이 필요하다.

  1. 필요한 화일을 다운로드 받거나 준비한다.
  2. 터미널(/Applications/Utilities/Terminal)을 실행한다. (혹은 Finder에서 CMD + Shift + U)에서 터미널을 실행한다.
  3. hdiutil을 이용하여 .iso 화일을 .img 화일로 컨버팅하는 것이 필요하다.(e.g., hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso)
    주의: OS X 는 자동적으로 출력파일 접미사로 .dmg 화일로 출력하는 경향이 있다.
  4. diskutil list 를 실행하여 devices 목록을 확인한다.
  5. USB 메모리 스틱을 넣어준다.
  6. diskutil list 를 다시 실행하여 USB 메모리 스틱이 어떤 디바이스에 할당되었는지 확인하다.(e.g. /dev/disk2)
  7. "diskutil unmountDisk /dev/diskN"를 실행한다. (replace N with the disk number from the last command; in the previous example, N would be 2)
  8. 다음 명령어를 이용하여 디스크 이미지를 복사한다. sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m (N 은 디스크 #로 대체해야 한다. 또한, /dev/disk 보다는 /dev/rdisk 를 사용하는 것이 더 빠를 것이다.
  9. 만약, "dd: Invalid number ’1m’ 가 발생한다면 GNU dd 를 이용하고 있는 것이므로 bs=1m 대신 bs=1M 를 사용하는 것이 적절하다.
  10. 만약, "dd: /dev/diskN: Resource busy" 가 발생하고 디스크가 사용중이 아닌 것이 확실하다면 ‘Disk Utility.app’ 를 실행하여 드라이버를 unmount (빼는 것이 아니다.) 한다.
  11. diskutil eject /dev/diskN 를 실행하고 USB 메모리 스틱을 물리적으로 분리한다.
  12. Mac 을 재부팅하고 재부팅하는 동안 ALT키를 눌러서 USB 메모리 스틱을 선택하여 부팅한다.


:
Posted by uno-ani
2012. 6. 20. 10:04

ARD come back in Mountain Lion DP4 Hackintosh/Tip2012. 6. 20. 10:04

ARD 3.5.3 but, it looks ARD 3.5.2


ARD 3.5.3


If you wanna beta of Remote Desktop 3.6 Admin and want to use version 3.5 on Mountain Lion DP3. It will be helpful for you and it need a trick for working. 

If you already have ARD in Mountain Lion, just skip to 3.

1. install the version of Remote Desktop 3.5 Admin . Then upgrade to 3.5.1. 
2. download and install Pacifist that help you.
3. go to download page update Apple Remote Desktop Client version 3.5.3 . 
4. open the package with Pacifist and selecting the root of the package and click install.
5. restart the computer and Remote Desktop running! 


This way is also working on Mountain Lion GM.

:
Posted by uno-ani
2012. 6. 13. 02:54

Mountain Lion DP4 Hackintosh/Sound Card2012. 6. 13. 02:54

- ALC 889

- AppleHDA.kext (Ver. 2.3.0a57)


:
Posted by Ritz®™
Update: 

WWDC 2012에서 12코어 지원 Mac Pro 발표 

는 했지만 Thunderbolt는 지원하지 않고 그래픽 카드는 여전히 ATI Radeon HD 5870 1GB 그대로 사용하고 있다.
이렇게 된다면 Thunderbolt를 탑재한 PC 메인보드에 Mac OS X 를 설치하는 것이 여전히 장점을 유지할 수 있다.  
물론, Mac OS X 지원되는 Thundbolt 드라이버가 있어야 하겠지만....


Update: http://events.apple.com.edgesuite.net/126pihbedvcoihbefvbhjkbvsefbg/event/index.html


Thunderbolt 탑재 메인보드 해킨토시

최근의  맥북 프로, 맥미니, 그리고 iMac은 썬더볼트가 이미 내장되어 있었지만, PC에서는 그동안 사용되지 않았다.  

최근에 아수스사에서 Intel사의 인증을 획득한 썬더볼트가 탑재된 두가지 모델의 메인보드( P8Z77-V Premium 과 P8Z77-V/Thunderbolt)를 출시하였다.  물론, MSI사에서도 썬더볼트가 탑재된 Z77A-GD80 메인보드를 출시하였지만 Intel사의 인증을 받지 않았다는 기사가 있다.  

내일 새벽에 발표될 Apple사의 새로운 맥 제품군에는 썬더볼트가 기본적으로 탑재될 것이 에상되지만 일반PC에 Mac OS X 를 설치했을때 썬더볼트가 과연 제대로 인식될 것이지 궁금해진다.



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

GA-Z77-UD3H 와 Areca Raid Controller  (0) 2012.08.18
Install Mac OS X on ASUS P8H67  (0) 2012.07.08
GA-H61M/67M/Z68  (0) 2012.04.24
gigabyte ga-z68mx-ud2h에 Mac OS X 설치하기  (0) 2012.04.10
Mac OS X 설치하기 P8P67  (2) 2012.04.05
:
Posted by Ritz®™

삼성전자 SENS NT-Q330-PS65




http://blog.danawa.com/prod/?blogSection=2&cate_c1=860&cate_c2=869&cate_c3=10580&cate_c4=0&depth=3&prod_c=1182037


- iBoot Legacy CD + 10.6 

- 10.6.3 Combo Update + Moded Mach_kernel

-  But, GPU is Big trouble, give up update to 10.6.8.

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

Asus 1201N netbook에 Snow Leopard 설치하기  (0) 2012.07.21
ASUS UL80VT에 해킨토시 설치하기  (0) 2012.07.20
Asus G53JW  (0) 2012.04.12
ThinkPad E420  (3) 2012.04.03
해킨토시 Mountain Lion설치 - HP Elitebook 8540P / W  (9) 2012.02.23
:
Posted by Ritz®™