
02-01-2010, 01:04 AM
|
 |
|
|
Join Date: Nov 2008
Location: Florida, US
Posts: 521
|
|
Are you saying that your com.apple.Boot.plist looks word for word like this?
Have you converted this EFI string from XML to hexidecimal form. Its usually included into your com.apple.Boot.plist like this under the device-properties key.
They key still being one fix at a time Injector kext OR EFI String not both at the same time.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kernel</key>
<string>bt(0,0)/mach_kernel</string>
<key>Kernel Flags</key>
<string>-v idlehalt=0 blacklist=0</string>
<key>wait</key>
<string>no</key>
<key>timeout</key>
<string>5</string>
<key>device-properties</key>
<string>6c0200000100000001000000600200000d00000002010c00d041030a0100000001010600000f0101060000007
fff04000e0000004e00560050004d000000200000000100000000000000000000000000000000000000000000000000000022
0000005600520041004d002c0074006f00740061006c00730069007a006500000008000000000000101c0000006400650076
006900630065005f00740079007000650000000f0000004e5644412c506172656e740e0000006e0061006d00650000000b000
000646973706c617922000000400030002c006400650076006900630065005f00740079007000650000000b0000006469737
06c617922000000400031002c006400650076006900630065005f00740079007000650000000b000000646973706c6179100
000006d006f00640065006c0000001a0000004e7669646961204765466f726365203736303020475420000000400031002c0
063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d616314000000400030002c006e00610
06d0065000000120000004e5644412c446973706c61792d4114000000400031002c006e0061006d0065000000120000004e5
644412c446973706c61792d4220000000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5
644412c4e564d6163100000004e00560043004100500000001800000004000000000003000c00000000000007000000001e0
0000072006f006d002d007200650076006900730069006f006e0000002e0000004e7669646961204765466f72636520373630
30204754204f70656e474c20456e67696e65205b4546495d</string>
</dict>
</plist>
MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
|