Preinstalled Debian version?
#11
(07-25-2019, 12:19 PM)Luke Wrote:
(07-25-2019, 10:15 AM)tophneal Wrote: I'm curious, since there appear to be a few options, what version/iteration of Debian has been chosen as the default OS for the PBP?

Debian 9.9. A lot of custom work has gone into this image, so there really wasn't time to update it for Buster.
Here is the image: https://github.com/mrfixit2001/debian_desktop/releases

Can I get a pinebook pro shipped with Manjaro KDE preinstalled? And is the KDE desktop too heavy for the pro? Which distros are LTS? I'm fairly new to Linux but have been reading my butt off.
#12
(08-24-2019, 11:21 AM)Chjo83 Wrote:
(07-25-2019, 12:19 PM)Luke Wrote:
(07-25-2019, 10:15 AM)tophneal Wrote: I'm curious, since there appear to be a few options, what version/iteration of Debian has been chosen as the default OS for the PBP?

Debian 9.9. A lot of custom work has gone into this image, so there really wasn't time to update it for Buster.
Here is the image: https://github.com/mrfixit2001/debian_desktop/releases

Can I get a pinebook pro shipped with Manjaro KDE preinstalled? And is the KDE desktop too heavy for the pro? Which distros are LTS? I'm fairly new to Linux but have been reading my butt off.

Regarding modifying the installation before shipping, no, but you can install it yourself when your PBP arrives. I hear good things about KDE Plasma's resource consumption these days but don't have first hand experience.
#13
(08-24-2019, 12:20 PM)CampGareth Wrote:
(08-24-2019, 11:21 AM)Chjo83 Wrote:
(07-25-2019, 12:19 PM)Luke Wrote:
(07-25-2019, 10:15 AM)tophneal Wrote: I'm curious, since there appear to be a few options, what version/iteration of Debian has been chosen as the default OS for the PBP?

Debian 9.9. A lot of custom work has gone into this image, so there really wasn't time to update it for Buster.
Here is the image: https://github.com/mrfixit2001/debian_desktop/releases

Can I get a pinebook pro shipped with Manjaro KDE preinstalled? And is the KDE desktop too heavy for the pro? Which distros are LTS? I'm fairly new to Linux but have been reading my butt off.

Regarding modifying the installation before shipping, no, but you can install it yourself when your PBP arrives. I hear good things about KDE Plasma's resource consumption these days but don't have first hand experience.

Also, mind you, it will take some time for third-party projects to put out OS images for the PBP. Some may take weeks while others may take months. Some ... more than that. But I suspect that Armbian, Manjaro, KDE Neon, Kali Linux and a potentially a few others will be available before the end of the year.
You can find me on IRC, Discord and Twitter


#14
(07-25-2019, 12:19 PM)Luke Wrote:
(07-25-2019, 10:15 AM)tophneal Wrote: I'm curious, since there appear to be a few options, what version/iteration of Debian has been chosen as the default OS for the PBP?

Debian 9.9. A lot of custom work has gone into this image, so there really wasn't time to update it for Buster.
Here is the image: https://github.com/mrfixit2001/debian_desktop/releases

Is this a boot from sd with flash to emmc image ?
#15
(08-27-2019, 07:15 AM)ac8dg Wrote:
(07-25-2019, 12:19 PM)Luke Wrote:
(07-25-2019, 10:15 AM)tophneal Wrote: I'm curious, since there appear to be a few options, what version/iteration of Debian has been chosen as the default OS for the PBP?

Debian 9.9. A lot of custom work has gone into this image, so there really wasn't time to update it for Buster.
Here is the image: https://github.com/mrfixit2001/debian_desktop/releases

Is this a boot from sd with flash to emmc image ?

No, the boot order for RK3399 is SPI, eMMC,  .... SD.
But we're working on booting from SD prior to eMMC now.
You can find me on IRC, Discord and Twitter


#16
(08-27-2019, 08:23 AM)Luke Wrote:
(08-27-2019, 07:15 AM)ac8dg Wrote:
(07-25-2019, 12:19 PM)Luke Wrote:
(07-25-2019, 10:15 AM)tophneal Wrote: I'm curious, since there appear to be a few options, what version/iteration of Debian has been chosen as the default OS for the PBP?

Debian 9.9. A lot of custom work has gone into this image, so there really wasn't time to update it for Buster.
Here is the image: https://github.com/mrfixit2001/debian_desktop/releases

Is this a boot from sd with flash to emmc image ?

No, the boot order for RK3399 is SPI, eMMC,  .... SD.
But we're working on booting from SD prior to eMMC now.

I noticed that the Pine64 page says it can utilize an M.2 SSD by way of a PCIe adapter, and I might be interested in installing one (were I to purchase a Pinebook Pro) to expand the storage from the original 64 gigabytes to say 500 gigabytes. Where would an M.2 SSD be in the boot order?
#17
the boot order Luke mentiones is ROM code boot order. it's where it gets firmware to load into SRAM. NVMe is not handled by it. what you ask is up to FW in question - uboot here, which is not FW, but eh, Big Grin it is there instead of FW. generally you configure uboot through scripting what storage it should consider as an OS boot source and in what order.
ANT - my hobby OS for x86 and ARM.
#18
On the preinstalled Debian, how do I disable the splash screen? I want to see the systemd bootup.
#19
(11-02-2019, 10:31 PM)Der Geist der Maschine Wrote: On the preinstalled Debian, how do I disable the splash screen? I want to see the systemd bootup.
  • Mount "/dev/mmcblk1p1" somewhere, e.g. "/boot"
  • Edit "/boot/extlinux/extlinux.conf": remove "console=ttyS2,1500000n8" and "quiet" from the append lines
  • Run: "sudo systemctl disable _splash" (the init script's name is "_splash" including the underscore)
#20
(11-03-2019, 10:23 AM)Solra Bizna Wrote:
(11-02-2019, 10:31 PM)Der Geist der Maschine Wrote: On the preinstalled Debian, how do I disable the splash screen? I want to see the systemd bootup.
  • Mount "/dev/mmcblk1p1" somewhere, e.g. "/boot"
  • Edit "/boot/extlinux/extlinux.conf": remove "console=ttyS2,1500000n8" and "quiet" from the append lines
  • Run: "sudo systemctl disable _splash" (the init script's name is "_splash" including the underscore)


You rock! I encrypted my /home partition, but the splash screen prevented the password dialog to show up. Voila, now I can actually enter my luks password!


Possibly Related Threads…
Thread Author Replies Views Last Post
  Debian on Pinebook Pro u974615 8 437 03-22-2024, 03:57 PM
Last Post: u974615
  install debian on pbp jsch 7 3,826 11-22-2023, 04:22 PM
Last Post: TRS-80
  How to mainline kernel on daniel thompson's debian installer? hellojack 14 7,014 09-07-2023, 09:38 PM
Last Post: Der Geist der Maschine
  Unable to install Debian Bullseye because of missing wifi firmware Pino64 7 3,819 07-15-2023, 02:58 PM
Last Post: u974615
Question Debian (Vanilla) no output on display after Kernel update (6.0.8-1) as365n4 1 1,199 12-09-2022, 12:43 PM
Last Post: as365n4
  Unsuccessful using danielt's unofficial Debian installer on the PBP joeDoe 2 2,239 12-09-2022, 05:04 AM
Last Post: ndp
  How can I install Debian? ImmyChan 1 1,922 10-19-2022, 03:09 AM
Last Post: alpopa
  when i close my laptop lid the screen doesn't turn on? (debian bullseye based) computerc 3 1,779 09-23-2022, 08:37 PM
Last Post: computerc
  Debian emmc installer db579 6 2,797 08-23-2022, 06:13 AM
Last Post: db579
  PBP won’t boot from eMMC after Debian update / Tow-Boot installer won’t boot from SD Pino64 21 9,874 05-12-2022, 05:00 AM
Last Post: Pino64

Forum Jump:


Users browsing this thread: 1 Guest(s)