Jump to content

Chameleon 2.4svn Official PKG Installer


ErmaC
4,261 posts in this topic

Recommended Posts

Hi wartomato is my bad​ :blush:  , 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

  • Like 1
Link to comment
Share on other sites

Hi wartomato is my bad​ :blush:  , 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).

:)  :)

  • Like 1
Link to comment
Share on other sites

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 ! 

attachicon.giferror_boot.png

 

Ok ! I found this error and i fixed file mboot.c ! And this works !

Please try this boot !

 

attachicon.gifboot_2656_rc1.zip

Testing and  Same picture for me 

Sorry! 

Link to comment
Share on other sites

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  

 

img_0012.jpg

 

But I have Kp after  

Do you want picture of the KP ?

Link to comment
Share on other sites

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  :blush:

 

Here the KP

 

img_0013.jpg

Link to comment
Share on other sites

-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

@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

post-31928-0-85027400-1429997114_thumb.p

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 

 

post-31928-0-85027400-1429997114_thumb.p

-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   :lol: 

  • Like 1
Link to comment
Share on other sites

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" !

post-31928-0-53623900-1430080505_thumb.png

 

Ok ! I deleted interrupts.c and modified boot.c ! And this works ! 

Please try boot !

boot_2657_final.zip

  • Like 4
Link to comment
Share on other sites

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" !

attachicon.giferror_vector.png

 

Ok ! I deleted interrupts.c and modified boot.c ! And this works ! 

Please try boot !

attachicon.gifboot_2657_final.zip

 

hi.

 

@Bronya

 

it works.

 

@ErmaC

 

Could you refresh OPI by including this change and #2838 ?

 

thx

  • Like 3
Link to comment
Share on other sites

×
×
  • Create New...