-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel panic on ARM64: "Requested init virtme-init failed (error -8)" #233
Comments
Hello, Do you have the same issue when using Also, typically when building for a different architecture, the |
Not providing the |
Because it doesn't make sense to run on a different architecture, but with the host's root FS. Print a warning, not to block weird use-cases, or if the same arch as the host is passed to --arch. Link: arighi#233 Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
Because it doesn't make sense to run on a different architecture, but with the host's root FS. Hopefully this is not going to block weird use-cases. Link: arighi#233 Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
#234 should then hopefully help to prevent future issues! |
Kernel panics when running
virtme-ng
to test an ARM64 Linux kernel on an x86-64 host. The issue occurs whenvirtme-init
fails to execute with error-8
, leading to a kernel panic.Steps to reproduce
Observed behavior
Boot fails with the following panic message:
System information
The text was updated successfully, but these errors were encountered: