Micky1979 Posted April 18, 2015 Share Posted April 18, 2015 Hi wartomato is my bad , go in /i386/util/sectorsize.c and at line 122 change } else if (!ioctl(diskdevice, DKIOCGETBLOCKSIZE, &size) != -1) { to } else if (ioctl(diskdevice, DKIOCGETBLOCKSIZE, &size) != -1) { delete the extra "!". hope that now works 1 Link to comment Share on other sites More sharing options...
wartomato Posted April 18, 2015 Share Posted April 18, 2015 Hi wartomato is my bad , go in /i386/util/sectorsize.c and at line 122 change } else if (!ioctl(diskdevice, DKIOCGETBLOCKSIZE, &size) != -1) { to } else if (ioctl(diskdevice, DKIOCGETBLOCKSIZE, &size) != -1) { delete the extra "!". hope that now works Hi Micky, all good. Anyone can make typo errors. ... I already changed this and built successful. (I wanted to post this this second, but you answered faster than lightning (or myself). 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted April 18, 2015 Share Posted April 18, 2015 Yep was like to say "is always true because if false is equal to false...then is true" @ErmaC please make this correction Link to comment Share on other sites More sharing options...
ErmaC Posted April 19, 2015 Author Share Posted April 19, 2015 Yep was like to say "is always true because if false is equal to false...then is true" @ErmaC please make this correction Done! 2657 ErmaC 1 Link to comment Share on other sites More sharing options...
Bronya Posted April 25, 2015 Share Posted April 25, 2015 Hi to all ! On this site write " [2643] Revert changes for multiboot args." <-- this error boot. I get error if i run osx 10.5 with latest bootloader ! Ok ! I found this error and i fixed file mboot.c ! And this works ! Please try this boot ! boot_2656_rc1.zip 4 Link to comment Share on other sites More sharing options...
Micky1979 Posted April 25, 2015 Share Posted April 25, 2015 Was something concerning patches to APIC table? Link to comment Share on other sites More sharing options...
Bronya Posted April 25, 2015 Share Posted April 25, 2015 No , i deleted any_patch ! Link to comment Share on other sites More sharing options...
chris1111 Posted April 25, 2015 Share Posted April 25, 2015 Hi to all ! On this site write " [2643] Revert changes for multiboot args." <-- this error boot. I get error if i run osx 10.5 with latest bootloader ! error_boot.png Ok ! I found this error and i fixed file mboot.c ! And this works ! Please try this boot ! boot_2656_rc1.zip Testing and Same picture for me Sorry! Link to comment Share on other sites More sharing options...
Micky1979 Posted April 25, 2015 Share Posted April 25, 2015 No no Bronya, this was not the question... only curiosity about the part of code involved 1 Link to comment Share on other sites More sharing options...
Bronya Posted April 25, 2015 Share Posted April 25, 2015 Testing and Same picture for me Sorry! Where picture ? )) Link to comment Share on other sites More sharing options...
chris1111 Posted April 25, 2015 Share Posted April 25, 2015 Where picture ? )) I trying on USB Installer OS Yosemite 10.10.3 Ok first try I have same picture and second try and all of the attempt the boot is ok But I have Kp after Do you want picture of the KP ? Link to comment Share on other sites More sharing options...
Bronya Posted April 25, 2015 Share Posted April 25, 2015 Do you want picture of the KP ? Yes ! 1 Link to comment Share on other sites More sharing options...
chris1111 Posted April 25, 2015 Share Posted April 25, 2015 Yes ! This strange All the time I need to boot two time for booting ok because the boot stop at the picture your posting and its the same with 2657 Here the KP Link to comment Share on other sites More sharing options...
Bronya Posted April 25, 2015 Share Posted April 25, 2015 @chris1111, this KP with my 2656 and 2657 ? You tried in singleboot flag "-f" ? Also try delete modules ! What version working for you ? 2570 ? If with 2572 up latest version you get this KP ? Link to comment Share on other sites More sharing options...
Micky1979 Posted April 25, 2015 Share Posted April 25, 2015 -f require the kernel to be existing. EDIT otherwise Chameleon search the kernel on helper partition (this booting vanilla installer) Chris any problem on a already installed OSX? Link to comment Share on other sites More sharing options...
chris1111 Posted April 25, 2015 Share Posted April 25, 2015 @chris1111, this KP with my 2656 and 2657 ? You tried in singleboot flag "-f" ? Also try delete modules ! What version working for you ? 2570 ? If with 2572 up latest version you get this KP ? Yes its your 2656 ! The good one for me its 2570 Up to 2570 its the same result I am on USB Installer Trying to Install ! and my boot plist its this <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ShowInfo</key> <string>Yes</string> <key>Graphics Mode</key> <string>1024x768x32</string> <key>GraphicsEnabler</key> <string>No</string> <key>Instant Menu</key> <string>Yes</string> <key>Legacy Logo</key> <string>No</string> <key>Kernel</key> <string>kernel</string> <key>Kernel Flags</key> <string>-v kext-dev-mode=1 PCIRootUID=0</string> <key>UseKernelCache</key> <string>No</string> </dict> </plist> And yes Up to 2572 I receive this -f require the kernel to be existing. EDIT otherwise Chameleon search the kernel on helper partition (this booting vanilla installer) Chris any problem on a already installed OSX? For me see my configi on my signature Z87X-UD5H thats the same problem with Existing Installation EDIT *** On my Probook 4530s No problem with 2670 EDIT*** Works good on my Probook 2657 1 Link to comment Share on other sites More sharing options...
Bronya Posted April 26, 2015 Share Posted April 26, 2015 Hi ! I tested all boot versions with 2577 up 2657 with man with name "chris1111" ! Thank chris1111 for test full two day ! )))) boot_2577- 2591 - works fine without panic "Unknown Exception Vector 15" ! But if with 2592 - up 2657 <-- get panic ""Unknown Exception Vector 15" ! Because man with name Zenith432 added file interrupts.c and modified boot.c in boot_2592 ! And then panic ! Why panic i no found this error , i dunno how find this error with "EIP:0x3fab2" ! Ok ! I deleted interrupts.c and modified boot.c ! And this works ! Please try boot ! boot_2657_final.zip 4 Link to comment Share on other sites More sharing options...
ea dd Posted April 27, 2015 Share Posted April 27, 2015 Hi ! I tested all boot versions with 2577 up 2657 with man with name "chris1111" ! Thank chris1111 for test full two day ! )))) boot_2577- 2591 - works fine without panic "Unknown Exception Vector 15" ! But if with 2592 - up 2657 <-- get panic ""Unknown Exception Vector 15" ! Because man with name Zenith432 added file interrupts.c and modified boot.c in boot_2592 ! And then panic ! Why panic i no found this error , i dunno how find this error with "EIP:0x3fab2" ! error_vector.png Ok ! I deleted interrupts.c and modified boot.c ! And this works ! Please try boot ! boot_2657_final.zip hi. @Bronya it works. @ErmaC Could you refresh OPI by including this change and #2838 ? thx 3 Link to comment Share on other sites More sharing options...
ErmaC Posted April 27, 2015 Author Share Posted April 27, 2015 Could you refresh OPI by including this change and #2838 ? I'm not at home now.... When I will return I will commit the change to the SVN. ErmaC 1 Link to comment Share on other sites More sharing options...
ErmaC Posted April 27, 2015 Author Share Posted April 27, 2015 Just to be sure before commit those changes...Test this please.ErmaC 1 Link to comment Share on other sites More sharing options...
chris1111 Posted April 27, 2015 Share Posted April 27, 2015 Just to be sure before commit those changes... Test this please. Test_2660.zip ErmaC Perfect Boot 1 Link to comment Share on other sites More sharing options...
ErmaC Posted April 27, 2015 Author Share Posted April 27, 2015 THX ErmaC Link to comment Share on other sites More sharing options...
chris1111 Posted April 28, 2015 Share Posted April 28, 2015 Latest r2662 commit perfect Thanks 1 Link to comment Share on other sites More sharing options...
calibre™ Posted April 28, 2015 Share Posted April 28, 2015 Any chance to add Fake CPUID feature? Its about time imo 1 Link to comment Share on other sites More sharing options...
ea dd Posted April 28, 2015 Share Posted April 28, 2015 Perfect Boot Another confimation of that r2660 is working for me thanks all. 4 Link to comment Share on other sites More sharing options...
Recommended Posts