Git Product home page Git Product logo

macosxbootloader's Introduction

Introduction

This Github project is a new and updated branch of the Yosemite tree and is now targetted at OS X 10.11 El Capitan.

Goals

This project aims to add support for El Capitan (OS X 10.11) for unsupported Mac hardware with a 32-bit only EFI implementation. Like for example the first and second generation Mac Pro models. Though it should work well with any other model with a 32-bit EFI implementation.

Current State

The current state of this project is: Phase 1, 2 and 3 completed (OS X 10.11 El Capitan is now fully supported).

Note: For more information about the development phases, please visit the TODO list.

Download

Prebuilt copies of boot.efi can be downloaded from the project download page.

Compilation

Don't want a prebuilt copy of boot.efi then compile the source code yourself, with either Microsoft Visual Studio 2013 or 2015. The latter requires you to update the solution files, but that should be done automatically in the MS Visual Studio IDE.

Note: See also Compiling-Instructions

Thanks To

This project would not have been possible without the help of Peter Holbrook and Mike Boss. Peter did all compiling and Mike ran dozens of test builds that Peter pushed out over at forums.macrumors.com Awesome work guys. Job well done!

Donations

If you like to support my work then you may want to consider to make a donation

Help

If you need help with the setup then please visit this macrumor thread

Note: Sorry. I can't help you. I don't have unsupported hardware with 32-bit EFI.

Bugs

Bugs can be reported here

Note: Please provide a clear step by step way to reproduce the bug.

License

My work is licensed under the Creative Commons Attribution-NonCommercial 3.0 Unported License and as such you must add a link to this license. Even if you only use a download link. Also note the term "NonCommercial" because I don't want to see my work end up anywhere else but here.

Note: "Tiamo" released his work under a BSD-3-Clause license

Disclaimer

Copyright (c) 2014-2015, by Pike R. Alpha – All right reserved.

Macosxbootloader is maintained by Pike R. Alpha.

macosxbootloader's People

Contributors

jeremy-d-miller avatar mhaeuser avatar piker-alpha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

macosxbootloader's Issues

Update to 10.11.3 causing problems

Used the boot.efi with prepackaged 10.11 installer, worked fine on MacPro 1,1. System updated to 10.11.3 and as expected boot failed. tried fresh install with 10.11 and now hangs just after boot, never finishing completely. Any thoughts or expirences?

All patched machines end up with same HW UUID?

I have patched two MP1,1 machines, and both end up with the same HW UUID when running El Capitan. Other people apparently also end up with this same UUID. Not a problem... unless you're using Time Machine! The two machines think they're using the same data set, and fight over it, making a mess. Is there a way to get one of them to use something else for a UUID?

Googling the particular Hardware UUID, "2B12FE1B-1090-593B-B740-2E45F371D1E4", shows that other people running this patched boot.efi have it too. For sure one of my machines started life as a 1,1 and I've upgraded its firmware and CPU's to a 2,1 8x3GHz state. The other one says it's a 2,1 and is also is 8x3GHz, but I don't know if it was built that way or was also patched up as I did.

How can I boot El Capitan boot.efi into a 32bit-EFI 2007 Macbook 2,1? Just modifying PlatformExpert.cpp?

UPDATED QUESTION: Can I boot with my Macbook 2,1 changing a line of code, for example,
line 270 of PlatformExpert.cpp, and recompiling?

from
else if (memcmp((CHAR8 *)boardId, (CHAR8 *)"Mac-F42187C8", 12) == 0)// MacBookPro2,2
to
else if (memcmp((CHAR8 *)boardId, (CHAR8 *)"Mac-F4208CAA", 12) == 0)// MacBook2,1

Or do I need to do something else?

ORIGINAL POST:
Hello, I see it works wih MBPs and MPs. What about MBs?

I've done this link to macrumors:
"Technically it's possible -- clone the OSX 10.11 Partition with CCC from the MBP3,1 to the MB2,1. Enable the Remote Desktop before since USB isn't working on the MB2,1 under OSX 10.11 and therefore no Input Devices are available. Replace the Boot.efi in /System/Library/CoreServices and /usr/standalone/i386 with the SIP-off version from Post #351 (Build 2). Reboot the MB2,1 and look if OSX 10.11 works or not. To get USB working, copy the Beta-USB-Kexts (provided by TMRJIJ - OS X Hackers) into /System/Library/Extensions/ , replace the current Kexts."

It nearly boots, USBs are working, but I can only boot in single-user-mode. In safe mode or normal boot I get kernel panics. In safe mode, it seems that will boot, but after this screen and after entering the pasword it reboots.

I wonder if this is related to boot.efi or not. Can you tell me something?
An example of kernel panic log link to macrumors:
`Anonymous UUID: D7F5B742-8D62-899B-4678-F101514415A7

Thu Jul 7 08:45:37 2016

*** Panic Report ***
panic(cpu 0 caller 0xffffff8018d32822): "/Library/Caches/com.apple.xbs/Sources/xnu/xnu-3248.50.21/bsd/vfs/vfs_journal.c:639: tr blhdr max_blocks looks bad: 0\n"@/Library/Caches/com.apple.xbs/Sources/xnu/xnu-3248.50.21/bsd/vfs/vfs_journal.c:639
Backtrace (CPU 0), Frame : Return Address
0xffffff8879f1bc30 : 0xffffff8018adab12
0xffffff8879f1bcb0 : 0xffffff8018d32822
0xffffff8879f1bce0 : 0xffffff8018cdf941
0xffffff8879f1bd30 : 0xffffff7f9926dde2
0xffffff8879f1bd80 : 0xffffff7f99dff18c
0xffffff8879f1bde0 : 0xffffff7f99e07ec7
0xffffff8879f1be20 : 0xffffff7f99240b9c
0xffffff8879f1be50 : 0xffffff7f9a68bc9c
0xffffff8879f1be80 : 0xffffff7f9a68b11e
0xffffff8879f1bed0 : 0xffffff7f9a68a7fc
0xffffff8879f1bf20 : 0xffffff7f9a68cd1d
0xffffff8879f1bf40 : 0xffffff80190b2f21
0xffffff8879f1bf80 : 0xffffff80190b3016
0xffffff8879f1bfb0 : 0xffffff8018bc9017
Kernel Extensions in backtrace:
com.apple.iokit.IOStorageFamily(2.1)[DC1AAB7C-F417-3238-BB3F-2A5B84D67B90]@0xffffff7f9926a000->0xffffff7f99290fff
com.apple.iokit.IOAHCIFamily(2.8.1)[58B77CC0-5211-342E-8935-8D05E0B96867]@0xffffff7f9923c000->0xffffff7f99256fff
com.apple.driver.AppleAHCIPort(3.1.8)[B9AFCAD5-5FFE-3E65-A186-CF4EA4571BCC]@0xffffff7f9a682000->0xffffff7f9a6a0fff
dependency: com.apple.iokit.IOAHCIFamily(2.8.1)[58B77CC0-5211-342E-8935-8D05E0B96867]@0xffffff7f9923c000
dependency: com.apple.iokit.IOPCIFamily(2.9)[D8216D61-5209-3B0C-866D-7D8B3C5F33FF]@0xffffff7f9934d000
com.apple.iokit.IOAHCIBlockStorage(2.8.5)[03357B30-E9B5-32DC-819D-CACA2B37AE19]@0xffffff7f99dfd000->0xffffff7f99e18fff
dependency: com.apple.iokit.IOAHCIFamily(2.8.1)[58B77CC0-5211-342E-8935-8D05E0B96867]@0xffffff7f9923c000
dependency: com.apple.iokit.IOStorageFamily(2.1)[DC1AAB7C-F417-3238-BB3F-2A5B84D67B90]@0xffffff7f9926a000

BSD process name corresponding to current thread: kernel_task
Boot args: -v

Mac OS version:
15F34

Kernel version:
Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64
Kernel UUID: 7E7B0822-D2DE-3B39-A7A5-77B40A668BC6
Kernel slide: 0x0000000018800000
Kernel text base: 0xffffff8018a00000
__HIB text base: 0xffffff8018900000
System model name: MacBook2,1 (Mac-F4208CAA)

System uptime in nanoseconds: 99377856448
last loaded kext at 78300610706: com.apple.filesystems.autofs 3.0 (addr 0xffffff7f9ab7d000, size 45056)
loaded kexts:
com.metakine.handsoff.driver 3.0.4
com.apple.filesystems.autofs 3.0
com.apple.driver.pmtelemetry 1
com.apple.iokit.IOUserEthernet 1.0.1
com.apple.iokit.IOBluetoothSerialManager 4.3.6f3
com.apple.Dont_Steal_Mac_OS_X 7.0.0
com.apple.driver.AppleHDAHardwareConfigDriver 274.9
com.apple.driver.AppleTyMCEDriver 1.0.2d2
com.apple.driver.AppleMuxControl 3.12.8
com.apple.driver.AppleHDA 274.9
com.apple.driver.AppleOSXWatchdog 1
com.apple.driver.AppleHV 1
com.apple.driver.AppleBacklight 170.8.9
com.apple.driver.AppleUpstreamUserClient 3.6.1
com.apple.driver.AppleSMCPDRC 1.0.0
com.apple.iokit.CSRBluetoothHostControllerUSBTransport 4.3.6f3
com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
com.apple.driver.AppleLPC 3.1
com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0
com.apple.driver.AppleFIVRDriver 4.1.0
com.apple.driver.AppleMCCSControl 1.2.13
com.apple.driver.SMCMotionSensor 3.0.4d1
com.apple.driver.CSRHIDTransitionDriver 4.3.6f3
com.apple.driver.AppleIRController 327.5
com.apple.driver.AppleUSBTrackpad 240.2
com.apple.driver.AppleUSBTCKeyEventDriver 240.2
com.apple.driver.AppleUSBTCKeyboard 240.2
com.apple.driver.AppleFileSystemDriver 3.0.1
com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0
com.apple.BootCache 38
com.apple.iokit.SCSITaskUserClient 3.7.7
com.apple.iokit.IOAHCIBlockStorage 2.8.5
com.apple.driver.AppleAHCIPort 3.1.8
com.apple.driver.AppleFWOHCI 5.5.4
com.apple.driver.AppleIntelPIIXATA 2.5.1
com.apple.driver.AppleUSBHub 705.4.2
com.apple.driver.AirPort.Atheros40 700.74.5
com.apple.iokit.AppleYukon2 3.2.3b1
com.apple.driver.AppleUSBEHCI 705.4.14
com.apple.driver.AppleUSBUHCI 656.4.1
com.apple.driver.AppleSmartBatteryManager 161.0.0
com.apple.driver.AppleRTC 2.0
com.apple.driver.AppleHPET 1.8
com.apple.driver.AppleACPIButtons 4.0
com.apple.driver.AppleSMBIOS 2.1
com.apple.driver.AppleACPIEC 4.0
com.apple.driver.AppleAPIC 1.7
com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0
com.apple.nke.applicationfirewall 163
com.apple.security.quarantine 3
com.apple.security.TMSafetyNet 8
com.apple.driver.AppleIntelCPUPowerManagement 218.0.0
com.apple.kext.triggers 1.0
com.apple.iokit.IOSurface 108.2.1
com.apple.iokit.IOSerialFamily 11
com.apple.driver.CoreCaptureResponder 1
com.apple.driver.AppleGraphicsControl 3.12.8
com.apple.driver.DspFuncLib 274.9
com.apple.kext.OSvKernDSPLib 525
com.apple.driver.AppleBacklightExpert 1.1.0
com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.6f3
com.apple.iokit.IOBluetoothFamily 4.3.6f3
com.apple.iokit.IOFireWireIP 2.2.6
com.apple.driver.AppleHDAController 274.9
com.apple.iokit.IOHDAFamily 274.9
com.apple.iokit.IOAudioFamily 204.4
com.apple.vecLib.kext 1.2.0
com.apple.kec.Libm 1
com.apple.driver.AppleSMBusPCI 1.0.14d1
com.apple.driver.IOPlatformPluginLegacy 1.0.0
com.apple.driver.IOPlatformPluginFamily 6.0.0d7
com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0
com.apple.driver.AppleSMBusController 1.0.14d1
com.apple.iokit.IONDRVSupport 2.4.1
com.apple.iokit.IOGraphicsFamily 2.4.1
com.apple.driver.AppleSMC 3.1.9
com.apple.iokit.IOUSBUserClient 705.4.0
com.apple.iokit.IOUSBHIDDriver 705.4.0
com.apple.driver.AppleUSBMergeNub 705.4.0
com.apple.driver.AppleUSBComposite 705.4.9
com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.7.7
com.apple.iokit.IOBDStorageFamily 1.7
com.apple.iokit.IODVDStorageFamily 1.8
com.apple.iokit.IOCDStorageFamily 1.8
com.apple.driver.AppleXsanScheme 3
com.apple.iokit.IOATAPIProtocolTransport 3.5.0
com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.7
com.apple.iokit.IOAHCIFamily 2.8.1
com.apple.iokit.IOFireWireFamily 4.6.1
com.apple.iokit.IOATAFamily 2.5.3
com.apple.iokit.IO80211Family 1110.26
com.apple.driver.corecapture 1.0.4
com.apple.iokit.IONetworkingFamily 3.2
com.apple.iokit.IOUSBFamily 720.4.4
com.apple.iokit.IOUSBHostFamily 1.0.1
com.apple.driver.AppleUSBHostMergeProperties 1.0.1
com.apple.driver.AppleEFINVRAM 2.0
com.apple.driver.AppleEFIRuntime 2.0
com.apple.iokit.IOHIDFamily 2.0.0
com.apple.iokit.IOSMBusFamily 1.1
com.apple.security.sandbox 300.0
com.apple.kext.AppleMatch 1.0.0d1
com.apple.driver.AppleKeyStore 2
com.apple.driver.AppleMobileFileIntegrity 1.0.5
com.apple.driver.AppleCredentialManager 1.0
com.apple.driver.DiskImages 417.4
com.apple.iokit.IOStorageFamily 2.1
com.apple.iokit.IOReportFamily 31
com.apple.driver.AppleFDEKeyStore 28.30
com.apple.driver.AppleACPIPlatform 4.0
com.apple.iokit.IOPCIFamily 2.9
com.apple.iokit.IOACPIFamily 1.4
com.apple.kec.pthread 1
com.apple.kec.corecrypto 1.0`

My last kernel panic log:
`Anonymous UUID: 19F12A28-EEEF-4B81-8183-A2089D3CFA26

Thu Jul 7 21:19:59 2016

*** Panic Report ***
panic(cpu 1 caller 0xffffff80003ce5fa): Kernel trap at 0xffffff80002e56f4, type 13=general protection, registers:
CR0: 0x000000008001003b, CR2: 0x0000000102e08000, CR3: 0x000000002655f000, CR4: 0x0000000000002660
RAX: 0x0000000000000001, RBX: 0x0000000000000012, RCX: 0x0000000000000038, RDX: 0x0000000000004000
RSP: 0xffffff88613e3e40, RBP: 0xffffff88613e3e50, RSI: 0x0000000000000001, RDI: 0xffffff80070d97e0
R8: 0x6469766f72507365, R9: 0x0000000000000002, R10: 0x0000000000000000, R11: 0x000000217c88b038
R12: 0xffffff8008e4eb60, R13: 0x9345895ea0090034, R14: 0xffffff8008e4eb60, R15: 0xffffff803b9ce000
RFL: 0x0000000000010006, RIP: 0xffffff80002e56f4, CS: 0x0000000000000008, SS: 0x0000000000000000
Fault CR2: 0x0000000102e08000, Error code: 0x0000000000000000, Fault CPU: 0x1, PL: 1

Backtrace (CPU 1), Frame : Return Address
0xffffff803b9c5df0 : 0xffffff80002dab12
0xffffff803b9c5e70 : 0xffffff80003ce5fa
0xffffff803b9c6050 : 0xffffff80003ec463
0xffffff803b9c6070 : 0xffffff80002e56f4
0xffffff88613e3e50 : 0xffffff80002f9812
0xffffff88613e3e80 : 0xffffff80002f40d2
0xffffff88613e3f10 : 0xffffff80002f0def
0xffffff88613e3f50 : 0xffffff80002d542d
0xffffff88613e3f90 : 0xffffff80003cee3e
0xffffff88613e3fb0 : 0xffffff80003ec42f

BSD process name corresponding to current thread: NotificationCent
Boot args: -x

Mac OS version:
15F34

Kernel version:
Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64
Kernel UUID: 7E7B0822-D2DE-3B39-A7A5-77B40A668BC6
__HIB text base: 0xffffff8000100000
System model name: MacBook2,1 (Mac-F4208CAA)

System uptime in nanoseconds: 143823365524
last loaded kext at 99877450309: com.apple.filesystems.autofs 3.0 (addr 0xffffff7f82000000, size 45056)
loaded kexts:
com.metakine.handsoff.driver 3.0.4
com.apple.filesystems.autofs 3.0
com.apple.Dont_Steal_Mac_OS_X 7.0.0
com.apple.driver.AppleMuxControl 3.12.8
com.apple.driver.AppleBacklight 170.8.9
com.apple.iokit.CSRBluetoothHostControllerUSBTransport 4.3.6f3
com.apple.iokit.AppleYukon2 3.2.3b1
com.apple.driver.AirPort.Atheros40 700.74.5
com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
com.apple.driver.AppleLPC 3.1
com.apple.driver.AppleMCCSControl 1.2.13
com.apple.driver.AppleIntelIntegratedFramebuffer 6.0.6
com.apple.driver.CSRHIDTransitionDriver 4.3.6f3
com.apple.driver.AppleIRController 327.5
com.apple.driver.AppleUSBTrackpad 240.2
com.apple.driver.AppleUSBTCKeyEventDriver 240.2
com.apple.driver.AppleUSBTCKeyboard 240.2
com.apple.iokit.SCSITaskUserClient 3.7.7
com.apple.driver.AppleFileSystemDriver 3.0.1
com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0
com.apple.BootCache 38
com.apple.iokit.IOAHCIBlockStorage 2.8.5
com.apple.driver.AppleIntelPIIXATA 2.5.1
com.apple.driver.AppleUSBHub 705.4.2
com.apple.driver.AppleFWOHCI 5.5.4
com.apple.driver.AppleAHCIPort 3.1.8
com.apple.driver.AppleSmartBatteryManager 161.0.0
com.apple.driver.AppleUSBEHCI 705.4.14
com.apple.driver.AppleUSBUHCI 656.4.1
com.apple.driver.AppleRTC 2.0
com.apple.driver.AppleHPET 1.8
com.apple.driver.AppleACPIButtons 4.0
com.apple.driver.AppleSMBIOS 2.1
com.apple.driver.AppleACPIEC 4.0
com.apple.driver.AppleAPIC 1.7
com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0
com.apple.nke.applicationfirewall 163
com.apple.security.quarantine 3
com.apple.security.TMSafetyNet 8
com.apple.driver.AppleIntelCPUPowerManagement 218.0.0
com.apple.kext.triggers 1.0
com.apple.iokit.IOSurface 108.2.1
com.apple.driver.AppleGraphicsControl 3.12.8
com.apple.driver.AppleBacklightExpert 1.1.0
com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.6f3
com.apple.iokit.IOBluetoothFamily 4.3.6f3
com.apple.iokit.IO80211Family 1110.26
com.apple.driver.corecapture 1.0.4
com.apple.driver.AppleSMBusPCI 1.0.14d1
com.apple.driver.IOPlatformPluginLegacy 1.0.0
com.apple.driver.IOPlatformPluginFamily 6.0.0d7
com.apple.iokit.IONDRVSupport 2.4.1
com.apple.driver.AppleSMC 3.1.9
com.apple.driver.AppleSMBusController 1.0.14d1
com.apple.iokit.IOGraphicsFamily 2.4.1
com.apple.iokit.IOUSBUserClient 705.4.0
com.apple.driver.AppleUSBMergeNub 705.4.0
com.apple.iokit.IOUSBHIDDriver 705.4.0
com.apple.driver.AppleUSBComposite 705.4.9
com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.7.7
com.apple.iokit.IOBDStorageFamily 1.7
com.apple.iokit.IODVDStorageFamily 1.8
com.apple.iokit.IOCDStorageFamily 1.8
com.apple.iokit.IONetworkingFamily 3.2
com.apple.driver.AppleXsanScheme 3
com.apple.iokit.IOATAPIProtocolTransport 3.5.0
com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.7
com.apple.iokit.IOATAFamily 2.5.3
com.apple.driver.AppleEFINVRAM 2.0
com.apple.iokit.IOFireWireFamily 4.6.1
com.apple.iokit.IOAHCIFamily 2.8.1
com.apple.iokit.IOUSBFamily 720.4.4
com.apple.iokit.IOUSBHostFamily 1.0.1
com.apple.driver.AppleUSBHostMergeProperties 1.0.1
com.apple.driver.AppleEFIRuntime 2.0
com.apple.iokit.IOHIDFamily 2.0.0
com.apple.iokit.IOSMBusFamily 1.1
com.apple.security.sandbox 300.0
com.apple.kext.AppleMatch 1.0.0d1
com.apple.driver.AppleKeyStore 2
com.apple.driver.AppleMobileFileIntegrity 1.0.5
com.apple.driver.AppleCredentialManager 1.0
com.apple.driver.DiskImages 417.4
com.apple.iokit.IOStorageFamily 2.1
com.apple.iokit.IOReportFamily 31
com.apple.driver.AppleFDEKeyStore 28.30
com.apple.driver.AppleACPIPlatform 4.0
com.apple.iokit.IOPCIFamily 2.9
com.apple.iokit.IOACPIFamily 1.4
com.apple.kec.pthread 1
com.apple.kec.corecrypto 1.0
`

Thank you very much,

nVidiaGTX 750 2GB (GV-N750OC-2GI) not recognised...

Hi,

I have a 2006 MacPro1,1 that's flashed to 2,1
Running 10.10.1 with nVidia Web drivers (343.02.01f01) and an old XFX GTX280.

As soon as I swap out the GTX280 for a GTX750, I get blank display after boot and ScreenSharing from my MBAir shows a virtualised display.

If I remove the SSD from the MacPro1,1 undo/revert to Apple's bootloader and install it into a 2008 MacPro 3,1 along with the GTX750 GPU, everything works fine...

Please see http://forum.netkas.org/index.php/topic,8583.0.html for all my attempts/efforts to get it working in the past.

Random Kernel Panics

Hi,

I do not if this is related to the boot loader, but my machine keeps crashing on any OS X Version higher than Lion. It is very stable an does not crash in Lion, but in Mavericks and Yosemite. It is very annoying...The Mac Pro crashes very often at startup or after sleeping.
Here two shots of the panics at startup:
https://www.dropbox.com/s/2nryzz5kt1c53ar/DSC_0030.JPG?dl=0
https://www.dropbox.com/s/2eo7r1hwea6o73f/DSC_0036.JPG?dl=0

While crashing sometimes a red led on the logic board (or two) is lightening:
https://www.dropbox.com/s/zk1lzfxjmyhyb4i/DSC_0040.JPG?dl=0
They indicate a hardware crash of the cpu?

First I thought that it is a hardware issue. But I ran the machine with less ram and different graphics card and it still keeps crashing. It was even checked by the dealer which sold me the mac. It seems that the machine does not crash with lower OS X versions (can not get it to freeze).
There are no logs about the panics which seems strange to me.
Is there any possibility to identify the origin of the problem? The mac keeps crashing on a clean install.

Here are the specs of the machine, thanks a lot!

Model Name: Mac Pro
Model Type: 8-core
Model Identifier: MacPro2,1
Board Identifier: Mac-F4208DC8
Processor Name: Quad-Core Intel Xeon CPU X5355
Processor Model: Clovertown
Processor Speed: 2.66 GHz
Number of Processors: 2
Total Number of Cores: 8
Memory Size: 10 GB 667 MHz DDR2 FB-DIMM
Graphics Model: ATI Radeon HD 4870 1024 MB
Assembled in: Cork, Ireland
Manufactured during: November 2007
L1 Cache: 64 KB
L2 Cache: 8 MB (per CPU)
L3 Cache: -
Processor Bitrate: 64 bit
EFI Bitrate: 64 bit
Kernel Bitrate: 64 bit
Bus Speed: 1.33 GHz
Boot ROM Version: MP21.007F.B06
System SMC Version: 1.7f10
Power Source: AC Power.
Minimum Supported Operating System: Mac OS X 10.4.9 Build 8P4037 (Tiger)
Current Boot Operating System: OS X 10.10.0 Build 14A388a (Yosemite)
Maximum Supported Operating System: Mac OS X 10.7.5 Build 11G63 (Lion)

Mac not going to sleep, Mouse stuttering

When sending the MacPro1,1 on 10.11.3 to sleep nothing happens except the mouse starting to stutter. It seems that some sleep mode is activated but not the right one. Is this a known issue?

No Keyboard or Mouse for Login Screen

i installed the new boot.efi files on a drive with 10.11.6 and then installed the drive in my 2006, macbook pro. it booted very very slowly and then i got the coveted login screen. oh, but wait.... my keyboard and mouse aren't recognized so i can't type my password in the field. it then auto restarted and would continue this loop....

How to download and install

Hello Piker-Alpha
I have a two question for you:
1.How to download macosxbootloader
2.How to install same boot loader?
Thanks in advanced!!!!!

ACPI Patcher

Hi and thanks for all the fish!

I get a Mac Pro 1,1 last week.

After understanding this machine and wondering it has only 2 (!) powerstep-modi (2GHz and 2,6GHz), it would be great, if custom DSDTs and others could be used.

I would like to test, if we could learn this machines to have more speedsteps and consuming less energy.

Have a nice day!

Kernel panics while installing Xcode after updating to 10.11.4 on a Mac Pro 1,1

Steps

  1. Acquired latest El Capitan Installer (10.11.4, CFBundleVersion 1144, CFBundleShortVersionString 1.7.44).
  2. Booted target Mac Pro 1,1 into Target Disk Mode
  3. Installed El Capitan from secondary Machine (2011 MacBook Pro running 10.11.4) via Firewire to main hard disk on target Mac Pro 1,1
  4. Replaced boot.efi in both required locations with downloaded Piker binaries (v3.1, used the black one)
  5. Rebooted target Mac Pro 1,1
  6. Verified OS installation succeeded
  7. Installed an iTunes update via App Store successfully
  8. Attempted to install Xcode via App Store.

Expected result

Xcode installs

Actual result

Kernel panic (detailed below) while Xcode binaries are downloading.

Target Machine

  1. Mac Pro 1,1
  2. 2 x 2.68 GHz Dual Core Intel Xeon
  3. 4 GB RAM.
  4. 2 x 1 TB disks
  5. NVIDIA GeForce 610 GPU (1024 MB)

Problem Report

Anonymous UUID:       E9288CD8-1DC2-5FD1-7173-259467C1AAAD

Sat Apr  2 22:13:22 2016

*** Panic Report ***
panic(cpu 1 caller 0xffffff8009dce40a): Kernel trap at 0xffffff7f8a9661ae, type 13=general protection, registers:
CR0: 0x0000000080010033, CR2: 0x000070000007efa8, CR3: 0x000000011b2b5000, CR4: 0x0000000000002660
RAX: 0xffffff801ab45d58, RBX: 0xffffff801ab24058, RCX: 0x8515480da99510b8, RDX: 0xffffff801ab07058
RSP: 0xffffff90b16a30c0, RBP: 0xffffff90b16a30c0, RSI: 0xffffff801ab24058, RDI: 0xffffff80173d4a50
R8:  0xffffff801ab07080, R9:  0xffffff801ab07078, R10: 0x0000000000000000, R11: 0xffffff90a3c04b88
R12: 0xffffff801ab07008, R13: 0x0000000008640000, R14: 0xffffff80173d4a50, R15: 0xffffff7f8ab5220c
RFL: 0x0000000000010286, RIP: 0xffffff7f8a9661ae, CS:  0x0000000000000008, SS:  0x0000000000000010
Fault CR2: 0x000070000007efa8, Error code: 0x0000000000000000, Fault CPU: 0x1, PL: 0

Backtrace (CPU 1), Frame : Return Address
0xffffff809cdbddf0 : 0xffffff8009cdab12 
0xffffff809cdbde70 : 0xffffff8009dce40a 
0xffffff809cdbe050 : 0xffffff8009dec273 
0xffffff809cdbe070 : 0xffffff7f8a9661ae 
0xffffff90b16a30c0 : 0xffffff7f8a965faa 
0xffffff90b16a30f0 : 0xffffff7f8aa38a22 
0xffffff90b16a3120 : 0xffffff7f8aa39268 
0xffffff90b16a3200 : 0xffffff7f8aa3c25e 
0xffffff90b16a3280 : 0xffffff7f8a93787f 
0xffffff90b16a32e0 : 0xffffff7f8a93cd64 
0xffffff90b16a3360 : 0xffffff7f8a9377c8 
0xffffff90b16a33b0 : 0xffffff7f8a934941 
0xffffff90b16a33e0 : 0xffffff7f8a9348d8 
0xffffff90b16a3480 : 0xffffff7f8a95e6b9 
0xffffff90b16a3680 : 0xffffff7f8a95f7df 
0xffffff90b16a3750 : 0xffffff7f8ba2a894 
0xffffff90b16a3800 : 0xffffff7f8ba2b874 
0xffffff90b16a3830 : 0xffffff7f8ba2b62d 
0xffffff90b16a38a0 : 0xffffff7f8b9f9d4f 
0xffffff90b16a38d0 : 0xffffff7f8b9fa597 
0xffffff90b16a3930 : 0xffffff7f8b9fc382 
0xffffff90b16a3950 : 0xffffff7f8ba49d35 
0xffffff90b16a3970 : 0xffffff7f8b994f15 
0xffffff90b16a39a0 : 0xffffff7f8b988467 
0xffffff90b16a39d0 : 0xffffff7f8b98a267 
0xffffff90b16a39f0 : 0xffffff7f8b988f7c 
0xffffff90b16a3a10 : 0xffffff7f8b989022 
0xffffff90b16a3a40 : 0xffffff800a2d95fc 
0xffffff90b16a3a70 : 0xffffff8009d91c8b 
0xffffff90b16a3ab0 : 0xffffff8009cdf2a8 
0xffffff90b16a3ae0 : 0xffffff8009cc28b8 
0xffffff90b16a3b20 : 0xffffff8009cdf6fc 
0xffffff90b16a3b50 : 0xffffff8009ccae7c 
0xffffff90b16a3bd0 : 0xffffff8009ccd81c 
0xffffff90b16a3c20 : 0xffffff8009cfec17 
0xffffff90b16a3c50 : 0xffffff800a19abb8 
0xffffff90b16a3d30 : 0xffffff800a19a98f 
0xffffff90b16a3da0 : 0xffffff800a1b31ae 
0xffffff90b16a3e20 : 0xffffff800a1b36c7 
0xffffff90b16a3e60 : 0xffffff8009cd548d 
0xffffff90b16a3ea0 : 0xffffff8009dcec4e 
0xffffff90b16a3ec0 : 0xffffff8009dec23f 
      Kernel Extensions in backtrace:
         com.apple.nvidia.driver.NVDAResman(10.1)[8649777A-3EED-3F2F-8B12-FBC5517F62E6]@0xffffff7f8a908000->0xffffff7f8ab81fff
            dependency: com.apple.iokit.IOPCIFamily(2.9)[4FE41F9B-2849-322A-BBF8-A94816C003D6]@0xffffff7f8a52c000
            dependency: com.apple.iokit.IONDRVSupport(2.4.1)[1114B99F-E439-329E-876D-1FEC4CF45DF6]@0xffffff7f8a8f1000
            dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[172C2960-EDF5-382D-80A5-C13E97D74880]@0xffffff7f8a8aa000
            dependency: com.apple.AppleGraphicsDeviceControl(3.12.6)[F211EB28-182A-34BB-A610-87667618F925]@0xffffff7f8a901000
         com.apple.iokit.IOAcceleratorFamily2(205.3)[1B6944F0-F0F4-3D26-892C-46EB6C5C7433]@0xffffff7f8b974000->0xffffff7f8b9dffff
            dependency: com.apple.iokit.IOPCIFamily(2.9)[4FE41F9B-2849-322A-BBF8-A94816C003D6]@0xffffff7f8a52c000
            dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[172C2960-EDF5-382D-80A5-C13E97D74880]@0xffffff7f8a8aa000
         com.apple.GeForce(10.1)[33C7F697-A35F-390D-8AD7-9F87F1D7D852]@0xffffff7f8b9ee000->0xffffff7f8ba8dfff
            dependency: com.apple.iokit.IOPCIFamily(2.9)[4FE41F9B-2849-322A-BBF8-A94816C003D6]@0xffffff7f8a52c000
            dependency: com.apple.iokit.IONDRVSupport(2.4.1)[1114B99F-E439-329E-876D-1FEC4CF45DF6]@0xffffff7f8a8f1000
            dependency: com.apple.nvidia.driver.NVDAResman(10.1.0)[8649777A-3EED-3F2F-8B12-FBC5517F62E6]@0xffffff7f8a908000
            dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[172C2960-EDF5-382D-80A5-C13E97D74880]@0xffffff7f8a8aa000
            dependency: com.apple.iokit.IOAcceleratorFamily2(205.3)[1B6944F0-F0F4-3D26-892C-46EB6C5C7433]@0xffffff7f8b974000

BSD process name corresponding to current thread: com.apple.WebKit

Mac OS version:
15E65

Kernel version:
Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64
Kernel UUID: 4E7B4496-0B81-34E9-97AF-F316103B0839
Kernel slide:     0x0000000009a00000
Kernel text base: 0xffffff8009c00000
__HIB  text base: 0xffffff8009b00000
System model name: MacPro1,1 (Mac-F42C88C8)

System uptime in nanoseconds: 797397320834
last loaded kext at 259778867266: com.apple.filesystems.msdosfs 1.10 (addr 0xffffff7f8c477000, size 69632)
last unloaded kext at 319963436512: com.apple.filesystems.msdosfs   1.10 (addr 0xffffff7f8c477000, size 61440)
loaded kexts:
com.apple.driver.AudioAUUC  1.70
com.apple.filesystems.autofs    3.0
com.apple.driver.AppleOSXWatchdog   1
com.apple.driver.AppleHDA   274.7
com.apple.driver.AppleUpstreamUserClient    3.6.1
com.apple.driver.pmtelemetry    1
com.apple.driver.AppleMCCSControl   1.2.13
com.apple.iokit.IOUserEthernet  1.0.1
com.apple.GeForce   10.1.0
com.apple.iokit.IOBluetoothSerialManager    4.4.4f4
com.apple.Dont_Steal_Mac_OS_X   7.0.0
com.apple.driver.AppleHV    1
com.apple.driver.AppleLPC   3.1
com.apple.driver.ACPI_SMC_PlatformPlugin    1.0.0
com.apple.iokit.IOFireWireIPPrivate 2.2.6
com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0
com.apple.iokit.SCSITaskUserClient  3.7.7
com.apple.iokit.IOAHCIBlockStorage  2.8.5
com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0
com.apple.BootCache 38
com.apple.driver.AppleIntel8254XEthernet    3.1.4b1
com.apple.driver.AppleFWOHCI    5.5.2
com.apple.driver.AirPort.Atheros40  700.74.5
com.apple.driver.AppleAHCIPort  3.1.8
com.apple.driver.AppleIntelPIIXATA  2.5.1
com.apple.driver.usb.AppleUSBEHCIPCI    1.0.1
com.apple.driver.usb.AppleUSBUHCIPCI    1.0.1
com.apple.driver.AppleRTC   2.0
com.apple.driver.AppleACPIButtons   4.0
com.apple.driver.AppleHPET  1.8
com.apple.driver.AppleSMBIOS    2.1
com.apple.driver.AppleACPIEC    4.0
com.apple.driver.AppleAPIC  1.7
com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0
com.apple.nke.applicationfirewall   163
com.apple.security.quarantine   3
com.apple.security.TMSafetyNet  8
com.apple.driver.AppleIntelCPUPowerManagement   218.0.0
com.apple.kext.triggers 1.0
com.apple.driver.DspFuncLib 274.7
com.apple.kext.OSvKernDSPLib    525
com.apple.driver.AppleSMBusController   1.0.14d1
com.apple.iokit.IOSurface   108.2.1
com.apple.iokit.IOAcceleratorFamily2    205.3
com.apple.nvidia.driver.NVDAGF100Hal    10.1.0
com.apple.nvidia.driver.NVDAResman  10.1.0
com.apple.AppleGraphicsDeviceControl    3.12.6
com.apple.iokit.IOSerialFamily  11
com.apple.iokit.IOBluetoothFamily   4.4.4f4
com.apple.driver.CoreCaptureResponder   1
com.apple.iokit.IONDRVSupport   2.4.1
com.apple.driver.AppleHDAController 274.7
com.apple.iokit.IOGraphicsFamily    2.4.1
com.apple.iokit.IOHDAFamily 274.7
com.apple.iokit.IOAudioFamily   204.3
com.apple.vecLib.kext   1.2.0
com.apple.driver.AppleSMC   3.1.9
com.apple.driver.IOPlatformPluginLegacy 1.0.0
com.apple.driver.IOPlatformPluginFamily 6.0.0d7
com.apple.iokit.IOFireWireIP    2.2.6
com.apple.iokit.IOSlowAdaptiveClockingFamily    1.0.0
com.apple.iokit.IOSCSIMultimediaCommandsDevice  3.7.7
com.apple.iokit.IOBDStorageFamily   1.8
com.apple.iokit.IODVDStorageFamily  1.8
com.apple.iokit.IOCDStorageFamily   1.8
com.apple.iokit.IOAHCISerialATAPI   2.6.2
com.apple.iokit.IOSCSIArchitectureModelFamily   3.7.7
com.apple.iokit.IOFireWireFamily    4.6.0
com.apple.iokit.IO80211Family   1110.26
com.apple.iokit.IONetworkingFamily  3.2
com.apple.driver.corecapture    1.0.4
com.apple.iokit.IOAHCIFamily    2.8.1
com.apple.iokit.IOATAFamily 2.5.3
com.apple.driver.usb.AppleUSBUHCI   1.0.1
com.apple.driver.usb.AppleUSBEHCI   1.0.1
com.apple.iokit.IOUSBFamily 900.4.1
com.apple.iokit.IOUSBHostFamily 1.0.1
com.apple.driver.AppleUSBHostMergeProperties    1.0.1
com.apple.driver.AppleEFINVRAM  2.0
com.apple.driver.AppleEFIRuntime    2.0
com.apple.iokit.IOHIDFamily 2.0.0
com.apple.iokit.IOSMBusFamily   1.1
com.apple.security.sandbox  300.0
com.apple.kext.AppleMatch   1.0.0d1
com.apple.driver.AppleKeyStore  2
com.apple.driver.AppleMobileFileIntegrity   1.0.5
com.apple.driver.AppleCredentialManager 1.0
com.apple.driver.DiskImages 417.2
com.apple.iokit.IOStorageFamily 2.1
com.apple.iokit.IOReportFamily  31
com.apple.driver.AppleFDEKeyStore   28.30
com.apple.driver.AppleACPIPlatform  4.0
com.apple.iokit.IOPCIFamily 2.9
com.apple.iokit.IOACPIFamily    1.4
com.apple.kec.Libm  1
com.apple.kec.pthread   1
com.apple.kec.corecrypto    1.0
Model: MacPro1,1, BootROM MP11.005C.B08, 4 processors, Dual-Core Intel Xeon, 2.66 GHz, 4 GB, SMC 1.7f10
Graphics: NVIDIA GeForce GT 610, NVIDIA GeForce GT 610, PCIe, 1024 MB
Memory Module: DIMM Riser A/DIMM 1, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x830B, 0x4E54353132543732553839413842442D3343
Memory Module: DIMM Riser A/DIMM 2, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x830B, 0x4E54353132543732553839413842442D3343
Memory Module: DIMM Riser B/DIMM 1, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x830B, 0x4E54353132543732553839413842442D3343
Memory Module: DIMM Riser B/DIMM 2, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x802C, 0x39485446363437324A592D36363742344433
Memory Module: DIMM Riser A/DIMM 3, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x80AD, 0x48594D5035363441373243503844332D5935
Memory Module: DIMM Riser A/DIMM 4, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x80AD, 0x48594D5035363441373243503844332D5935
Memory Module: DIMM Riser B/DIMM 3, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x830B, 0x4E54353132543732553839423442442D3343
Memory Module: DIMM Riser B/DIMM 4, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x80AD, 0x48594D5035363441373243503844332D5935
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.74.0-P2P
Network Service: Ethernet 2, Ethernet, en1
Network Service: FireWire, FireWire, fw0
Serial ATA Device: ST1000DM003-1CH162, 1 TB
Serial ATA Device: ST31000524AS, 1 TB
Serial ATA Device: TSSTcorpCD/DVDW TS-H653L
USB Device: USB Bus
USB Device: USB Bus
USB Device: USB Bus
USB Device: USB Bus
USB Device: USB 2.0 Bus
FireWire Device: built-in_hub, Up to 800 Mb/sec
FireWire Device: Macintosh, Apple Computer, Inc., Up to 400 Mb/sec
Thunderbolt Bus: 

Question : bypass EFILoginUI

It's not issue, just a question.

Can this bootloader be used on 64 bits ?
Does your bootloader bypass the EFILoginUI on 64 bit machine ?

Thanks.

Message & FaceTime not working

FaceTime and message seem to fail authentication with apple servers. I may call and play dumb to see if they can whitelist my serial. It is a genuine Apple Mac after all.

Network and Bluetooth Problems

Hello volks and thank you a lot for this awesome project!

I've installed OS X 11 with boot.efi v3.1 on a Mac:
MacPro1,1 · 2x2,66 GHz · 7 GB RAM · BootROM MP11.005C.B08

First of all: It's very slow. I didn't test it with OS X 10 but with OS X 9.5 this Mac is much faster respectively it runs very good with OS X 9.5

Bugs with OS X 11:

  1. Bluetooth connection to Keyboard (Model 2007) failed
  2. Internal Network connection and VNC not possible

OS X El Capitan

i have mac pro 2.1 and i install OS X El Capitan 10.11.6
graphic card nvidia quardo fx 4500 not work

32 bits boot.efi doesn't work with OS X El Capitan Security Update 2016-001

Unfortunately, the 32 bits boot.efi doesn't work with the Security Update 2016-001 for OS X El Capitan. The boot process throws error, and the system reboot constantly.

I've checked bothboot.efi files in /usr/standalone/i386 and /System/Library/CoreServices, and PlatformSupport.plist file as well: no one has been touched or updated by this patch. The problem seems to rely on some new kernel incompatibility with the 32 bits boot.efi.

I'm sorry, I don't have any textual log or error output. The only thing I can join to this report is a boot screen photo with the crash.

The only solution was to restore my full system using Time Machine...

Security Update 2016-001 Crash

system_profiler SPPCIDataType crashes

I am using this boot loader on a MacPro1,1 and when /usr/sbin/system_profiler tries to list the SPPCIDataType data type, the program crashes. No idea if that is related to the bootloader or not ...

system_profiler SPPCIDataType
2014-10-20 21:10:08.670 system_profiler[10531:127437] Property list invalid for format: 200 (property list dictionaries may only have keys which are CFStrings, not 'CFNumber')
2014-10-20 21:10:08.672 system_profiler[10531:127437] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'data parameter is nil'
*** First throw call stack:
(
    0   CoreFoundation                      0x00007fff8c3e964c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff8ba0c6de objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8c3e94fd +[NSException raise:format:] + 205
    3   Foundation                          0x00007fff82dfb21f +[NSPropertyListSerialization propertyListWithData:options:format:error:] + 67
    4   SPSupport                           0x000000010bce207a -[SPDocument _setReport:forDataType:] + 97
    5   SPSupport                           0x000000010bce243a -[SPDocument _reportFromBundlesForDataType:] + 690
    6   SPSupport                           0x000000010bce2a47 -[SPDocument reportForDataType:] + 180
    7   SPSupport                           0x000000010bce2d01 __34-[SPDocument reportsForDataTypes:]_block_invoke + 68
    8   libdispatch.dylib                   0x00007fff88c06344 _dispatch_client_callout2 + 8
    9   libdispatch.dylib                   0x00007fff88c06873 _dispatch_apply_serial + 42
    10  libdispatch.dylib                   0x00007fff88bfac13 _dispatch_client_callout + 8
    11  libdispatch.dylib                   0x00007fff88c059a1 _dispatch_sync_f_invoke + 39
    12  libdispatch.dylib                   0x00007fff88c05f60 dispatch_apply_f + 290
    13  SPSupport                           0x000000010bce2b55 -[SPDocument reportsForDataTypes:] + 234
    14  SPSupport                           0x000000010bce5d66 -[SPDocument xmlPropertyListRepresentationForDataTypes:] + 27
    15  system_profiler                     0x000000010bcd3865 system_profiler + 18533
    16  system_profiler                     0x000000010bcd3a6c system_profiler + 19052
    17  libdispatch.dylib                   0x00007fff88bff323 _dispatch_call_block_and_release + 12
    18  libdispatch.dylib                   0x00007fff88bfac13 _dispatch_client_callout + 8
    19  libdispatch.dylib                   0x00007fff88bfe365 _dispatch_queue_drain + 1100
    20  libdispatch.dylib                   0x00007fff88bffecc _dispatch_queue_invoke + 202
    21  libdispatch.dylib                   0x00007fff88bfd6b7 _dispatch_root_queue_drain + 463
    22  libdispatch.dylib                   0x00007fff88c0bfe4 _dispatch_worker_thread3 + 91
    23  libsystem_pthread.dylib             0x00007fff89c6d6cb _pthread_wqthread + 729
    24  libsystem_pthread.dylib             0x00007fff89c6b4a1 start_wqthread + 13
)
libc++abi.dylib: terminating with uncaught exception of type NSException
2014-10-20 21:10:13.877 system_profiler[10530:127420] Non-zero termination status from '/usr/sbin/system_profiler -nospawn -xml SPPCIDataType -detailLevel full', termination status: 6

Apple logo or loading bar doesn't immediately show up!

I noticed that the Apple logo and loading bar don't show up until about 15 seconds after the machine is turned on there is a blank white screen then the logo and loading bar show up, but it boots up fine. Just thought i would let you know of this issue, thanks.

Mac OS X El Capitan USB Ports Not Working!

Hello, i've successfully installed Mac OS X El Capitan on my Mac Pro 1,1. It booted up normally(also, i have a radeon hd 5770 not stock card.) but the USB ports aren't responding, i tried switching my keyboard and mouse to different ports, nothing. I tried to plug in a USB flash drive, nothing. Please Help!

Mac Pro 1,1 and El Cap Security update 2016-002

Has anyone experienced a problem with the 2016-002 update of El Capitan? For me, after update, the boot process starts normally, but with the progress bar is halfway through, the monitor goes off, occasionally flashing...showing that the progress bar is not moving. It never seems to finish the boot.

My Mac Pro still boots from another disk with the previous OS. Running fsck verifies that the disk is fine.

Should I retry the install...or is it s problem with the boot.efi file?

bug in _aullshr

the function "_aullshr" is totally wrong in src/boot/x86/CompilerX86.cpp

correct implement is

extern "C" int __declspec(naked) _aullshr()
{
    __asm
    {
        cmp         cl, 64
        jae         RETZERO

        cmp         cl, 32
        jae         MORE32
        shrd        eax, edx, cl
        shr         edx, cl
        ret

    MORE32:
        mov         eax, edx
        xor         edx, edx
        and         cl, 31
        shr         eax, cl
        ret

    RETZERO:
        xor         eax, eax
        xor         edx, edx
        ret
    }
}

Can't Delete boot.efi to replace it

ok, i have tried everything to delete boot.efi file so that i can replace it with the github version but i'm unable to do so. i do not have permissions and can't change the locked status of the file.

After Security Update 2018-001, MacPro 1,1 no longer boot

My MacPro 1,1 using Piker boot.efi worked fine until the last "Security Update 2018-001".

Now, the machine starts booting then loop back to chime ...

In verbose mode, no "interesting" (for debug) message seems to be shown.

Any idea ?

boot.sln does not generate 64-bit boot.efi version

With any compiler Configuration (Release, Release(Black), Release(Grey) on x64 Platform and Build boot.sln does not generate .efi file.
.lib file has been generated.

I've tried both VS 2013 and VS 2015.

The Gestalt selector gestaltSystemVersion is returning 10.9.6 instead of 10.11.6

Hi there, I followed all the steps on how to make my old MacPro 1,1 run on El Capitan. And it works! However, when I try to install Adobe Acrobat Pro it gives this in Console: 21/11/17 15:28:12,143 AdobeAcrobat[5119]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.6 instead of 10.11.6. This is not a bug in Gestalt -- it is a documented limitation. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
Call location:

Acrobat runs sorta, but a lot of functionality is lost. I cannot drag documents into the icon, they just won't open. And also I cannot use Find.

Can anyone help me get the version: 10.11.6 right?

#27
#30

Thanks, Newbie Bertus

Piker Alpha Support (upgrading Mac OS X 10.7 to Mac OS X > 10.9)

  1. Can this work with 10.9 Mavericks or is it tied more strictly to OS 10.11 El Capitan?

  2. Will UEFI swap disable OS X from working on previous versions? I.E. will OS X 10.7 now not work with Piker UEFI update?

  3. Can 10.7 be dual booted with 10.8+?

  4. X 1900XT graphics cards will they be able to run OS X 10.11 El Capitan or not?

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.