krunvm
krunvm copied to clipboard
Failure to start x86 container with rosetta on macos
I'm running krunvm on macOS 14.0 23A344 arm64, MacBookPro18,3 .
I have setup the .krun-rosetta file correctly, and run the following command:
krunvm create -x ubuntu --name ubuntu-rosetta
Unfortunately krunvm crashes when I start the vm krunvm start ubuntu-rosetta /bin/bash
assertion failed [!mmap_result.is_error && mmap_result.value == kSlabAllocatorInterval.left]: Could not mmap data for the VMTracker slab allocator: 12
(VMAllocationTracker.cpp:318 init)
Hm... it's been a while since I've tried it. Will take a look at this next week.