Centos 7 - 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) +--- Thread: Centos 7 (/showthread.php?tid=1691) Pages:
1
2
|
RE: Centos 7 - KNERD - 01-22-2018 (01-22-2018, 12:41 AM)mypineme Wrote:(07-08-2016, 05:21 PM)ebrand Wrote: Anyone interested in a Centos 7 image for pine 64. I have one based off longsleep kernel Another image can be found on Github as listed in the thread, but last time I tried it, it was very unstable, and ebrand seems to have gone missing also on Github. The last time I looked, he was not responding to anyone's complaints about bugs. I have gave up on CentOS 7 for the Pine64 and went with Armbian. Here is another image I was referring to https://github.com/umiddelb/z2d/tree/master/pine64 A guide on how to install is there RE: Centos 7 - kurtstam - 06-01-2018 Hey guys, After using Uli's work for over a year, I recently did some work to put a recent Armbian Boot and Kernel into a CentOS distro. The Armbian guys are doing great work and now I have a CentOS distribution with a mainline 4 kernel. It addresses the issues with the monitor and so far I've found things pretty much all work. Personally I'm working on it to get good base platform to run Docker and OpenShift/Kubernetes, but the work may be of interest for other projects as well. The project can be found here: https://github.com/Project31/centos-pine64/ and I have prebuild images for a base image: https://github.com/Project31/centos-pine64/releases/tag/v7.4.1708-v5.44 as well as an image with a Gnome Desktop: https://github.com/Project31/centos-pine64/releases/tag/v7.4.1708-v5.44-gnome I'd love to get some feedback on it. Cheers, --Kurt Kurt T Stam Red Hat RE: Centos 7 - astr0baby - 01-12-2019 Running CentOS on the Armbian 4.19.13-sunxi64 kernel with KVM enabled via qemu-systemaarch64 .. .speeds are almost native user@pinebook:~/KVM/CentOS$ /usr/bin/qemu-system-aarch64 --version QEMU emulator version 3.1.0 (Debian 1:3.1+dfsg-2) Copyright © 2003-2018 Fabrice Bellard and the QEMU Project developers user@pinebook:~/KVM/CentOS$ uname -a Linux pinebook 4.19.13-sunxi64 #5.70 SMP Sat Jan 12 00:10:12 CET 2019 aarch64 GNU/Linux /usr/bin/qemu-system-aarch64 \ -cpu host -M virt,accel=kvm -m 1024 -nographic \ -drive if=pflash,format=raw,file=QEMU_EFI.img \ -drive if=pflash,file=varstore.img \ -drive if=virtio,file=disk.img \ -drive if=virtio,format=raw,file=centos.iso \ -net nic -net tap All that is really needed is to recompile the Armbiand mainline kernel to include KVM support |