Jump to content

pernacabeluda

Gurus
  • Posts

    4,899
  • Joined

  • Last visited

Everything posted by pernacabeluda

  1. It's a video problem, check commands to move video kexts in first post.
  2. Nenhuma das duas tem suporte. O vídeo ATI também não funciona, só o Intel HD http://Olarila.com/forum/viewtopic.php?f=3&t=1583 a não ser que tenha como desativar o Intel HD no BIOS, ou se fizer algo assim http://Olarila.com/forum/viewtopic.php?f=6&t=3371 Para o áudio http://Olarila.com/forum/viewtopic.php?f=2&t=41
  3. Did you try RAID? You can try using TransMac to put this kext into EFI/CLOVER/kexts/10.8 http://nawcom.com/TotallyFixStillWaiting.kext.zip Then maybe it works in IDE mode.
  4. Are you using the latest version (10.8.4)?
  5. O mesmo método do 10.8 funciona, porém o mach_kernel não está na raiz do InstallESD.dmg, está em Packages/BaseSystemBinaries.pkg, extraia com o Pacifist. O Chameleon precisa de pequenos ajustes i386/boot2/boot.c 201c201 < if ((checkOSVersion("10.7")) || (checkOSVersion("10.8"))) { --- > if ((checkOSVersion("10.7")) || (checkOSVersion("10.8")) || (checkOSVersion("10.9"))) { 244c244 < if ((checkOSVersion("10.7")) || (checkOSVersion("10.8"))) { --- > if ((checkOSVersion("10.7")) || (checkOSVersion("10.8")) || (checkOSVersion("10.9"))) { i386/libsaio/bootstruct.c 113c113 < && (gMacOSVersion[2] == '.') && (gMacOSVersion[3] == '7' || gMacOSVersion[3] == '8')) --- > && (gMacOSVersion[2] == '.') && (gMacOSVersion[3] == '7' || gMacOSVersion[3] == '8' || gMacOSVersion[3] == '9') boot.zip
  6. http://www.apple.com/osx/preview/ http://inmac.org/viewtopic.php?t=21546 Release notes Instalação http://Olarila.com/forum/viewtopic.php?f=30&t=3415
  7. Tenta usar os comandos deste tópico e mover todas as kexts de vídeo http://Olarila.com/forum/viewtopic.php?f=27&t=1677 Faz boot ignorando caches (-f no Chameleon ou espaço e "whithout caches" no Clover).
  8. Olá, para mim não ficou claro, os Windows estão no mesmo HD? Se for o caso, tenta instalar o Chameleon com a opção Boot0md usando o Chameleon Wizard e deixa o HD com Windows em primeiro no BIOS.
  9. Se não entrar com -x usa -s e move as kexts de vídeo http://Olarila.com/forum/viewtopic.php?f=27&t=1677
  10. Try checking USBFixOwnership in Clover options menu. Did you try with Chameleon (press 1 at boot)?
  11. O instalador do OS X não precisa ser iniciado no modo UEFI, qualquer um serve.
  12. Tenta atualizar, já está na r1835. Pela data, essa que você está usando não deve ter suporte, ela é de fevereiro e o 10.8.3 final saiu em março.
  13. Your BIOS must have the option UEFI Boot and it must be enabled in order to install operating systems in UEFI mode. Notice that when this option is enabled, it shows UEFI before the drive name. OS X installation You can make an installer or download one from my signature. You don't have to boot the OS X installer in UEFI mode, it's only needed in the following step, to install Clover. IMPORTANT: to install Windows 7/8 in UEFI mode, the partition table must be pure GPT, it can't be hybrid MBR like used in old BIOS mode, so when you create the partitions in Disk Utility, do NOT change the Windows partition to MS-DOS (FAT), keep all partitions as Mac OS Extended (Journaled), you will change the other partition(s) format later. Install OS X in the first partition. If you have Windows pre-installed do not format the EFI partition (newfs_msdos), just mount it (mount_msdos). Format a pen drive as FAT32 and install Clover in it. https://github.com/CloverHackyColor/CloverBootloader/releases You need at least the drivers FSInject, OsxFatBinaryDrv and VboxHfs (or HFSPlus) in the folder /EFI/CLOVER/drivers64UEFI (installed by default). Depending on BIOS you may need OsxLowMemFix (Insyde H2O), EmuVariableUefi (Phoenix UEFI) or OsxAptioFixDrv (all other). Do not select the option "install for UEFI motherboards", it only works if the pen drive is partitioned in GUID. After installing, create the folder EFI/BOOT in the pen drive and copy the file EFI/CLOVER/CLOVERX64.efi to EFI/BOOT/BOOTX64.efi Start the system using the pen drive to test UEFI boot. Run the following commands in terminal, replacing X by the HD number. To format the EFI partition as FAT32 diskutil list sudo newfs_msdos -v EFI -F 32 /dev/diskXs1 To mount the EFI partition mkdir /Volumes/EFI sudo mount_msdos /dev/diskXs1 /Volumes/EFI Create the folder EFI in the EFI partition. Copy the folder EFI/CLOVER from pen drive to the folder EFI in EFI partition. Boot from the pen drive again. In Clover menu, go to Clover Boot Options of SATA drive (usually 0x1F, 0x2) and select Add as UEFI boot option. Now you will be able to boot Clover from EFI partition without the pen drive, in UEFI mode. Windows installation To make an UEFI installer in USB, open Command Prompt as administrator and run the commands diskpart list disk select disk X (replace X by the pen drive number) clean create partition primary format fs=fat32 quick active assign exit Copy all files from the image (DVD) to the pen drive. For Windows 7 you need to copy the folder efi\microsoft\boot to efi\boot (one level up), copy the file bootmgfw.efi to that folder and rename it to bootx64.efi The file bootmgfw.efi is in the folder \1\Windows\Boot\EFI\ inside the file \sources\install.wim from DVD. Open install.wim with 7-Zip. For Windows 8 the usual steps are enough, but it can't be an "AIO" (all in one) image, x86 and x64 (with efi\boot\bootia32.efi), it must be x64 only (with efi\boot\bootx64.efi). Before installing Windows you need to change the partition format to NTFS. You can use gParted from a Linux live CD. IMPORTANT: Windows installer formats and renumbers all partitions after the destination one, because it creates a reserved partition, so if you will install Linux, do it after installing Windows, or install Windows in the last partition. If you use loader to activate Windows 7, you can inject SLIC table using Clover instead. Download SLIC 2.1 binary and certificate http://forums.mydigitallife.info/threads/5952-Win-7-amp-Server-08-R2-SLIC-2-1-Bin-Collection?p=514521&viewfull=1#post514521 Rename the file NAME.BIN to SLIC.aml and put it in the folder EFI/CLOVER/ACPI/WINDOWS Put the certificate in C:\ and run in Command Prompt (as administrator) slmgr -ilc C:\NAME.xrm-ms Pick a key http://forums.mydigitallife.info/threads/10370-Windows-7-OEM-SLP-Key-Collection Run slmgr -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX BCD is installed in EFI/Microsoft in the EFI partition. Linux installation The only important detail is to install GRUB legacy in the Linux partition and not in MBR (for example, select /dev/sda5 and never /dev/sda). The file grubx64.efi is installed in EFI/"distro name" in the EFI partition.
  14. You can't get it with DSDT patching, you need to patch AppleHDA http://Olarila.com/forum/viewtopic.php?f=28&t=2676
  15. Olá, qual versão do Clover? Realmente deveria funcionar.
  16. Deve ser vídeo, se não entra nem com -x tenta entrar com -s e mover as kexts de vídeo até fazer os ajustes http://Olarila.com/forum/viewtopic.php?f=27&t=1677 Para resolver os demais erros tem que usar SSDT (ou Clover) e SMBIOS de Ivy Bridge http://Olarila.com/forum/viewtopic.php?f=2&t=34
  17. Olá, recomendo seguir a orientação encontrada no fórum http://Olarila.com/forum/viewtopic.php?f=2&t=1713 Não faz sentido pedir ajuda aqui se estiver usando ferramentas não indicadas. Outra coisa, como disse o artur-pt, não se usa DSDT de outra máquina, mesmo que aparentemente seja idêntica.
  18. Anexa o arquivo resultante.
  19. If you have an EFI folder it means you use Clover, not Chameleon http://Olarila.com/forum/viewtopic.php?f=28&t=1716 You should put DSDT.aml in /EFI/CLOVER/ACPI/patched http://Olarila.com/forum/viewtopic.php?f=28&t=3198 You can check if it was loaded in /Library/Logs/CloverEFI/boot.log
  20. Copia apenas os devices GFX0 e HDAU e cola dentro de PEG0 Device (GFX0) { Name (_ADR, Zero) Method (_DSM, 4, NotSerialized) { Store (Package (0x1A) { "AAPL,slot-name", "PCI x16", "@0,compatible", Buffer (0x0B) { "NVDA,NVMac" }, "@0,device_type", Buffer (0x08) { "display" }, "@0,name", Buffer (0x0F) { "NVDA,Display-A" }, "@1,compatible", Buffer (0x0B) { "NVDA,NVMac" }, "@1,device_type", Buffer (0x08) { "display" }, "@1,name", Buffer (0x0F) { "NVDA,Display-B" }, "NVCAP", Buffer (0x18) { /* 0000 */ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, /* 0008 */ 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, /* 0010 */ 0x00, 0x00, 0x00, 0x00 }, "VRAM,totalsize", Buffer (0x04) { 0x00, 0x00, 0x00, 0x40 }, "device_type", Buffer (0x0C) { "NVDA,Parent" }, "model", Buffer (0x16) { "nVidia GeForce GT 430" }, "rom-revision", Buffer (0x25) { "3172a" }, "hda-gfx", Buffer (0x0A) { "onboard-1" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } Device (HDAU) { Name (_ADR, One) Method (_DSM, 4, NotSerialized) { Store (Package (0x02) { "hda-gfx", Buffer (0x0A) { "onboard-1" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } }
  21. Olá, você vai inserir o device GFX0 em PEG0 http://Olarila.com/forum/viewtopic.php?f=7&t=39
  22. Para funcionar o medidor de bateria com a kext atual precisa fazer ajustes na DSDT, dividir os registradores de 16 bit em 2 de 8 bit e usar o method B1B2 onde os originais eram acessados. http://www.insanelymac.com/forum/topic/272459-appleacpibatterymanagerapplesmartbatterymanager-for-lion/
  23. olá, tenta aplicar o patch pra essa placa disponível em http://Olarila.com/forum/packs.php
×
×
  • Create New...