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

Instructions to boot from NVME SSD drive #102

Closed
Astrostecco opened this issue Sep 1, 2024 · 4 comments
Closed

Instructions to boot from NVME SSD drive #102

Astrostecco opened this issue Sep 1, 2024 · 4 comments

Comments

@Astrostecco
Copy link

Ciao Mattia,

I tried the instructions referenced in the Github website, but it seems like there is a problem already with the 1st line of code: the system doesn't find the files to download (see attached image).

Any suggestion on how to proceed?

Thanks!
Stefano
eeprom download issue

@MattBlack85
Copy link
Collaborator

@Astrostecco that's a long issue with archlinux mirrors, try first to update the package database with sudo pacman -Sy and if fails again with 404, try few times, it should go

@Astrostecco
Copy link
Author

it worked, thank you so much!! :)

@teoteo
Copy link
Contributor

teoteo commented Sep 2, 2024

I had the same issue. I fixed editing the file /etc/pacman.d/mirrorlist:
sudo nano /etc/pacman.d/mirrorlist
replacing the line:
Server = http://mirror.archlinuxarm.org/$arch/$repo
with:
Server = http://eu.mirror.archlinuxarm.org/$arch/$repo
getting it from the mirror list page

Should I get back to mirror.archlinuxarm.org in future?

@MattBlack85
Copy link
Collaborator

@teoteo probably not, ther main mirror which is supposed to load balance based on region still redirects to stuff that doesn't work

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

No branches or pull requests

3 participants