Making a Ubuntu Server image for SD Card - 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: Making a Ubuntu Server image for SD Card (/showthread.php?tid=541) |
Making a Ubuntu Server image for SD Card - insignia96 - 04-02-2016 Hi all! So I finally got my board in the mail and I starting to experiment with it. I loaded up the premade Arch Linux Distribution and played around with it for a while, but now I'd like to start trying to load the board with a Ubuntu Server 14.04 image, since I plan to use it as a lightweight headless server. I am not planning to use any GPU functions, so I don't care about lack of hardware GPU acceleration. The question that I have is essentially this, how can I take the Ubuntu Server ARM images provided here (and which arm image do I need): http://cdimage.ubuntu.com/ubuntu-core/releases/14.04.4/release/ along with the current Linux kernel builds provided here: https://www.stdin.xyz/downloads/people/longsleep/pine64-images/ to create a bootable SD card to run this on my Pine 64? For reference, I have the Pine A64+ 1GB board. Thanks! insignia96 PS: I am only a CS undergrad, so I am still learning a lot about different architectures and this is my first foray into low level ARM boards. In other words, sorry if this seems like a dumb question! RE: Making a Ubuntu Server image for SD Card - Andrew2 - 04-02-2016 Use longsleep's latest Xenial image and you have all you need except of a kernel you can trust in RE: Making a Ubuntu Server image for SD Card - mane - 04-02-2016 All you need is here: http://blog.antani.co/pine64-install-ubuntu-16-04-xenial/ RE: Making a Ubuntu Server image for SD Card - insignia96 - 04-06-2016 Thanks for the info, I will try that image out! Out of curiosity though, what kind of process would I have to go through to "roll my own" images for this board? I can imagine that it's a relatively complex process, but is there a good rundown of how to get started? EDIT: For future reference for those with a similar question, this is what I was looking for. https://github.com/longsleep/build-pine64-image |