Jump to content
272 posts in this topic

Recommended Posts

it has been a lot o time since last time I have  seen a double kernel panic

This looks like something else.  These people has a fix for intel cpu https://www.tonymacx86.com/threads/kernel-panic-and-reboot-while-installing-sierra-g4500-h110.207109/ .

this is not our problem, the problem of that people is that Skylake pentiums (that supports also sse4.1) needs fake cpu id to work, we are instead working with cpus that needs a lot of kernel mods to run properly, specifically an engine to emulate sse4.1 instructions that are missing in older cpus

How about add amfi_get_out_of_my_way=1 to kernel flag?

It doesn't help.

 

I updated my sierra installer to 10.12.6 and now it shows me this(with -f flag):

post-1299088-0-31302000-1508215974_thumb.jpg

 

But if it boots with -x flag it will show this:

post-1299088-0-54650000-1508216053_thumb.jpg

  • Like 1

It doesn't help.

 

I updated my sierra installer to 10.12.6 and now it shows me this(with -f flag):

attachicon.gifIMG_1813.JPG

 

But if it boots with -x flag it will show this:

attachicon.gifIMG_1814.JPG

Turned on more opemu print.  My test shows no problem for pinsrtb.

  • Like 1

unfortunately no luck, at the end the system stops at this point.

What changes did you make?

15085252028401320700673.jpg

Did you try with Enoch r2902?

I've tried to boot with Enoch r2889

unfortunately no luck, at the end the system stops at this point.

What changes did you make?

  

I've tried to boot with Enoch r2889

This issue will go away with Enoch r2902
  • Like 1

same problem

 

Edit:

current bootloader version is better than previous version. The image shows another panic message from my last faulty kernel

Screenshot_last_kernel_2017-10-21-11-37-51.png

  • Like 1

same problem

 

Edit:

current bootloader version is better than previous version. The image shows another panic message from my last faulty kernel

That means something else is wrong.

My change handles invalid opcode traps for all sse4.1 instructions with emulations.

All the emulations are tested against compiler intrinsics.

  • Like 1

That means something else is wrong.

My change handles invalid opcode traps for all sse4.1 instructions with emulations.

All the emulations are tested against compiler intrinsics.

okay, would it be possible to publish the sse4.1 emulator?

edit:

I've also been using the gcc compiler intrinsics (sse4.1) in my source but without success :(

okay, would it be possible to publish the sse4.1 emulator?

edit:

I've also been using the gcc compiler intrinsics (sse4.1) in my source but without success :(

Here you go.  May the source be with you.  Notice there is a bug fix for libuids86.

A separate patch is needed for standalone libuids86 because that file is generated at compile time.

 

Can not use intrinsics for this, circular logic. 

patch.zip

  • Like 3
×
×
  • Create New...