Podman init/start causes kernel panic on 2021 M1 Macbook Pro 16-inch #14633
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
macos
MacOS (OSX) related
remote
Problem is in podman-remote
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Steps to reproduce the issue:
On an M1 16-inch Macbook Pro (2021):
podman machine init
podman machine start
Describe the results you received:
Kernel panic (due to unsupported use of qemu
highmem
flag)Describe the results you expected:
No kernet panic
Additional information you deem important (e.g. issue happens only occasionally):
Reproduces reliably. Issue is caused by commit 8d3e657. Tried the following to verify:
This is a known issue, caused by using
highmem=on
with-accel hvf
on an M1 mac. See below for more info: utmapp/UTM#3946Output of
podman version
:7.1.1
Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
N/A
The text was updated successfully, but these errors were encountered: