달력

1

« 2025/1 »

  • 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
2010. 4. 6. 01:30

MyAsere1.1.9_installer Hackintosh/AsereBLN2010. 4. 6. 01:30


SimpleDevice
1. Boot Loader : http://j.mp/9iEIai
2. smbios.plist :.http://ul.to/j0uqqe

다운로드 받아서 걍 클릭 클릭 설치를 이용해 주세요.
물론 테마는 /Extra/Themes  를 이용하시면 됩니다.
:
Posted by Ritz®™
2010. 4. 2. 01:45

UEFI-Boot Hackintosh/XPC2010. 4. 2. 01:45



















































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

윈도우즈에서 XPC 부트로더 설치하기  (6) 2011.03.03
XPC JUNE-02  (0) 2010.06.04
XPC bootloader Update  (0) 2009.10.27
efi driver  (0) 2009.10.25
XPC Gui v0.50a  (0) 2009.10.21
:
Posted by Ritz®™
2010. 4. 1. 15:16

Chameleon 2.0-RC4 is out! Hackintosh/Chameleon2010. 4. 1. 15:16

Update!!

Chameleon 2.0-RC4 is out!



















About the new options

Hide Partition
Using this option you can enumerate all your partitions what you would like to remove from the boot menu, the syntax is similar to the Default Partition option but here you can specify many volumes in your /Library/Preferences/SystemConfiguration/com.apple.Boot.plist or /Extra/com.apple.Boot.plist:

<key>Hide Partition</key>
<string>hd(0,1) hd(2,5)</string>

In the above example the booter won’t display partition 1 on BIOS drive 0 and partition 5 on disk 2.

PciRoot
This is a similar option what you can find in PC_EFI, but we’re doing this a bit different: The default value is still 0 but you can set to any arbitrary value like:

<key>PciRoot</key>
<string>1</string>

About the patches and fixes applied in RC4-r684

Here is a quick Changelog highlight:

Fixed booting the default partition when using timeout. Added Intel Core i5 detection.
Applied rivig’s patch against all stage 1 loaders. Now linear address mapping uses 12 bit offsets. Added DigitalDJ’s SMBIOS CPU detection patch. Applied IntVar’s system-id patch. Applied hnak’s read_lba register saving patch. Added radekg’s HFS filesystem fix to handle 2GB+ file sizes. Backported ATI device injection EFI64 tables and hibernation fix from netkas’PC_EFI. Thanks and credits goes for them!

Download information

You can get the binaries here: Chameleon-2.0-RC4-r684-bin.tar.gz

Sources: Chameleon-2.0-RC4-r684-src.tar.gz


The boot: prompt waits for you to type advanced startup options.


If you don't type anything, the computer continues starting up normally. It


uses the kernel and configuration files on the startup device, which it also


uses as the root device.






Advanced startup options use the following syntax:






[device]<kernel> [arguments]






Example arguments include






device: rd=<BSD device name> (e.g. rd=disk0s2)


rd=*<IODeviceTree path> (e.g. rd=*/PCI0@0/CHN0@0/@0:1)






kernel: kernel name (e.g. "mach_kernel" - must be in "/" )






flags: -v (verbose) -s (single user mode),


-x (safe mode) -F (ignore boot configuration file)






"Graphics Mode"="WIDTHxHEIGHTxDEPTH" (e.g. "1024x768x32")






kernel flags (e.g. debug=0x144)


io=0xffffffff (defined in IOKit/IOKitDebug.h)






Example: mach_kernel rd=disk0s1 -v "Graphics Mode"="1920x1200x32"






If the computer won't start up properly, you may be able to start it up using


safe mode. Type -x to start up in safe mode, which ignores all cached


driver files.






Special booter hotkeys:


F5 Rescans optical drive.


F10 Scans and displays all BIOS accessible drives.





Special booter commands:


?memory Displays information about the computer's memory.


?video Displays VESA video modes supported by the computer's BIOS.


?norescan Leaves optical drive rescan mode.






Additional useful command-line options:


config=<file> Use an alternate Boot.plist file.






Options useful in the com.apple.Boot.plist file:


Wait=Yes|No Prompt for a key press before starting the kernel.


"Quiet Boot"=Yes|No Use quiet boot mode (no messages or prompt).


Timeout=8 Number of seconds to pause at the boot: prompt.


"Instant Menu"=Yes Force displaying the partition selection menu.






"Default Partition" Sets the default boot partition,


=hd(x,y) where 'x' is the disk number, 'y' the partition number.


"Hide Partition" Remove unwanted partition(s) from the boot menu.


=hd(x,y) [hd(m,n)]






GUI=No Disable the GUI (enabled by default).


"Boot Banner"=Yes|No Show boot banner in GUI mode (enabled by default).


"Legacy Logo"=Yes|No Use the legacy grey apple logo (disabled by default).





PciRoot=<value> Use an alternate value for PciRoot. (default value: 0).






GraphicsEnabler=Yes|No Automatic device-properties generation for graphics cards.


VideoROM=<file> Use an alternate ROM image (default path: /NVIDIA.ROM).


VBIOS=Yes|No Inject VBIOS to device-properties.






EthernetBuiltIn=Yes|No Automatic "built-in"=yes device-properties generation


for ethernet interfaces.






USBBusFix=Yes Enable the EHCI and UHCI fixes (disabled by default).


EHCIacquire=Yes Enable the EHCI fix (disabled by default).


UHCIreset=Yes Enable the UHCI fix (disabled by default).






Wake=No Disable wake up after hibernation (enbaled by default).


ForceWake=Yes Force using the sleepimage (disabled by default).


WakeImage=<file> Use an alternate sleepimage file


(default path is /private/var/vm/sleepimage).






DropSSDT=Yes Skip the SSDT tables while relocating the ACPI tables.


DSDT=<file> Use an alternate DSDT.aml file


(default path: /DSDT.aml /Extra/DSDT.aml)






SMBIOS=<file> Use an alternate smbios.plist file


(default path: /smbios.plist /Extra/smbios.plist


bt(0,0)/Extra/smbios.plist).






SMBIOSdefaults=No Don't use the Default values for SMBIOS overriding


if smbios.plist doesn't exist, factory


values are kept.






"Scan Single Drive" Scan the drive only where the booter got loaded from.


=Yes|No Fix rescan issues when using a DVD reader in AHCI mode.


Rescan=Yes Enable CD-ROM rescan mode.


"Rescan Prompt"=Yes Prompts for enable CD-ROM rescan mode.


Installation Guide

Open the Terminal and command as Followings

$ sudo dd if=boot1h of=/dev/rdisk0s2

$ sudo cp boot /

$ sudo cp -Rf i386 /usr/standalone/

If you used MBR Partition, you need install boot0 to the MBR, additionally:


$ sudo fdisk -f boot0 -u -y /dev/rdisk0


Followings is com.apple.Boot.plist:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Graphics Mode</key>

<string>1280x960x60</string>

<key>GraphicsEnabler</key>

<string>Yes</string>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string></string>

<key>SMBIOS</key>

<string>/Extra/smbios.plist</string>

<key>USBBusFix</key>

<string>Yes</string>

<key>VBIOS</key>

<string>Yes</string>

<key>VideoROM</key>

<string>nVidia8600GTS.rom</string>

</dict>

</plist>


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

Chameleon 2 RC5 rev. 747 (Trunk 699)  (0) 2011.02.22
com.apple.Boot.plist 수정하기  (0) 2010.09.08
USB Boot issue with Chameleon 2.0-RC2~RC4  (0) 2009.12.18
Chameleon-2.0-RC3-r658-bin  (0) 2009.11.22
Chameleon 설치 가이드  (0) 2009.10.28
:
Posted by Ritz®™






설치하고 현재 Mac OS X10.6.1 로 업그레이드하여 사용중이다. (전체 설치시간은 대략 23 분 정도 걸린다.).
몇 개의 이슈를 해결하고 난 후, 현재 GA-965P-DS3 메인보드를 이용중이다. smile.gif 
설치방법:

HW Config
I. 메인보드: GA-965P-DS3:

- Chipset: Intel P965+ ICH8
- LAN: Marvel (AppleYukon2.kext)
- Audio: Realtek ALC883 (AppleHDA.kext)
- S-ATA2: JMicron JMB363 (AppleVIAATA.kext)
- VGA NVidia Geforce 8800GT 256 MB
II. Disk: 320GB Samsung HD753LJ SATA2 7200 Rpm
III. CPU: Intel Core 2 Duo E6300 @1.86 Ghz
IV. RAM: 2 GB DDR2 PC6400 800Mhz Patriot
V. Video: ATI X1600Pro PCI-Express (0x1002 0x71C2)

Bios Settings GA-965P-DS3 mobo
I. SATA2 Disk connected to Purple port & SATA DVD connected to Yellow Port
II. SATA AHCI: Enable SATA Native mode: Disable
III. SATA IDE Dev: Enable SATA IDE Crtl Mode : IDE
IV. CPUID limit: Disable No-Exec MEM protect: Enable Virtualization: Enable
V. Power Mgt HPET: Enable ACPI: S3(STR)
V. HPET Mode: 64 bit.ProcedureI. 8G USBII. Boot ThinkIII. Snow Leopard 10432 Retail DVD Image.IV.
Install Guide : http://x86osx.textcube.com/383



:
Posted by Ritz®™
Update : http://cafe.naver.com/uefi/5370

First of all, Thanks el_charlie,
There was 1 IDE port (2 drives, duh) and 2 SATA ports for 4 Drives max.

Followings configuration:

- 320GB HD (MacOS)
- DVD burner on the IDE port
- 400GB SATA HD for my Windows 7 and data.

First, I got KP with IOATAFamily kext.
I’ve tried the Netkas one on S/L/E or on Extra/Extensions but I got KP anyway.

I even tried the one from my Leopard instalation (I have an external 120GB HD with 10.5.7)
and I got KP too.

The only way that I can boot is to
disabling the SATA ports on BIOS.
That way the system boots with the vanilla Kext but my data is on the SATA drive.

It’s weird because people here can’t get their IDE drives detected, but I can’t get my SATA drive detected.

What’s that more strange is that on System profiler, it just 64bit kernel loaded, but I have set up the -x32 and -arch=i386 flags on the bootloader .plist file (/Extra/com.apple.Boot.plist).

Update 11. 21

** EDIT **
Required links and kexts
fakeSMC.kext
Openhaltrestart.kext(64) : Should be change to Ev0restart.kext
NullCPUPowerManagement.kext
boot file for initial install and debugging
boot file for after install normal use in 64 bit
Chameleon-2.0-r431 << needed to make second boot file work, system bootable. found @ Chameleon’s website under RC1

I. BIOS setup


CPU: Intel Core2 Duo E8400 @ 3.06GHz - RAM: 4GB DDR2 680MHz SDRAM
Graphics: 8800GT Superclocked 512MB GDDR3 (working with GraphicsEnabler)



MoBo: Foxconn G31MV-K
Audio: Realtek ALC662 (working with patched DSDT + ALC662.kext)
HDD: 320GB Sata II (Win7 + Data) - 80GB IDE (OSX)
Optical: 16X DVD-RW LG IDE



Bootloader: Netkas' PCEFI v10.5


* disabling the SATA ports on BIOS.



:
Posted by Ritz®™


가끔 DSDT.aml파일 때문에 그래픽 카드가 안 잡히는 경우가 있습니다.  이러한 경우 DSDT.aml화일을 다른 화일명으로 바꾸어 주고 난 다음 "Graphic Enaler"만으로 잡아주어야 합니다.

- 일반적으로 지포스 계열 카드를 제대로 잡았다면 듀얼모니터는 기본적으로 잘 잡아준다.
- 특히  Clover 부트로드를 많이 이용하는 추세인데 클로버 부트로더인 경우 훨씬 편하게 잡을 수 있다.










Focus Areas


:
Posted by Ritz®™
2010. 3. 15. 13:14

부팅 문제 Hackintosh/Q&A2010. 3. 15. 13:14

I. 다음과 같은 화면에서 더 이상 진행되지 않는다면 당근 부팅 옵션을 줘야 합니다.
즉, "-v" 등의 부팅 옵션을 주어 어느 과정에서 멈추어 있는지 확인해야 합니다.
































부팅 옵션예)
-v -x
-v -f -s   <<< 안전모드 부팅
-v
cpus=1 -v
-v busratio=20 cpus=1
-v maxmem=4096 -x32

등등이 있습니다.






























II. 또한, 설치 DVD가 문제 있을 경우가 있는데 UltraISO를 이용하여 2배속이나 4배속이하로 이미지를 구우시면 됩니다.

III. 부트로더가 문제가 생겨 맥으로 부팅이 안되는 경우
이런 경우 다음과 같이 해결할 수 있습니다.

III-1. Boot Think를 Windows에 설치하여 주고 Darwin 하위 폴더에 관련 드라이버를 설치하여 준다.

III-2.  윈도우즈에서 usbit Tool을 이용하여 USB 부트로더 이미지를 USB에 복원한 다음, USB로 부팅하여 설치된 하드 디스크를 로딩한다.  물론, 메인보드가 다른 경우, TransMac등의 툴을 이용하여 USB의 /Extra 폴더를 재구성하여 주어야 한다.

III-3.  Linux로 부팅하여 Chameleon이나 PC_EFI등의 부트로더를 USB에 커맨드를 이용하여 설치하여 주고 USB로 부팅하여 하드디스크를 로딩한다.


IV. Kext 문제로 인한 부팅 불가
 먼저 안전모드("-v -s")로 부팅합니다.
#/sbin/mount -uw /            <<< 하드디스크를 읽고 쓰기 가능하게 마운트하는 명령어    
#cd /Extra/Extensions/   <<< 현재 경로를 Chameleon부트로드의 해킨드라이버가 설치된 위치로 이동
#rm -Rf SleepEnabler.kext    <<<<  문제가 된 SleepEnabler.kext 화일을 제거하는 명령어
#cp SleepEnabler.kext  /Extra/Extensions/  <<< 새로이 업데이트된 SleepEnabler.kext   화일을 복사하여 주는 명령어.  여기에서 윈도우즈에서 TransMac을 이용하여 설치하여 주어도 됨.

V.그외 참고할 만한 글


:
Posted by Ritz®™
2010. 3. 14. 10:42

DivX Decoder.component Error Hackintosh/Q&A2010. 3. 14. 10:42

Symptom

Console Error Log

10. 3. 14. 오전 10:01:53 loginwindow[61] Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): no suitable image found. Did find:

/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: no matching architecture in universal wrapper

Solution



'Hackintosh > Q&A' 카테고리의 다른 글

TeamViewer를 이용한 Mac, Windows 원격지원 설정 방법  (2) 2011.02.01
부팅 문제  (0) 2010.03.15
Leopard 로그인이 안될 때  (0) 2009.12.08
syslogd 프로세스 폭주 이슈  (0) 2009.11.13
UUID for host. Error: 35  (0) 2009.04.27
:
Posted by Ritz®™