MacOS Rosetta broke on latest kernel Fedora 41 (rosetta error: unhandled auxillary vector type 29)
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
Though this is not lima issue, opening this issue for reference to users who are all facing similar issue.
After creating new instance,
```
[root@lima-chasan ~]# uname -a
Linux lima-chasan 6.11.4-301.fc41.aarch64 #1 SMP PREEMPT_DYNAMIC Sun Oct 20 15:21:05 UTC 2024 aarch64 GNU/Linux
[root@lima-chasan ~]#
[root@lima-chasan ~]# podman run -it --rm --platform linux/amd64 ubuntu bash
root@89049f16056a:/# ps -eaf
UID PID PPID C STIME TTY TIME CMD
root 1 0 2 13:58 pts/0 00:00:00 /usr/bin/bash
root 4 1 50 13:58 pts/0 00:00:00 /usr/bin/ps -eaf
root@89049f16056a:/#
```
After updating the instance to latest, its not working
```
[root@lima-chasan ~]# uname -a
Linux lima-chasan 6.14.6-200.fc41.aarch64 #1 SMP PREEMPT_DYNAMIC Fri May 9 20:22:11 UTC 2025 aarch64 GNU/Linux
[root@lima-chasan ~]#
[root@lima-chasan ~]# podman run -it --rm --platform linux/amd64 ubuntu bash
rosetta error: unhandled auxillary vector type 29
[root@lima-chasan ~]#
```
Contributor guide
Assessment
This issue has not been assessed yet.