Re: openbsd74/arm64 kernel panic on m2

2023-10-25 Thread Evgeniy Kozhuhovskiy
Thank you, that works for me!

On Fri, Oct 20, 2023 at 6:32 AM Tobias Heider  wrote:
>
> Hi,
>
> it looks like we have a bug in handling the new 13.5 firmware.
> Unfortunately I think the official Asahi installer no longer let's
> you pick a firmware version by hand so it will always give you 13.5
> if your macos installation is up-to-date.
>
> I am hosting my own version of the installer here:
> https://tobhe.de/openbsd/install
> That should work with 7.4, but I have only tested it on a m1 mini.
>
> On Wed, Oct 18, 2023 at 05:47:47PM +0530, Evgeniy Kozhuhovskiy wrote:
> > Hello,
> > here it is as a text:
> >
> > panic: kernel diagnostic assertion "error == 0" failed: file
> > "/usr/src/sys/arch/arm64/dev/rtkit.c", line 553
> > Stopped at panic+0x164: cmp w21, #0x0
> > TID PID UID PRFLAGS PFLAGS CPU COMMAND
> > * 0 0 0x1 0x200 OK swapper
> > db_enter() at panic+0×168
> > panic() at __assert +0×28
> >
> > Also may be that info would be helpful:
> >   Product name: MacBook Air (M2, 2022)
> >   SoC: Apple M2
> >   Device class: j413ap
> >   Product type: Mac14,2
> >   Board ID: 0x28
> >   Chip ID: 0x8112
> >   System firmware: iBoot-8422.141.2
> >   OS version: 13.6 (22G120)
> >   SFR version: 22.7.120.0.0,0
> >   System rOS version: 13.6 (22G120)
> >
> >
> >
> > On Wed, Oct 18, 2023 at 4:31 PM Otto Moerbeek  wrote:
> > >
> > > On Wed, Oct 18, 2023 at 03:24:08PM +0530, Evgeniy Kozhuhovskiy wrote:
> > >
> > > > Hello!
> > > >
> > > > I just installed OpenBSD 7.4 on my M2 Air 13 (Model Number: 
> > > > Z15W000KZRU/A),
> > > > but it would not boot.
> > > >
> > > > I'm attaching photo of kernel panic. Unfortunately, keyboard is not 
> > > > working
> > > > in ddb.[image: IMG_2604.jpg]
> > > >
> > > > --
> > > > With best regards, Evgeniy Kozhuhovskiy
> > >
> > > Screenshots are often ignored and at least provide a barrier to get
> > > answers.
> > >
> > > If you provide the panic message and backtrace in the mail, he right
> > > people might get triggered and text searches works for others having
> > > the same issue.
> > >
> > > -Otto
> >
> >
> >
> > --
> > With best regards, Evgeniy Kozhuhovskiy
> >



-- 
With best regards, Evgeniy Kozhuhovskiy



Re: openbsd74/arm64 kernel panic on m2

2023-10-19 Thread Tobias Heider
Hi,

it looks like we have a bug in handling the new 13.5 firmware.
Unfortunately I think the official Asahi installer no longer let's
you pick a firmware version by hand so it will always give you 13.5
if your macos installation is up-to-date.

I am hosting my own version of the installer here:
https://tobhe.de/openbsd/install
That should work with 7.4, but I have only tested it on a m1 mini.

On Wed, Oct 18, 2023 at 05:47:47PM +0530, Evgeniy Kozhuhovskiy wrote:
> Hello,
> here it is as a text:
> 
> panic: kernel diagnostic assertion "error == 0" failed: file
> "/usr/src/sys/arch/arm64/dev/rtkit.c", line 553
> Stopped at panic+0x164: cmp w21, #0x0
> TID PID UID PRFLAGS PFLAGS CPU COMMAND
> * 0 0 0x1 0x200 OK swapper
> db_enter() at panic+0×168
> panic() at __assert +0×28
> 
> Also may be that info would be helpful:
>   Product name: MacBook Air (M2, 2022)
>   SoC: Apple M2
>   Device class: j413ap
>   Product type: Mac14,2
>   Board ID: 0x28
>   Chip ID: 0x8112
>   System firmware: iBoot-8422.141.2
>   OS version: 13.6 (22G120)
>   SFR version: 22.7.120.0.0,0
>   System rOS version: 13.6 (22G120)
> 
> 
> 
> On Wed, Oct 18, 2023 at 4:31 PM Otto Moerbeek  wrote:
> >
> > On Wed, Oct 18, 2023 at 03:24:08PM +0530, Evgeniy Kozhuhovskiy wrote:
> >
> > > Hello!
> > >
> > > I just installed OpenBSD 7.4 on my M2 Air 13 (Model Number: 
> > > Z15W000KZRU/A),
> > > but it would not boot.
> > >
> > > I'm attaching photo of kernel panic. Unfortunately, keyboard is not 
> > > working
> > > in ddb.[image: IMG_2604.jpg]
> > >
> > > --
> > > With best regards, Evgeniy Kozhuhovskiy
> >
> > Screenshots are often ignored and at least provide a barrier to get
> > answers.
> >
> > If you provide the panic message and backtrace in the mail, he right
> > people might get triggered and text searches works for others having
> > the same issue.
> >
> > -Otto
> 
> 
> 
> --
> With best regards, Evgeniy Kozhuhovskiy
> 



Re: openbsd74/arm64 kernel panic on m2

2023-10-19 Thread Evgeniy Kozhuhovskiy
Hello,
here it is as a text:

panic: kernel diagnostic assertion "error == 0" failed: file
"/usr/src/sys/arch/arm64/dev/rtkit.c", line 553
Stopped at panic+0x164: cmp w21, #0x0
TID PID UID PRFLAGS PFLAGS CPU COMMAND
* 0 0 0x1 0x200 OK swapper
db_enter() at panic+0×168
panic() at __assert +0×28

Also may be that info would be helpful:
  Product name: MacBook Air (M2, 2022)
  SoC: Apple M2
  Device class: j413ap
  Product type: Mac14,2
  Board ID: 0x28
  Chip ID: 0x8112
  System firmware: iBoot-8422.141.2
  OS version: 13.6 (22G120)
  SFR version: 22.7.120.0.0,0
  System rOS version: 13.6 (22G120)



On Wed, Oct 18, 2023 at 4:31 PM Otto Moerbeek  wrote:
>
> On Wed, Oct 18, 2023 at 03:24:08PM +0530, Evgeniy Kozhuhovskiy wrote:
>
> > Hello!
> >
> > I just installed OpenBSD 7.4 on my M2 Air 13 (Model Number: Z15W000KZRU/A),
> > but it would not boot.
> >
> > I'm attaching photo of kernel panic. Unfortunately, keyboard is not working
> > in ddb.[image: IMG_2604.jpg]
> >
> > --
> > With best regards, Evgeniy Kozhuhovskiy
>
> Screenshots are often ignored and at least provide a barrier to get
> answers.
>
> If you provide the panic message and backtrace in the mail, he right
> people might get triggered and text searches works for others having
> the same issue.
>
> -Otto



--
With best regards, Evgeniy Kozhuhovskiy



Re: openbsd74/arm64 kernel panic on m2

2023-10-18 Thread Otto Moerbeek
On Wed, Oct 18, 2023 at 03:24:08PM +0530, Evgeniy Kozhuhovskiy wrote:

> Hello!
> 
> I just installed OpenBSD 7.4 on my M2 Air 13 (Model Number: Z15W000KZRU/A),
> but it would not boot.
> 
> I'm attaching photo of kernel panic. Unfortunately, keyboard is not working
> in ddb.[image: IMG_2604.jpg]
> 
> -- 
> With best regards, Evgeniy Kozhuhovskiy

Screenshots are often ignored and at least provide a barrier to get
answers.

If you provide the panic message and backtrace in the mail, he right
people might get triggered and text searches works for others having
the same issue.

-Otto