Replies: 5 comments 3 replies
-
I can interact with the VM terminal after starting it with example/virtualization if this is what you are asking? |
Beta Was this translation helpful? Give feedback.
-
Hmm. Then I'm wondering what I'm doing wrong. I'm running it not with a standard distro, but with a composed minimal one. It's got a small script to read cmdline and determine where to start getty. Yet despite starting several - including to /dev/hvc0 - nothing is interacting. Do you know what device the actual console is using? |
Beta Was this translation helpful? Give feedback.
-
Actually, I tried your approach. I just built from |
Beta Was this translation helpful? Give feedback.
-
You must gunzip the kernel or it will just sit there indeed. (forgot if this step is m1 specific, or is also needed on x86_64) |
Beta Was this translation helpful? Give feedback.
-
It is an arm64 issue. For some reason, arm64 kernels are gzipped (which qemu and others can handle, but macOS VF cannot 🤷♂️ ) while x86_64 use built-in compression. It isn't that, I definitely was using an extracted kernel. |
Beta Was this translation helpful? Give feedback.
-
Did you succeed? What device did you use? It looks, based on your description, that it should be
/dev/hvc0
, but that doesn't seem to do anything.Beta Was this translation helpful? Give feedback.
All reactions