endeavouros-arm / image-install

Install ARM images
GNU General Public License v3.0
15 stars 6 forks source link

Mirrors list issues #6

Open mrenvoize opened 2 years ago

mrenvoize commented 2 years ago

On first boot running RPi4-test-kernel-2 fails spectacularly if the default mirrors aren't local to your install.

I booted the Pi and ran the above script as instructed. It runs through quickly, some messages about downloads being too slow fly past in a flash, then the script deletes itself and asks you to reboot.

On further investigation, I spotted that the script assumes the initial setup steps succeed then the next steps fail, because some dependencies are missing but we do get all the way through to the reboot.

I resolved it by cloning this repository afresh onto the SD card, and then manually setting my mirror to a local one before running the RPi4 kernel script again.. this time it prompted as expected and ran through to completion so I could proceed with step three.

Awesome work on this btw.. I'd be lost without all your hard work as a starting point :)

endeavouros-arm commented 2 years ago

Sorry for the late reply. We were very active developing a new install procedure. See https://github.com/endeavouros-arm/images

For further details, or visit the EndeavourOS forum. https://forum.endeavouros.com/

Pudge