'해킨토시'에 해당되는 글 3건

  1. 2009.06.13 절전모드 해제시 에러
  2. 2009.03.06 해킨토시 설치 - Mac 설정
  3. 2009.03.05 해킨토시 설치 - Mac OSx86 2

절전모드 해제시 에러

|
$sudo pmset -a hibernatemode 0 
_CFGetHostUUIDString: unable to determine UUID for host. Error: 35

1. /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist 수정

1.) BACKUP your /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
2.) Open /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
3.) ADD AFTER <string>Ethernet</string></dict> the following:
<dict>
<key>BSD Name</key>
<string>en3</string>
<key>IOBuiltin</key>
<false/>
<key>IOInterfaceType</key>
<integer>6</integer>
<key>IOInterfaceUnit</key>
<integer>3</integer>
<key>IOLocation</key>
<string></string>
<key>IOMACAddress</key>
<data>
ABbPoF5V
</data>
<key>IOPathMatch</key>
<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/P0P3@1C,2/
IOPCI2PCIBridge/pci14e4,4311@0/AirPort_Brcm43xx/IO80211Interface</string>
<key>SCNetworkInterfaceType</key>
<string>IEEE80211</string>
</dict>

4.) IF you have more than 3 interfaces or there is an "en3" interface change it to "en4" or a higher number, don't forget to change this "<integer>3</integer>" to "<integer>4</integer>".
5.) You need to REBOOT
6.) If this work for you please tell me. 
7.) If this workaround did not work please provide your system.log and yourNetworkInterfaces.plist.

Why does this error happen?
Well at looking at the source code of the configd there is a plugin "InterfaceNamer" it seams the plugin will always skip interfaces 
that are IOBuiltin = false. The "<key>IOBuiltin</key>" cannot be changed because the plugin will check and restore it on next boot.
But it does not check if wireless interfaces <key>SCNetworkInterfaceType</key><string>IEEE80211</string> are IOBuiltin.
Like I say this is only a workaround and there will be more need of testing.

2. /System/Library/Extensions/IONetworkingFamily.kext/Contents/MacOS/IONetworkingFamily 수정 

You can get it here.
Unpack it an place it to/System/Library/Extensions/IONetworkingFamily.kext/Contents/MasOS/
If you used my workaround please restore your backup of NetworkInterfaces.plist.

This fix will set IOBuiltin = true for all network devices.


해결 법의 원본은 여기에.....
And

해킨토시 설치 - Mac 설정

|
  1. root 계정 활성화
    $dsenableroot

  2. 절전모드로 빠졌을때 Wake Kernel !! 문제 해결
    부팅시에 F8 을 눌러서, -nowake 옵션으로 부팅
    $sudo pmset -a hibernatemode 0
    $sudo rm /var/vm/sleepimage


And

해킨토시 설치 - Mac OSx86

|
첫번째 시도, Kalyway_10.5.2_DVD_Intel_Amd
실패
  1. 설치 완료후에, 재부팅 못하고 검은 화면에 먹통.
  2. 강제 재부팅 후에는, 부팅시에 검은 화면에 먹통.

두번째 시도, iPC_OSx86_10_5_6_Universal_PPF5_Final
실패
  1. 첫번째 시도와 같은 증상

세번째 시도, iDeneb_v1.4_OSx86_ISO
실패
  1. 처음 부팅시 아래와 같은 에러
    boot0: MBR
    boot0: done
    boot1: error
  2. fdisk 조치후에는 커서만 깜박깜박
  3. 확정 저널링으로 포맷하라고 해서, 포멧후 소문자로만 디스크 이름 다시 정하고 재설치.
  4. 부팅시에 검은 화면에 먹통.


네번째 시도,
 iPC_OSx86_10_5_6_Universal_PPF5_Final
성공

  1. 두번째 시도 했었을때 [Mac OS 확장(저널링)] 으로 설치를 안했던 기억이 나서-_-
    파티션 포멧시에 설정을 바꾸고, 파티션 이름도 소문자로 바꿈.
  2. 설치시에 사용자 옵션에서, 모든 옵션을 다 끄고,
    그래픽 카드 드라이버 (Intel GMA 950)
    사운드 카드 드라이버 (AD1981)
    PS/2 Keyboard 패치
    만 설정하고 설치


Dev 툴까지 설치해봐야 알겠지만,

대충 처음에 한 10번 정도 설치하고 성공했군...

And
prev | 1 | next