Skip to main content
Home Forums 68kMLA Mac Pro 1,1 running Mavericks? — #5
Post #5 by uniserver
Source Forum68kMLA
CategorySoftware
Post DateThu, 6 Feb 2014 - 19:55
Original URLhttps://68kmla.org/bb/threads/mac-pro-1-1-running-mavericks.29849/
Post
but what do you guys think about this solution?

there is a homebrew bootloader for OS X 10.91. following those steps to make an install drive

http://www.tips-and-tricks-in-maveri...install-drive/

2. replace boot.efi

boot.efi can be found at System/Library/CoreServices/boot.efi and usr/standalone/i386/boot.efi

3.insert your board-id into OSInstall.mpkg(please google it)

4.insert your board-id into InstallableMachine.plist(please google it)

5.reboot from the usb drive.

===================

this is a native efi32 bootloader, instead of a CSM loader

it built a thunk between EFI64 and EFI32, forwarding EFI64 call from kernel to EFI32 firmware.

so those programs using EFI runtime services, such as bless, nvram will be run without any problem.

this is a full version bootloader, hibernation, filevault2 are also supported out of box.

===================

source code: http://code.google.com/p/macosxbootloader/

it is built with visual studio 2013 and nasm
[attachment=0]boot.zip[/attachment]

mp.ls