Skip to content

Add more verbose networking debugging to the initramfs

Martijn Braam requested to merge feature/mkinitfs-debugging into master

This makes the initfs show better errors in the network setup part.

NOTE: Waiting 10 seconds for the framebuffer /dev/fb0.
If your device does not have a framebuffer, disable this with:
no_framebuffer=true in <https://postmarketos.org/deviceinfo>
Setting framebuffer mode to: U:1080x1920p-0
Setup usb network
  /sys/class/android_usb does not exist, skipping android_usb
  Setting up an USB gadget through configfs
[    4.408979] using random self ethernet address
[    4.409834] using random host ethernet address
  No USB Device Controller available
Starting udhcpd
  Could not find an interface to run a dhcp server on
  Interfaces:
1: lo: <LOOPBACK> mtu 65536 qdisc noop state DOWN qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 36:54:55:eb:52:8b brd ff:ff:ff:ff:ff:ff
Mount boot partition (/dev/dm-0)
Edited by Martijn Braam

Merge request reports