PINE64
Archlinux (mainline) for Pinebook - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76)
+--- Forum: Linux on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=79)
+--- Thread: Archlinux (mainline) for Pinebook (/showthread.php?tid=4715)

Pages: 1 2 3 4 5 6


RE: Archlinux (mainline) for Pinebook - UltraBloxX - 11-29-2018

alankao, That's strange. Well, I've tried Arch on my 1080p Pinebook (not a manually downloaded image, though). You can choose Arch from installer's dropdown menu, and it booted and worked fine.


Archlinux (mainline) for Pinebook - e-minguez - 11-29-2018

The u-boot included with that image doesn't work for some of the pinebooks. You can try to flash a newer one.

Enviado desde mi ONEPLUS A5010 mediante Tapatalk


RE: Archlinux (mainline) for Pinebook - alankao - 11-29-2018

(11-29-2018, 12:19 AM)UltraBloxX Wrote: alankao, That's strange. Well, I've tried Arch on my 1080p Pinebook (not a manually downloaded image, though). You can choose Arch from installer's dropdown menu, and it booted and worked fine.

Hi UltraBloxX,

Thanks for sharing your experience.  I did flash it from the installer.
Now I suspect that a 128G micro SD might be too large for the booting process,
so I will try a smaller one instead.

BTW, is it true that the first boot takes more than 10 minutes?

Thanks!


RE: Archlinux (mainline) for Pinebook - e-minguez - 12-05-2018

Just in case, and while the u-boot is still old, you can use the following workaround (in my case, flashing the microsd):
  • Flash the image:
Code:
dd if=./archlinux-xfce-pinebook-20181104.img of=/dev/sdb bs=4M oflag=direct status=progress
  • Flash an updated u-boot:
Code:
dd if=./u-boot-sunxi-with-spl-pinebook.bin of=/dev/sdb bs=8k seek=1

I'm using @gamiee updated u-boot (I've attached here just in case)

NOTE: I've added the pdf extension to the u-boot file otherwise I couldn't attach it to the post.

HTH!


RE: Archlinux (mainline) for Pinebook - Luke - 01-15-2019

Anarsoul's Arch has been upgraded to 4.20


RE: Archlinux (mainline) for Pinebook - Blutkoete - 01-20-2019

I'm currently very happy and wanted to thank Anarsoul & all of you for your work - I used the SD card image to boot up my Pinebook 1080p today and used it to pacstrap Arch Linux to the eMMC with my specific needs (encrypted LVM, LXQt).

By peeking at what Anarsoul's scripts do when creating an image & combining that with my AMD64 Arch installation experience, it was very simple.

Now I finally have a system exactly the way I like it (especially I can put sensitive stuff on it now because I don't have to fear to forget the Pinebook somewhere anymore).

So really, thank you very much.

I was a little bit worried about the speed drop due to the encryption, but it's barely noticeable.


RE: Archlinux (mainline) for Pinebook - e-minguez - 02-02-2019

(01-20-2019, 12:05 PM)Blutkoete Wrote: I'm currently very happy and wanted to thank Anarsoul & all of you for your work - I used the SD card image to boot up my Pinebook 1080p today and used it to pacstrap Arch Linux to the eMMC with my specific needs (encrypted LVM, LXQt).

By peeking at what Anarsoul's scripts do when creating an image & combining that with my AMD64 Arch installation experience, it was very simple.

Now I finally have a system exactly the way I like it (especially I can put sensitive stuff on it now because I don't have to fear to forget the Pinebook somewhere anymore).

So really, thank you very much.

I was a little bit worried about the speed drop due to the encryption, but it's barely noticeable.

Would you mind to write up a guide or something? I think it would be really helpful for folks with little arch experience Smile

Thanks!


RE: Archlinux (mainline) for Pinebook - Blutkoete - 02-15-2019

(02-02-2019, 06:32 AM)e-minguez Wrote:
(01-20-2019, 12:05 PM)Blutkoete Wrote: I'm currently very happy and wanted to thank Anarsoul & all of you for your work - I used the SD card image to boot up my Pinebook 1080p today and used it to pacstrap Arch Linux to the eMMC with my specific needs (encrypted LVM, LXQt).

By peeking at what Anarsoul's scripts do when creating an image & combining that with my AMD64 Arch installation experience, it was very simple.

Now I finally have a system exactly the way I like it (especially I can put sensitive stuff on it now because I don't have to fear to forget the Pinebook somewhere anymore).

So really, thank you very much.

I was a little bit worried about the speed drop due to the encryption, but it's barely noticeable.

Would you mind to write up a guide or something? I think it would be really helpful for folks with little arch experience Smile

Thanks!

Sorry for the delay: https://forum.pine64.org/showthread.php?tid=7173


Archlinux (mainline) for Pinebook - e-minguez - 02-15-2019

So great! Thanks!

Enviado desde mi ONEPLUS A5010 mediante Tapatalk


RE: Archlinux (mainline) for Pinebook - conlaoch - 08-27-2019

Anyone else have trouble updating their Arch distro? Twice now after an update its done something to the resolve.conf and then paceman can no longer resolve hostnames. This makes Pacman die most spectacularly. The last time I reverted to an unchanged resolve.conf and that worked. But this time I have been unable to get it to work. The annoying thing is drill seems to work just fine. Drill <hostname> seems to find the info without any issues, but paceman and the web are broken.

Much as I love Arch, this kind of strange behavior is enough to make me go look for another distro that works as expected.

And yes, I understand that Arch is not a distro for newbies, but i've been running it off and on for the past 6=8 years and this is the first time i've had this trouble.