manual install archlinux - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Archlinux (https://forum.pine64.org/forumdisplay.php?fid=25) +---- Thread: manual install archlinux (/showthread.php?tid=19357) |
manual install archlinux - BlackMage - 07-23-2024 it is possible to install an actual archlinux with kernel with ext4 and xfs support? on a PINE A64 RE: manual install archlinux - tophneal - 07-23-2024 yes, you can manually install Arch to an SD or hunt down one of the existing IMGs still out there, then just install xfsprogs or run 'sudo modprobe xfs' for XFS support. EXT4 should already be enabled by default. have you encountered issues enabling either, already? RE: manual install archlinux - BlackMage - 07-23-2024 (07-23-2024, 02:32 PM)tophneal Wrote: yes, you can manually install Arch to an SD or use one of the existing IMGs still out there, then just install xfsprogs or run 'sudo modprobe xfs' for XFS support. EXT4 should already be enabled by default. can i inherit the default kernel config? RE: manual install archlinux - tophneal - 07-23-2024 (07-23-2024, 02:38 PM)BlackMage Wrote:(07-23-2024, 02:32 PM)tophneal Wrote: yes, you can manually install Arch to an SD or use one of the existing IMGs still out there, then just install xfsprogs or run 'sudo modprobe xfs' for XFS support. EXT4 should already be enabled by default. i would imagine so since support for the A64 has been added to the mainline kernel already. RE: manual install archlinux - BlackMage - 07-23-2024 (07-23-2024, 02:44 PM)tophneal Wrote:or can i flash easy the archlinux-xfce-pine64-20190112.img.xz image from anarsoul/linux-build github?(07-23-2024, 02:38 PM)BlackMage Wrote:(07-23-2024, 02:32 PM)tophneal Wrote: yes, you can manually install Arch to an SD or use one of the existing IMGs still out there, then just install xfsprogs or run 'sudo modprobe xfs' for XFS support. EXT4 should already be enabled by default. RE: manual install archlinux - tophneal - 07-24-2024 (07-23-2024, 02:57 PM)BlackMage Wrote:(07-23-2024, 02:44 PM)tophneal Wrote:or can i flash easy the archlinux-xfce-pine64-20190112.img.xz image from anarsoul/linux-build github?(07-23-2024, 02:38 PM)BlackMage Wrote:(07-23-2024, 02:32 PM)tophneal Wrote: yes, you can manually install Arch to an SD or use one of the existing IMGs still out there, then just install xfsprogs or run 'sudo modprobe xfs' for XFS support. EXT4 should already be enabled by default. yep, flashing that image will get you an arch install with mainline kernel. you'll just have to go through updating it once it's booted. |