ErmaC, on 03 December 2012 - 03:11 PM, said:
How do I use this file?
Slice, on 04 December 2012 - 06:21 AM, said:
OsxAptioFixDrv-64.efi.zip 9.89K
22 downloads
dmazar, on 04 December 2012 - 10:24 AM, said:
Slice, on 03 December 2012 - 01:54 PM, said:
for (Link = gMemoryMap.ForwardLink; Link != &gMemoryMap; Link = Link->ForwardLink) {
Entry = CR(Link, MEMORY_MAP, Link, MEMORY_MAP_SIGNATURE);
if ((Entry->Attribute & EFI_MEMORY_RUNTIME) != 0) {
if (Entry->Type == EfiACPIReclaimMemory || Entry->Type == EfiACPIMemoryNVS) {
DEBUG((DEBUG_ERROR | DEBUG_PAGE, "ExitBootServices: ACPI memory entry has RUNTIME attribute set.\n"));
Status = EFI_INVALID_PARAMETER;
goto Done;
}
if ((Entry->Start & (EFI_ACPI_RUNTIME_PAGE_ALLOCATION_ALIGNMENT - 1)) != 0) {
DEBUG((DEBUG_ERROR | DEBUG_PAGE, "ExitBootServices: A RUNTIME memory entry is not on a proper alignment.\n"));
Status = EFI_INVALID_PARAMETER;
goto Done;
}
if (((Entry->End + 1) & (EFI_ACPI_RUNTIME_PAGE_ALLOCATION_ALIGNMENT - 1)) != 0) {
DEBUG((DEBUG_ERROR | DEBUG_PAGE, "ExitBootServices: A RUNTIME memory entry is not on a proper alignment.\n"));
Status = EFI_INVALID_PARAMETER;
goto Done;
}
}
}
We can't debug at this place because these codes from UEFI ROM.
ioreg -l -p IODeviceTree | grep \"system-id)
appears this: system-id" = <00000000000000000000000000000000>. Is it correct? In system profile I have the correct number of UUID.
dmazar, on 03 December 2012 - 09:19 AM, said:
Quote
We do not know always which version we are booting. This is true for installers, for example. We currently even do not know if we are booting installer - if it is restored InstallESD.dmg. But, I guess we can add detection for that.
When Clover will know that it is booting installer (when mentioned detection is added) or recovery partition (we know that now), then I think the easier thing to do (and the most easier to explain to users) would be to just use /efi/kext/installer or similar. Without any additional versioning. One folder for all installers and recoveries - it will usually be just FakeSMC anyway. No fallback to /efi/kexts/other. And no additional FakeSMC detection, because I think it would just complicate the Clover functionality and options which are quite complicated now.
polkaholga, on 03 December 2012 - 04:12 PM, said:
polkaholga, on 03 December 2012 - 04:12 PM, said:
mrengles, on 05 December 2012 - 05:06 PM, said:
mrengles, on 07 December 2012 - 01:01 AM, said:
8]en1:
8] Card Type: AirPort Extreme (0x14E4, 0x8E)
8] Firmware Version: Broadcom BCM43xx 1.0 (5.106.98.100.16)
8] MAC Address: xxxxxxxxxxx
8] Locale: APAC
8] Country Code: SG
8] Supported PHY Modes: 802.11 a/b/g/n
8] Supported Channels: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 36, 40, 44, 48, 52, 56, 60, 64, 149, 153, 157, 161, 165
8] Wake On Wireless: Supported
8] AirDrop: Supported
8] Status: Connected
8] Current Network Information:
Dec 7 23:44:25 localhost kernel[0]: IOHIDSystem cursor update overdue. Resending.
Which causes a little mouse pointer lag sometimes
| Topic | Stats | Last Post Info | ||
|---|---|---|---|---|
|
International →
Italiano →
Mountain Lion 10.8 →
Desktop →
aiuto...re-istallazione bootloader hackintosh!Started by gios163, 13 Apr 2013 |
|
|
|
|
OSx86 Project →
Post-Installation →
OSx86 10.8 (Mountain Lion) →
iMessage problems and UEFI CloverStarted by jwmann, 08 Apr 2013 |
|
|
|
|
OSx86 Project →
OSx86 Installation →
OSx86 10.8 (Mountain Lion) →
Can't boot. Can I reinstall bootloader or even OS X without starting over?Started by sshanky, 05 Apr 2013 |
|
|
|
|
International →
Deutsch →
Hardware/Installation →
Clover Boot0: ErrorStarted by TimmePfeife, 03 Apr 2013 |
|
|
|
|
OSx86 Project →
Post-Installation →
OSx86 10.8 (Mountain Lion) →
BIOS to UEFI Pros and ConsStarted by jwmann, 25 Mar 2013 |
|
|