달력

5

« 2024/5 »

  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
2009. 10. 24. 18:57

Permissions & KEXT Caches Hackintosh/Tip2009. 10. 24. 18:57

Mac OS X를 사용하면서 가장 문제점이 될 수 있는 것이 잘못된 권한이나 부적절한 kext cache 를 생성하는 것입니다.

항상 필요한 것은 아니지만, extensions을 수정/추가하거나 새로운 kexts가 추가되는 새로운 소프트웨어를 설치하였을때, 디스크유틸리티에서 권한복구를 하여주거나 kext caches를 새로이 만들어주는 것이 필요합니다.

물론, x86osx : Leopard driver 설치 방법 에서와 같이 kext helper를 이용하는 것이 편리한 방법이긴 하지만, 여기에서는 터미널을 이용하는 방법으로 다음과 같은 명령어를 주어 매뉴얼로 수행할 수도 있습니다.:


$ sudo chown -R 0:0 /System/Library/Extensions

$ sudo find /System/Library/Extensions -type f -exec chmod 644 {} \;

$ sudo find /System/Library/Extensions -type d -exec chmod 755 {} \;

$ sudo kextcache -v 1 -a i386 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions


다음은 "Extra"폴더를 권한복구하여 준다.:

$ sudo chown -R 0:0 /Extra

$ sudo find /Extra -type f -exec chmod 644 {} \;

$ sudo find /Extra -type d -exec chmod 755 {} \;

$ sudo kextcache -v 1 -a i386 -a x86_64 -m /Extra/Extensions.mkext /Extra/CustomExtensions


이제 시스템을 재부팅하면 된다.

만약, 다른 하드디스크나 파티션의 권한복구해 줘야 할 필요성이 있을때는 그 경로를 유념하여 사용하면 된다.

NOTE: /S/L/E 권한은 755 이고 그 안의 파일들은 644 임에 유념해야 한다.

IMPORTANT: Place any extensions that you would normally put in Extra/Extensions into Extra/CustomExtensions. This solves several bugs people have been experiencing while using Extra/Extensions in Snow Leopard with the Chameleon RC1 & PC EFI 10.1 bootloader. If you currently have extensions in Extra/Extensions simply move them to Extra/CustomExtensions before running the above commands or using the script below.

If you’ve tried using the manual method listed above to fix permissions but you are still having problems – or you just want to speed things up – I have written the following script which automates the process.

스크립터 다운로드: pfix v1.2

더블클릭하여 이 스크립터를 수행하거나 다음과 같은 커맨드를 이용하여 이 스크립터를 수행할 수 있다.

“sudo /path/to/pfix”

만약 “command not found” 혹은 “Permission denied” 라는 에러메시지가 나오면 다음과 같은 커맨드를 이용하여 스크립터 권한을 수정하여 주어야 한다.

“sudo chmod 755 /path/to/pfix”

Note: Place extensions that would normally run in Extra/Extensions into Extra/CustomExtensions for this script to work. (this solves some bugs people have been having with using Extra/Extensions in Snow Leopard).

IMPORTANT: This script is intended to be used for correcting permissions and building kext caches on Snow Leopard ONLY! Do not use this script to repair permissions on Leopard or Tiger! Also do not use on a real MAC [it is for hackintosh only].


:
Posted by Ritz®™
2009. 10. 22. 21:00

MSI P43 Neo3-F Hackintosh/Mainboard2009. 10. 22. 21:00

Motherboard: MSI P43 Neo3-F
Processor: Intel Core 2 Duo E7200 2.5ghz
RAM: Corsair 4GB XMS2 1066mhz
HDD: Western Digital 500 GB SATA
Video Card: XFX nVidia 9600 GT 512 MB
Optical Drive: IDE DVD/CD drive

소개

리테일 설치 방법에는 두가지가 있다. 해킨 이미지를 이용하여 설치한 OSX가 있으면 더욱 좋다. 그렇지 않다면 BOOT-132 USB를 이용한 설치방법을 참고하고 첨부된 kext를 Transmac프로그램을 이용하여 윈도우즈에서 initrd.img 화일에 넣어주거나 설치된 맥에서 initrd.img화일을 마운트하여 넣어주면 된다.

설치방법 1.
다음 화일을 다운로드 한다.
http://www.mediafire.com/file/jozmlme5nzz/MSI_P43_Neo3-F_Retail.zip
P43칩셋을 사용하는 마더보드를 위한 드라이버와 사운드 카드용 코덱 덤프를 넣어 두었으므로 유사한 보드나 사운드 카드를 사용한다면 다운로드 받은 화일을 이용하면 좋다. 이더넷 카드 드라이버는 뺏다.

1) 다운로드 받은 화일을 데스트탑(바탕화면)에 저장하고 압축을 푼다.

2) 디스크 유틸리티를 실행하여 새로운 GPT+GUID 파티션을 만들고 이름을 "MachintoshHD"로 준다.

3) 10.5.6 Retail DVD나 이미지를 마운트한다.

4) 터미날을 실행하여 다음 순서대로 명령어를 준다.

#sudo -s
#cd /Volumes/Mac\ OS\ X\ Install\ DVD/System/Installation/Packages

(enter)

#open OSInstall.mpkg

5) 2번에서 만들었던 "MachintoshHD"에 10.5.6 을 설치한다.

6) 10.5.7 combo update를 다운로드 받아서 실행한다.
다음 링크는 10.5.6 콤보 업데이트 링크이다.

link:
http://wsidecar.apple.com/cgi-bin/nph-reg3...Combo10.5.6.dmg


7) Boot Think나 Chameleon 최신 버전을 "MachintoshHD"에 설치한다. 이때, 초보이신 분들은 efi 옵션을 선택하지 않는 것이 좋다.

8) extra폴더에 가서 DSDT patch를 실행한다. "Force Compile"을 체크하고 destination drive는 "MachintoshHD"를 선택하고 "apply patch to"를 체크한다.

9) 재부팅하여 "MachintoshHD"로 부팅한다.


10) IEthernet 드라이버등을 설치하여 준다.
11) Extra 폴더의 codec dump를 AppleHDAPatcher에 드래그 앤 드랍으로 떨구어 오디오 카드를 설정하여 준다.
12) 나머지는 필요에 따라 패치를 적용하여 준다.

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

Gigabyte GA-EX58-UD5 (core i7) USB v3.0  (0) 2009.11.04
10.5.7 on an Asus P5QL/EPU  (0) 2009.10.25
GA-EP45-UD3L  (0) 2009.10.21
Asus P5P43TD Pro  (0) 2009.10.21
ASUS P5KC 에 IATKOS 설치 DVD로 OSX 설치하기  (0) 2009.10.17
:
Posted by Ritz®™

IDE DVD-ROM 이 IATKOS 설치이미지가 지원하지 못하는 JMB363 controller에 후킹하기 때문에 에러 메시지가 발생한다.

SATA DVD-ROM 혹은 SATA 를 IDE/ATAPI converter를 이용하여 연결한다.

Promise Ultra133 TX2 같은 IDE 애드론 카드를 이용하면 이와 비슷한 역활을 하기 때문에 이용하는 방법도 좋다.

iATKOS 설치 DVDJMB363에 연결된 하드드라이버나 혹은 ICH9 Controller 1의 두개의 하드 연결중 하나에 이를테면 SATA 1 이나 2에 설치한다.
안타깝게도 Atheros NIC 는 동작하지 않으므로 저렴한 RTL8139 랜카드를 하나 구한다.

설치한 후에 ICH9 Controller 2 와 사운드카드 ALC883을 동작시키기 위해 다음과 같은 작업을 한다.


ICH9 SATA (Vendor: 8086, Device ID: 2921 [Controller 1] & 2926 [Controller 2])

————————————

1. terminal을 실행하고 다음과 같은 순서로 커맨드를 입력한다.


# sudo su

# nano /System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleIntelPIIXATA.kext/Contents/Info.plist

Remove ” 0x29268086” from the line:

<string>0x29218086 0x29268086</string>

to make it look like this:

<string>0x29218086</string>

Save and exit nano (Ctrl+o Ctrl+x).


# nano /System/Library/Extensions/AppleVIAATA.kext/Contents/Info.plist

Add “0x29268086 ” to the line:

<string>0x2363197B 0x31491106 0x00e310de 0x005410de 0x005510de</string>

to make it look like this:

<string>0x29268086 0x2363197B 0x31491106 0x00e310de 0x005410de 0x005510de</string>

Save and exit nano (Ctrl+o Ctrl+x).


# rm /System/Library/Extensions.mkext
# rm /System/Library/Extensions/Caches/com.apple.kext.info

# kextcache -k /System/Library/Extensions/


2. 재부팅한다.
3. BIOS에서 Intel ATA 를 Enhanced/IDE 로 JMicron 을 IDE 로 세팅해준다.




Realtek HD Audio ALC883 (Vendor: 10ec, Device ID: 0883)

————————————

1. 다음툴들을 다운로드한다.

- AppleHDAPatcherv1.20.zip here: http://forum.insanelymac.com/index.php?showtopic=32859

- 883_Asus_P5KC_codec_dump.txt here: http://forum.insanelymac.com/index.php?s=&…st&p=547910

2. 드래그 앤 드랍으로 883_Asus_P5KC_codec_dump.txt 을 AppleHDAPatcherv1.20 에 넣어 다음 진행하는 순서대로 진행한다.

3. 재부팅한다.

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

GA-EP45-UD3L  (0) 2009.10.21
Asus P5P43TD Pro  (0) 2009.10.21
GA-EX58-UD3R  (0) 2009.07.08
dsdt magic  (0) 2009.07.06
Iwill P4HT2 구형 메인보드에 OSX 를 설치하다.  (0) 2009.06.07
:
Posted by Ritz®™
2009. 7. 17. 09:09

iMovie 8.0.4 Update macOS/Update2009. 7. 17. 09:09

'macOS > Update' 카테고리의 다른 글

Microsoft Office 2008 12.2.3 Update  (0) 2009.11.11
Security Update 2009-006  (0) 2009.11.10
Safari 4.0.2 update  (0) 2009.07.10
iphoto 관련 Software Update  (0) 2009.07.06
Safari 4 Update  (0) 2009.06.09
:
Posted by Ritz®™

눈범을 설치한 후 부팅후에 "mdworker"와 관련된 커널패닉 현상을 겪어시는 분들은 이 유틸리티를 한번 사용해 보시기 바랍니다.

http://rapidshare.com/files/236461716/KextUtility.v2.3.2.full.Snow.Leo.x64.ready.by.cVad .dmg.zip


:
Posted by Ritz®™
2009. 6. 21. 05:38

10.5.8 will be released for Developer News2009. 6. 21. 05:38

10.5.8(9L61) will be released for Developer!!
Maybe Fake?

'News' 카테고리의 다른 글

iTunes 9.0.2  (0) 2009.10.30
10.6.2(10C535)  (0) 2009.10.30
1Password Update  (0) 2009.06.09
New Mac Book in WWDC 2009  (0) 2009.06.09
충격적인 소식  (0) 2009.06.02
:
Posted by Ritz®™
2009. 6. 9. 02:14

New Mac Book in WWDC 2009 News2009. 6. 9. 02:14

'News' 카테고리의 다른 글

10.5.8 will be released for Developer  (0) 2009.06.21
1Password Update  (0) 2009.06.09
충격적인 소식  (0) 2009.06.02
실시간 운영체제 시장 잠식률  (0) 2009.05.18
2011년까지 전자정부 웹 표준화 추경사업 시행  (0) 2009.05.17
:
Posted by Ritz®™

요즈음 너무 심심하여 친구와 애기중에 눈범 애기가 나왔습니다.

과연 에이372버전이 나올 것인가? 에이355이후 버전이라면,,,,

그나저나 삼오오버전은 보안유지를 극도로 진행하고 있는 것 같은데 뭔가 이유가 있을 듯,,,,,,,

'macOS > Snow Leopard' 카테고리의 다른 글

10A394?  (0) 2009.07.05
Install Snow Leopard on a PC  (0) 2009.06.21
과연 10A372가 나올 것인가? 10A355이후 버전이라면,,,,  (5) 2009.06.06
Snow Leopard에 3G 탑재?  (0) 2009.05.08
Snow Leopard에 3G 탑재?  (0) 2009.05.08
:
Posted by Ritz®™