I wanted to burn the .img for Arch Linux ARMv6 to my Rasp Pi, but it seems that downloadable images can no longer be found. I followed instructions for sd card creation on the archlinuxARM site, as root, but wget http://archlinuxarm.org/os/ArchLinuxARM-rpi-latest.tar.gz only brought a series of "not found" messages...
Asked
Active
Viewed 2,627 times
3
2 Answers
4
Arch Linux does not provide images anymore. Instead the .tar.gz will "simply" contain the full file system and has to be installed to the SD card after preparation of the partition table using fdisk and creation of the file systems mkfs. These steps are followed by copying the files from the .tar.gz to the root and boot file system.
Documentation of the full installation procedures:
Ghanima
- 15,958
- 17
- 65
- 125
0
Arch Linux themselves only provide a .tar.gz.
If you want an easy .IMG to burn to and SD card using Etcher or Win32diskimager, here are .IMG files on sourceforge for the various Pi models:
Mike Redrobe
- 961
- 7
- 13