Open obfischer opened 1 year ago
I tried to install Colima via Homebrew on a Apple MacBook Air M1 without any problems. The MacBook is running Ventura 13.2.1.
@obfischer Not sure if this is your issue, but the sha512 of your lima.yaml does not match mine. I manually download (https://github.com/abiosoft/alpine-lima/releases/download/colima-v0.5.0-2/alpine-lima-clm-3.16.2-x86_64.iso) and correspond to the sha512 that is in my lima.yaml
I am actually not able to reproduce this.
Can you try the development version brew install --head colima
?
@obfischer Not sure if this is your issue, but the sha512 of your lima.yaml does not match mine. I manually download (https://github.com/abiosoft/alpine-lima/releases/download/colima-v0.5.0-2/alpine-lima-clm-3.16.2-x86_64.iso) and correspond to the sha512 that is in my lima.yaml
I noticed the same as well. Looks like you have a local cache of the image, maybe try downloading again.
same issue here...
my versions: mac os: 13.4.1 colima: 0.5.5 HEAD-627c4fd lima: stable 0.16.0 (bottled), HEAD docker: 24.0.4 qemu: 8.0.3
this fixed it for me:
brew reinstall -f --force-bottle qemu
Hi all,
sorry for not taking part for a long time in the dicussion. Meanwhile I reinstalled my machine and everything works fine now.
@miguelvr Next time, if this occurs again, I will give it a try
Same problem here. Reinstall didn't help. macOS: 14.4.1 colima: 0.6.8 qemu: 9.0.0 docker: 25.0.2, build 29cf629
HBdsDxe: failed to load Boot0001 "UEFI QEMU QEMU CD-ROM " from PciRoot(0x0)/Pci(0x1,0x0)/Scsi(0x0,0x0): Not Found
BdsDxe: failed to load Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xC,0x0): Not Found
>>Start PXE over IPv4.
PXE-E16: No valid offer received.
BdsDxe: failed to load Boot0003 "UEFI PXEv4 (MAC:5255551E7A24)" from PciRoot(0x0)/Pci(0x2,0x0)/MAC(5255551E7A24,0x1)/IPv4(0.0.0.0,0x0,DHCP,0.0.0.0,0.0.0.0,0.0.0.0): Not Found
>>Start PXE over IPv6.
PXE-E16: No valid offer received.
BdsDxe: failed to load Boot0004 "UEFI PXEv6 (MAC:5255551E7A24)" from PciRoot(0x0)/Pci(0x2,0x0)/MAC(5255551E7A24,0x1)/IPv6(0000:0000:0000:0000:0000:0000:0000:0000,0x0,Static,0000:0000:0000:0000:0000:0000:0000:0000,0x40,0000:0000:0000:0000:0000:0000:0000:0000): Not Found
>>Start HTTP Boot over IPv4.....
Description
We use Colima for quite a long time, but when we, our team, tried to setup Colima again, no one can get Colima working. As I can see and describe it, it seems so, that QEMU is not able to start properly.
Version
Colima Version: 0.5.4 Lima Version: 0.15.0 Qemu Version: 7.2.0
Operating System
Output of
colima status
The command does not return properly.
Reproduction Steps
colima start --cpu 2 --memory 8 --disk 80 --arch x86_64 --verbose
Expected behaviour
Normal startup of Colima as one year agon ;-)
Additional context
Here is the output of `colima start --cpu 2 --memory 8 --disk 80 --arch x86_64 --verbose``
Here is the to
~/.lima/colima/serial
:Then the following appears in
serial.log
:Here is also our
lima.yaml
, taken from~/.lima/colima
:We, our hole team, relies on on colima, as it is the only way we know to run an Oracle DB under M1.
We would be happy to support you with as many coffees as you would like.