Oracle Linux 8.10 on M1 works, but... #3522
-
My project is stuck on Oracle Linux 8 and x86. I recently switched to an M1 Max MacBook Pro running macOS Sonoma 14.7.5, and have been experimenting with various container platforms. I've tried a couple of different Linux distros as a container host under Lima (Ubuntu 24.04.1 LTS, Fedora 42), but they all give indications that there's a kernel mismatch with the ancient Oracle Linux 8 4.x kernel. (E.g. under Ubuntu the Yesterday I tested an Oracle Linux 8.10 VM under Lima 1.0.7 with the intent of using it as a Docker runtime. Despite the warnings that the M1 wouldn't run OL8, it started right up, and the OS seems to run more or less normally. However, in Oracle's infinite wisdom, the OL8 "cloud" image for aarch64 doesn't include the kernel module which implements virtiofs. So the mounts of To attempt to fix this, I installed the Is there a way to get Lima to boot from the updated kernel? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I'll add that Oracle Linux 8 (and 9) can be EFI booted on aarch64. I don't have access to x86_64 hardware to test, but Oracle claims the same is true for that architecture. |
Beta Was this translation helpful? Give feedback.
-
You can use reverse-sshfs instead of virtiofs (since EL doesn't include support for 9p), as long as Oracle includes support for FUSE.
Condolences. Maybe it needs an older server? |
Beta Was this translation helpful? Give feedback.
-
Duplicate of: Fixed in the master branch (v1.1 pre) |
Beta Was this translation helpful? Give feedback.
Duplicate of:
Fixed in the master branch (v1.1 pre)