PINE64
How to enable boot logs on PBP - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112)
+--- Thread: How to enable boot logs on PBP (/showthread.php?tid=9426)



How to enable boot logs on PBP - maldus - 03-14-2020

Hello everyone,
I'd like to see the kernel boot messages instead of the splash screen when booting up my pinebook pro. I'm running on the default debian image.
In the wiki there is a section about it (https://wiki.pine64.org/index.php/Pinebook_Pro#Enabling_text_boot_time_messages) mentioning a u-boot config file at `/etc/default/u-boot/` and an update command (`u-boot-update`).
The problem is my filesystem has neither of those. The next best thing I could find is a config file at `/boot/extlinux/extlinux.conf`, suggesting the use of syslinux instead of u-boot.

Can someone clarify this for me? Is the wiki outdated or something is wrong with my installation?


RE: How to enable boot logs on PBP - wdt - 03-14-2020

>a config file at `/boot/extlinux/extlinux.conf`, suggesting the use of syslinux instead of u-boot.
Deceptive, nothing at all to do with syslinux
Just another, different interface to u-boot,, instead of boot.txt/boot.scr OR boot.cmd/boot.scr/uEnv.txt
So no use looking for the unicorn, a menu.c32 in ARM64, even if you found, wouldn't work
You could try,, copy extlinux to *.orig, edit removing bootsplash
Let us know


RE: How to enable boot logs on PBP - rleasle - 03-14-2020

The simplest way to see the boot-time messages is change the file /boot/extlinux/extlinux.conf from "console=ttyS2,1500000n8" to "console=tty1". It doesn't log the messages, but at least you can see them.