Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

riscv64 install refers to outdated release image pointer #930

Closed
vielmetti opened this issue Jun 26, 2022 · 4 comments · Fixed by #963
Closed

riscv64 install refers to outdated release image pointer #930

vielmetti opened this issue Jun 26, 2022 · 4 comments · Fixed by #963
Labels

Comments

@vielmetti
Copy link

vielmetti commented Jun 26, 2022

Description

The experimental riscv64 installation added in #827 fails because it can't find this Ubuntu cloud image:

"https://cloud-images.ubuntu.com/releases/22.04/release-20220420/ubuntu-22.04-server-cloudimg-riscv64.img"

I was able to get it to work by replacing the YAML line referencing that image with the jammy release image

"https://cloud-images.ubuntu.com/releases/jammy/release/ubuntu-22.04-server-cloudimg-riscv64.img"

I did not attempt to also update the kernel. With this change, the system boots, and by all appearances comes up just fine. The only test of any note that I have been able to do so far is to get "tailscale ssh" running, which installs according to package directions.

limactl version 0.11.1
macOS Monterey 12.4
MacBook Air (M1)

@AkihiroSuda
Copy link
Member

Thanks for reporting.
Ubuntu seems to have wiped out https://cloud-images.ubuntu.com/releases/22.04/release-20220420/ but why?

They didn't wipe the April image for 20.04 though http://cloud-images-archive.ubuntu.com/releases/focal/release-20200423/

@afbjorklund
Copy link
Member

Maybe Debian is better ?

https://wiki.debian.org/RISC-V

@afbjorklund

This comment was marked as off-topic.

@AkihiroSuda
Copy link
Member

Fixed in #963 (Lima v0.11.2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants