Hello Everyone
I am somewhat newish to linux and using the Setup Assistant I am reciving an error
Proceed with installation? [Y/n] y
:: Retrieving packages...
linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst failed to download
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from cdn-mirror.chaotic.cx
: The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from geo-mirror.chaotic.cx
: The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from br-mirror.chaotic.cx :
The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from bg-mirror.chaotic.cx :
The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from ca-mirror.chaotic.cx :
The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from cl-mirror.chaotic.cx :
The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from fr-1-mirror.chaotic.cx
: The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from de-2-mirror.chaotic.cx
: The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from de-3-mirror.chaotic.cx
: The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from de-4-mirror.chaotic.cx
: The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from gr-mirror.chaotic.cx :
The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from in-mirror.chaotic.cx :
The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from in-2-mirror.chaotic.cx
: The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from in-3-mirror.chaotic.cx
: The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from kr-mirror.chaotic.cx :
The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from es-mirror.chaotic.cx :
The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from es-2-mirror.chaotic.cx
: The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from us-mi-mirror.chaotic.c
x : The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from us-tx-mirror.chaotic.c
x : The requested URL returned error: 404
error: failed retrieving file 'linux-mainline-headers-6.7rc3-1-x86_64.pkg.tar.zst' from us-ut-mirror.chaotic.c
x : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.
Error! Press enter to return to setup assistant.
i have already tried
garuda-update
I notice most other people on the forum are very tech inclined, and I would like to become as knowledgeable as the other people I see. I humbly ask for your patience, I will gladly give any information you need to help on the issue
I think that is the “R2” Cloudflare mirror throwing fits again.
Try this in a terminal:
micro /etc/pacman.d/chaotic-mirrorlist
find the line (should be line 4) saying Server = https://cdn-mirror.chaotic.cx/$repo/$arch
prepend # to it, so it reads #Server = https://cdn-mirror.chaotic.cx/$repo/$arch
save it, try again
If that worked, in a few days open the file again and remove the # you added.
If that did not work, remove it right away because it means I’m wrong.
The other question might be, why are you running the mainline kernel?
Unless your hardware is extremely new there’s no real reason to be using the mainline version. It is very experimental, and therefore can be very buggy at times. Unless your hardware requires the mainline kernel, you’d be far better running a more stable kernel version.
If you remove the mainline kernel you should avoid that error.
first i would like to apologize for the late response life got in the way recently
I hate to be a hard pupil, but i would like to say i am brand spankin new from windows to linux and i dont know diddly squat about anything, i would like to ask 2 things so i can help you help me,1, i would love any recomendations on how to learn and use linux, and 2 how do you post in garuda-inxi. Thank you so much for your patience
(P.S) I am so sorry if this came off in a rude tone I in no way want to be rude please have patience and i would love any advice you have
Please read the following template before requesting assistance:
Please post the terminal/konsole input and output as text (no pictures) from the following command:
garuda-inxi
Refusing to post the output of the required “garuda-inxi” on a help request will likely result in you not receiving any help from the Garuda team. A failure to provide your system specs may also result in your thread being closed without notice, (as without this information providing assistance is often next to impossible).
Before opening a new help request, please search the Arch and Garuda Wiki’s, and read any relevant sections related to your issue. Also, thoroughly search any error messages in the forum’s search engine and on the web. For in depth information on how to search for answers to Linux issues effectively read the tips on the Garuda Wiki:
Please report in detail everything you have already attempted to solve your problem.
i dont know if i solved it but i do know in the setup-assistant software center tab i clicked a bunch of buttons (all of them) because i thought it would be useful but going though it again and not clicking any im not getting any error messages however now im running into some issues i hope this helped
Welcome to the Garuda forums, and to the Linux world!
You’re not alone in this… I’ve been having this issue a lot lately too, but I just went around it by updating the mirrorlists every time by running garuda-update -a before installing anything else (which is recommended to avoid partial upgrades and/or installing older versions of stuff)