This message was deleted.
# rancher-desktop
a
This message was deleted.
f
It is hard to tell without seeing full logs.
limactl start
is expected to fail; you need to set up the right environment variables etc. And the default templates are not included with Rancher Desktop anyways, as it creates its own
lima.yaml
.
I wonder if this is related to Ubuntu: Lima exited with code 1 - package omvf missing · Issue #4524, but again, without seeing more of the logs it is hard to tell.
👍 1
p
I will check that out. Thanks. I don't think that I ever set env vars for other systems / installs before and it just worked
This looks a lot like what I have. Those logs look almost identical
f
Do you get
could not find firmware
as part of your logs?
p
Wow.... This guys symlink hack worked.
sudo ln -s /usr/share/OVMF/OVMF_CODE_4M.fd /usr/share/OVMF/OVMF_CODE.fd
Thanks for that github link.
I did get the
could not find firmware
f
Ok, cool. I'm actually working right now on bumping Lima to 0.21 for the Rancher Desktop 1.14 release...
1
p
Awesome.
f
Until then you'll have to keep the symlink hack
1
p
All good, no problem. Thanks again
f
You are welcome