abiosoft / colima

Container runtimes on macOS (and Linux) with minimal setup
MIT License
17.75k stars 365 forks source link

Fresh install on monterey #986

Open fruitybagel opened 4 months ago

fruitybagel commented 4 months ago

Description

Fresh install doesn't boot

Here is the bootlog:

[    1.124532]  ? __pfx_kernel_init+0x10/0x10
[    1.125254]  prepare_namespace+0x6c/0x2c0
[    1.125966]  kernel_init_freeable+0x1e5/0x220
[    1.126726]  kernel_init+0x1b/0x200
[    1.127396]  ret_from_fork+0x47/0x70
[    1.128250]  ? __pfx_kernel_init+0x10/0x10
[    1.129308]  ret_from_fork_asm+0x1b/0x30
[    1.130104]  </TASK>
[    1.131184] Kernel Offset: 0x2ac00000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
[    1.132994] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(253,1) ]---

Version

colima version 0.6.7 git commit: ba1be00e9aec47f2c1ffdacfb7e428e465f0b58a limactl version 0.19.1 qemu-img version 8.2.0 Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers

Operating System

Output of colima status

FATA[0000] colima is not running

Reproduction Steps

  1. install
  2. start

Expected behaviour

Working

Additional context

No response

ghost commented 3 months ago

This happens also on colima 0.6.8 on macOS Intel >= 14 (Sonoma). The QEMU does not boot the VM (I get similar kernel panic) so colima start does not work.