Fedora 31 Install on Dragonboard410c?

Hey all, I made an attempt to install the newly released Fedora 31 (Workstation) on the Dragonboard, but have run into an issue. I began by following the steps located at Install Fedora on Dragonboard410c - 96Boards

I have downloaded installed the artifacts, as stated:

  sudo ./flashall
  sudo fastboot flash aboot emmc_appsboot.mbn
  sudo fastboot flash boot u-boot.img
  sudo fastboot oem select-display-panel adv7533_1080p

Then, on an x86 Fedora 31 host, I installed and ran arm-image-installer. Specifically, I ran:

sudo arm-image-installer --image=Fedora-Workstation-31.aarch64.raw.xz --addconsole --norootpass --resizefs --target=dragonboard410c --media=/dev/sdb

That completes successfully, I set Jumper S6 to SD Boot, insert the SD Card, and boot up.

Over Serial I can watch the boot begin, but then fail at random number generation:

`Format: Log Type - Time(microsec) - Message - Optional Info
Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic
S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.0-00286
S - IMAGE_VARIANT_STRING=HAAAANAZA
S - OEM_IMAGE_VERSION_STRING=CRM
S - Boot Config, 0x000002e3
S - Core 0 Frequency, 0 MHz
B - 1544 - PBL, Start
B - 3489 - bootable_media_detect_entry, Start
B - 251302 - bootable_media_detect_success, Start
B - 251306 - elf_loader_entry, Start
B - 253470 - auth_hash_seg_entry, Start
B - 253679 - auth_hash_seg_exit, Start
B - 269241 - elf_segs_hash_verify_entry, Start
B - 329472 - PBL, End
B - 274286 - SBL1, Start
B - 325465 - pm_device_init, Start
D - 14274 - pm_device_init, Delta
B - 340075 - boot_flash_init, Start
D - 0 - boot_flash_init, Delta
B - 344101 - boot_config_data_table_init, Start
D - 107482 - boot_config_data_table_init, Delta - (452 Bytes)
B - 456158 - CDT version:3,Platform ID:24,Major ID:1,Minor ID:0,Subtype:0
B - 462380 - sbl1_ddr_set_params, Start
B - 466192 - cpr_init, Start
D - 0 - cpr_init, Delta
B - 471804 - Pre_DDR_clock_init, Start
D - 213 - Pre_DDR_clock_init, Delta
D - 0 - sbl1_ddr_set_params, Delta
B - 484401 - pm_driver_init, Start
D - 3477 - pm_driver_init, Delta
B - 496479 - SBC platform detected: XO_ADJ_FINE = 0x20
B - 496509 - clock_init, Start
D - 30 - clock_init, Delta
B - 511424 - Image Load, Start
D - 33153 - QSEE Image Loaded, Delta - (567468 Bytes)
B - 544608 - Image Load, Start
D - 366 - SEC Image Loaded, Delta - (2048 Bytes)
B - 551775 - sbl1_efs_handle_cookies, Start
D - 61 - sbl1_efs_handle_cookies, Delta
B - 559644 - Image Load, Start
D - 20100 - QHEE Image Loaded, Delta - (56048 Bytes)
B - 579774 - Image Load, Start
D - 14274 - RPM Image Loaded, Delta - (149316 Bytes)
B - 594048 - Image Load, Start
D - 14274 - APPSBL Image Loaded, Delta - (519792 Bytes)
B - 608322 - QSEE Execution, Start
D - 61 - QSEE Execution, Delta
B - 614026 - SBL1, End
D - 342088 - SBL1, Delta
S - Flash Throughput, 118000 KB/s (1295124 Bytes, 10919 us)
S - DDR Frequency, 400 MHz
Android Bootloader - UART_DM Initialized!!!
[0] [0] BUILD_VERSION=
[0] [0] BUILD_DATE=15:11:10 - Oct 5 2017
[0] [0] welcome to lk

[10] [10] platform_init()
[10] [10] target_init()
[50] [50] SDHC Running in HS200 mode
[70] [70] Done initialization of the card
[80] [80] pm8x41_get_is_cold_boot: cold boot
[90] [90] Neither ‘config’ nor ‘frp’ partition found
[90] [90] Not able to search the panel:adv7533_1080p
[100] [100] Display not enabled for 24 HW type
[100] [100] Target panel init not found!
[100] [100] pm8x41_get_is_cold_boot: cold boot
[110] [110] partition misc doesn’t exist
[110] [110] error in emmc_recovery_init
[110] [110] Unable to locate /bootselect partition
[120] [120] No ‘misc’ partition found
[120] [120] Error reading MISC partition
[130] [130] failed to get ffbm cookie[130] [130] Loading boot image (468992): start
[140] [140] Loading boot image (468992): done
[140] [140] use_signed_kernel=0, is_unlocked=0, is_tampered=0.
[150] [150] DTB Total entry: 5, DTB version: 2
[150] [150] Using DTB entry 0x000000f7/00000000/0x00010018/0 for device 0x000000f7/00010000/0x00010018/0
[160] [160] Using pmic info 0x2000b/0x0/0x0/0x0 for device 0x2000b/0x0/0x0/0x0
[170] [170] target_display_panel_node:510: hw_id=24 panel_name=" adv7533_1080p"
[180] [180] cmdline: androidboot.emmc=true androidboot.serialno=bf113c68 androidboot.baseband=apq adv7533_dsi2hdmi.panel=hdmi1080p mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_adv7533_1080p
[190] [190] Updating device tree: start
[200] [200] Updating device tree: done
[350] [350] booting linux @ 0x80080000, ramdisk @ 0x84000000 (0), tags/device tree @ 0x83e00000
[360] [360] Jumping to kernel via monitor

U-Boot 2017.11 (Nov 24 2017 - 12:02:00 +0000)
Qualcomm-DragonBoard 410C

DRAM: 986 MiB
MMC: sdhci@07864000: 0
Using default environment

In: serial
Out: serial
Err: serial
Net: No ethernet found.
Hit any key to stop autoboot: 0
starting USB…
USB0: USB EHCI 1.00
scanning bus 0 for devices… 3 USB Device(s) found
scanning usb for storage devices… 0 Storage Device(s) found

Device 0: unknown device
MMC Device 1 not found
no mmc device at slot 1
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1…
Found EFI removable media binary efi/fedora/grubaa64.efi
Found DTB mmc 0:2 /dtb/qcom/apq8016-sbc.dtb
47757 bytes read in 198 ms (235.4 KiB/s)
Scanning disk sdhci@07864000.blk…
Found 1 disks
reading efi/fedora/grubaa64.efi
2476792 bytes read in 285 ms (8.3 MiB/s)

Starting EFI application at 81000000 …

error: …/…/grub-core/commands/increment.c:50:No such variable
“boot_indeterminate”.

  Fedora (5.3.7-301.fc31.aarch64) 31 (Thirty One)
  System setup















 Use the ▲ and ▼ keys to change the selection.
  Press 'e' to edit the selected item, or 'c' for a command prompt.

The selected entry will be started automatically in 0s.

                                                                         EFI stub: Booting Linux Kernel...

EFI stub: EFI_RNG_PROTOCOL unavailable, no randomness supplied
EFI stub: Using DTB from configuration table
EFI stub: ERROR: Failed to install memreserve config table!
EFI stub: Exiting boot services and installing virtual address map…
usb_kbd_remove: warning, ret=-67
device_remove: Device ‘usb_kbd’ failed to remove, but children are gone
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd030]
[ 0.000000] Linux version 5.3.7-301.fc31.aarch64 (mockbuild@buildvm-aarch64-02.arm.fedoraproject.org) (gcc version 9.2.1 20190827 (Red Hat 9.2.1-1) (GCC)) #1 SMP Mon Oct 21 19:03:54 UTC 2019
[ 0.000000] Machine model: Qualcomm Technologies, Inc. APQ 8016 SBC
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: EFI v2.05 by Das U-boot
[ 0.000000] efi: SMBIOS=0xbc13b000
[ 0.000000] cma: Reserved 256 MiB at 0x00000000ac000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000000bd9fffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xbd797780-0xbd7a4fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000080000000-0x00000000bd9fffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x0000000085ffffff]
[ 0.000000] node 0: [mem 0x0000000089f00000-0x000000008e9fffff]
[ 0.000000] node 0: [mem 0x000000008eb00000-0x00000000bc138fff]
[ 0.000000] node 0: [mem 0x00000000bc139000-0x00000000bc141fff]
[ 0.000000] node 0: [mem 0x00000000bc142000-0x00000000bd9acfff]
[ 0.000000] node 0: [mem 0x00000000bd9ad000-0x00000000bd9aefff]
[ 0.000000] node 0: [mem 0x00000000bd9af000-0x00000000bd9fffff]
[ 0.000000] Zeroed struct page in unavailable ranges: 11 pages
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bd9fffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.0
[ 0.000000] psci: OSI mode supported.
[ 0.000000] percpu: Embedded 30 pages/cpu s83288 r8192 d31400 u122880
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM errata 826319, 827319, 824069, 819472
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] CPU features: detected: ARM erratum 843419
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 232344
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=(hd0,msdos2)/vmlinuz-5.3.7-301.fc31.aarch64 root=UUID=78241bf0-43d1-4782-997a-770ea4f8f54b ro cma=256MB
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 562900K/944128K available (11516K kernel code, 2110K rwdata, 5296K rodata, 6272K init, 942K bss, 119084K reserved, 262144K cma-reserved)
[ 0.000000] random: get_random_u64 called from kmem_cache_open+0x38/0x258 with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 42542 entries in 167 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000793] Console: colour dummy device 80x25
[ 0.001367] printk: console [tty0] enabled
[ 0.001488] Calibrating delay loop (skipped), value calculated using timer frequency… 38.40 BogoMIPS (lpj=192000)
[ 0.001517] pid_max: default: 32768 minimum: 301
[ 0.001693] LSM: Security Framework initializing
[ 0.001753] Yama: becoming mindful.
[ 0.001793] SELinux: Initializing.
[ 0.001916] *** VALIDATE SELinux ***
[ 0.001997] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.002027] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 0.002743] *** VALIDATE proc ***
[ 0.003033] *** VALIDATE cgroup1 ***
[ 0.003051] *** VALIDATE cgroup2 ***
[ 0.004131] ASID allocator initialised with 32768 entries
[ 0.004264] rcu: Hierarchical SRCU implementation.
[ 0.009168] Remapping and enabling EFI services.
[ 0.009715] smp: Bringing up secondary CPUs …
[ 0.010485] Detected VIPT I-cache on CPU1
[ 0.010539] CPU1: Booted secondary processor 0x0000000001 [0x410fd030]
[ 0.011390] Detected VIPT I-cache on CPU2
[ 0.011437] CPU2: Booted secondary processor 0x0000000002 [0x410fd030]
[ 0.012251] Detected VIPT I-cache on CPU3
[ 0.012292] CPU3: Booted secondary processor 0x0000000003 [0x410fd030]
[ 0.012401] smp: Brought up 1 node, 4 CPUs
[ 0.012477] SMP: Total of 4 processors activated.
[ 0.012492] CPU features: detected: 32-bit EL0 Support
[ 0.012507] CPU features: detected: CRC32 instructions
[ 0.016581] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.016605] CPU: All CPU(s) started at EL1
[ 0.016643] alternatives: patching kernel code
[ 0.018759] devtmpfs: initialized
[ 0.031281] Registered cp15_barrier emulation handler
[ 0.031314] Registered setend emulation handler
[ 0.031726] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.031762] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.043904] pinctrl core: initialized pinctrl subsystem
[ 0.045276] SMBIOS 3.0 present.
[ 0.045312] DMI: qualcomm dragonboard410c/dragonboard410c, BIOS 2017.11 11/24/2017
[ 0.046115] NET: Registered protocol family 16
[ 0.046603] audit: initializing netlink subsys (disabled)
[ 0.046809] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[ 0.048814] cpuidle: using governor menu
[ 0.049040] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.056072] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.056688] Serial: AMBA PL011 UART driver
[ 0.083579] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.083606] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.083623] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.083641] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.924620] cryptd: max_cpu_qlen set to 1000
[ 0.933597] alg: No test for lzo-rle (lzo-rle-generic)
[ 0.933869] alg: No test for lzo-rle (lzo-rle-scomp)
[ 0.934132] alg: No test for 842 (842-generic)
[ 0.934413] alg: No test for 842 (842-scomp)
[ 0.951475] fbcon: Taking over console
[ 0.951510] ACPI: Interpreter disabled.
[ 0.952385] vgaarb: loaded
[ 0.952937] SCSI subsystem initialized
[ 0.953356] usbcore: registered new interface driver usbfs
[ 0.953415] usbcore: registered new interface driver hub
[ 0.953516] usbcore: registered new device driver usb
[ 0.953804] pps_core: LinuxPPS API ver. 1 registered
[ 0.953820] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.953853] PTP clock support registered
[ 0.954102] EDAC MC: Ver: 3.0.0
[ 0.955870] Registered efivars operations
[ 0.956785] NetLabel: Initializing
[ 0.956801] NetLabel: domain hash size = 128
[ 0.956812] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.956887] NetLabel: unlabeled traffic allowed by default
[ 0.957530] clocksource: Switched to clocksource arch_sys_counter
[ 1.055702] VFS: Disk quotas dquot_6.6.0
[ 1.055801] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.055940] *** VALIDATE hugetlbfs ***
[ 1.056354] pnp: PnP ACPI: disabled
[ 1.064145] thermal_sys: Registered thermal governor ‘fair_share’
[ 1.064150] thermal_sys: Registered thermal governor ‘step_wise’
[ 1.064173] thermal_sys: Registered thermal governor ‘user_space’
[ 1.065287] NET: Registered protocol family 2
[ 1.065905] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[ 1.065954] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.066054] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 1.066217] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.066361] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.066411] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.066639] NET: Registered protocol family 1
[ 1.066675] NET: Registered protocol family 44
[ 1.066695] PCI: CLS 0 bytes, default 64
[ 1.066907] Trying to unpack rootfs image as initramfs…
[ 4.850403] Freeing initrd memory: 71444K
[ 4.851098] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 4.851431] kvm [1]: HYP mode not available
[ 5.110813] Initialise system trusted keyrings
[ 5.110879] Key type blacklist registered
[ 5.111100] workingset: timestamp_bits=37 max_order=18 bucket_order=0
[ 5.119026] zbud: loaded
[ 5.148774] NET: Registered protocol family 38
[ 5.148809] Key type asymmetric registered
[ 5.148824] Asymmetric key parser ‘x509’ registered
[ 5.148899] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 5.149111] io scheduler mq-deadline registered
[ 5.149129] io scheduler kyber registered
[ 5.149354] io scheduler bfq registered
[ 5.149663] atomic64_test: passed
[ 5.165008] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 5.174447] msm_serial 78af000.serial: msm_serial: detected port #1
[ 5.174501] msm_serial 78af000.serial: uartclk = 19200000
[ 5.174564] 78af000.serial: ttyMSM1 at MMIO 0x78af000 (irq = 9, base_baud = 1200000) is a MSM
[ 5.175096] msm_serial 78b0000.serial: msm_serial: detected port #0
[ 5.175145] msm_serial 78b0000.serial: uartclk = 7372800
[ 5.175198] 78b0000.serial: ttyMSM0 at MMIO 0x78b0000 (irq = 10, base_baud = 460800) is a MSM
[ 5.175228] msm_serial: console setup on port #0
[ 6.090608] printk: console [ttyMSM0] enabled
[ 6.095727] msm_serial: driver initialized
[ 6.101251] qcom-iommu 1ef0000.iommu: iommu sec: pgtable size: 94208
[ 6.111479] spmi spmi-0: PMIC arbiter version v2 (0x20010000)
[ 6.112300] libphy: Fixed MDIO Bus: probed
[ 6.116685] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 6.120241] ehci-pci: EHCI PCI platform driver
[ 6.126761] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 6.131328] usbcore: registered new interface driver usbserial_generic
[ 6.137327] usbserial: USB Serial support registered for generic
[ 6.143987] mousedev: PS/2 mouse device common for all mice
[ 6.152377] device-mapper: uevent: version 1.0.3
[ 6.155605] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[ 6.161662] ledtrig-cpu: registered to indicate activity on CPUs
[ 6.169109] EFI Variables Facility v0.08 2004-May-17
[ 6.174578] efivars: get_next_variable: status=8000000000000007
[ 6.179931] hidraw: raw HID events driver (C) Jiri Kosina
[ 6.185354] usbcore: registered new interface driver usbhid
[ 6.190700] usbhid: USB HID core driver
[ 6.197280] drop_monitor: Initializing network drop monitor service
[ 6.200135] Initializing XFRM netlink socket
[ 6.206887] NET: Registered protocol family 10
[ 6.263127] Segment Routing with IPv6
[ 6.263262] mip6: Mobile IPv6
[ 6.265772] NET: Registered protocol family 17
[ 6.270966] registered taskstats version 1
[ 6.273098] Loading compiled-in X.509 certificates
[ 6.481037] Loaded X.509 cert ‘Fedora kernel signing key: 8d526677ef9b455c0789749a6b3f7d23ea4a0d36’
[ 6.481234] zswap: loaded using pool lzo/zbud
[ 6.516935] Key type big_key registered
[ 6.541951] Key type encrypted registered
[ 6.542022] ima: No TPM chip found, activating TPM-bypass!
[ 6.544976] ima: Allocated hash algorithm: sha256
[ 6.550386] No architecture policies found
[ 6.568048] hctosys: unable to op▒[ 6.579993] Freeing unused kernel memory: 6272K
[ 6.630240] Checked W+X mappings: passed, no W+X pages found
[ 6.630288] rodata_test: all tests were successful
[ 6.634972] Run /init as init process
[ 6.670337] systemd[1]: System time before build time, advancing clock.
[ 6.705129] efivars: get_next_variable: status=8000000000000007
[ 6.737782] systemd[1]: systemd v243-4.gitef67743.fc31 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[ 6.738807] systemd[1]: Detected architecture arm64.
[ 6.759975] systemd[1]: Running in initial RAM disk.

Welcome to Fedora 31 (Workstation Edition) dracut-049-27.git20181204.fc31.1 (Initramfs)!

[ 6.807776] systemd[1]: No hostname configured.
[ 6.807831] systemd[1]: Set hostname to .
[ 6.811271] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.816348] systemd[1]: Initializing machine ID from random generator.
[ 7.169875] systemd[1]: /usr/lib/systemd/system/iscsiuio.service:13: PIDFile= references a path below legacy directory /var/run/, updating /var/run/iscsiuio.pid → /run/iscsiuio.pid; please update the unit file accordingly.
[ 7.172363] systemd[1]: /usr/lib/systemd/system/iscsid.service:11: PIDFile= references a path below legacy directory /var/run/, updating /var/run/iscsid.pid → /run/iscsid.pid; please update the unit file accordingly.
[ 7.224142] random: systemd: uninitialized urandom read (16 bytes read)
[ 7.224242] systemd[1]: Reached target Local File Systems.
[ OK ] Reached target Local File Systems.
[ 7.267873] random: systemd: uninitialized urandom read (16 bytes read)
[ 7.267966] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ OK ] Reached target Swap.
[ OK ] Reached target Timers.
[ OK ] Listening on Journal Audit Socket.
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket.
[ OK ] Listening on udev Control Socket.
[ OK ] Listening on udev Kernel Socket.
Starting Create list of st…odes for the current kernel…
Starting Journal Service…
Starting Load Kernel Modules…
Starting Setup Virtual Console…
[ OK ] Started Create list of sta… nodes for the current kernel.[ 7.637708] fuse: init (API version 7.31)

[ OK ] Started Load Kernel Modules.
[ OK ] Started Setup Virtual Console.
Starting dracut cmdline hook…
Starting Apply Kernel Variables…
Starting Create Static Device Nodes in /dev…
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
[ 8.286527] Loading iSCSI transport class v2.0-870.
[ 8.326743] iscsi: registered transport (tcp)
[ 8.419582] iscsi: registered transport (qla4xxx)
[ 8.419685] QLogic iSCSI HBA Driver
[ OK ] Started Journal Service.
[ 8.451563] libcxgbi:libcxgbi_init_module: Chelsio iSCSI driver library libcxgbi v0.9.1-ko (Apr. 2015)
[ 8.478467] audit: type=1130 audit(1570712162.799:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=‘unit=systemd-journald comm=“systemd” exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success’
Starting Create Volatile Files and Directories…
[ 8.513569] Chelsio T3 iSCSI Driver cxgb3i v2.0.1-ko (Apr. 2015)
[ 8.513716] iscsi: registered transport (cxgb3i)
[ OK ] Started Create Volatile Files and Directories.
[ 8.553439] audit: type=1130 audit(1570712162.869:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=‘unit=systemd-tmpfiles-setup comm=“systemd” exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success’
[ 8.639806] Chelsio T4-T6 iSCSI Driver cxgb4i v0.9.5-ko (Apr. 2015)
[ 8.639939] iscsi: registered transport (cxgb4i)
[ 8.644881] cxgb4i:cxgb4i_init_module: cxgb4i dcb enabled.
[ 8.679336] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[ 8.698476] QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)
[ 8.698627] iscsi: registered transport (bnx2i)
[ 8.739452] iscsi: registered transport (be2iscsi)
[ 8.739493] In beiscsi_module_init, tt=(ptrval)
[ OK ] Started dracut cmdline hook.
[ 8.868301] audit: type=1130 audit(1570712163.189:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=‘unit=dracut-cmdline comm=“systemd” exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success’
Starting dracut pre-udev hook…
[ 9.082329] RPC: Registered named UNIX socket transport module.
[ 9.082371] RPC: Registered udp transport module.
[ 9.087052] RPC: Registered tcp transport module.
[ 9.091982] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 9.167706] random: fast init done
[ OK ] Started dracut pre-udev hook.
[ 9.584733] audit: type=1130 audit(1570712163.899:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=‘unit=dracut-pre-udev comm=“systemd” exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success’
Starting udev Kernel Device Manager…
[ OK ] Started udev Kernel Device Manager.
[ 10.502044] audit: type=1130 audit(1570712164.819:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=‘unit=systemd-udevd comm=“systemd” exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success’
Starting dracut pre-trigger hook…
[ OK ] Started dracut pre-trigger hook.
[ 10.878194] audit: type=1130 audit(1570712165.199:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=‘unit=dracut-pre-trigger comm=“systemd” exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success’
Starting udev Coldplug all Devices…
Mounting Kernel Configuration File System…
[ OK ] Started udev Coldplug all Devices.
[ OK 11.349857] audit: type=1130 audit(1570712165.669:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=‘unit=systemd-udev-trigger comm=“systemd” exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success’
0m] Mounted Kernel Configuration File System.
[ 11.440834] alg: No test for stdrng (qcom-rng)
[ 11.497356] sdhci: Secure Digital Host Controller Interface driver
[ 11.497398] sdhci: Copyright(c) Pierre Ossman
[ 11.531648] sdhci-pltfm: SDHCI platform and OF driver helper
Starting dracut initqueue hook…
[ 11.562136] i2c_qup 78b6000.i2c: using default clock-frequency 100000
[ 11.562192] i2c_qup 78b6000.i2c:
[ 11.562192] tx channel not available
[ 11.571960] i2c_qup 78b8000.i2c: using default clock-frequency 100000
[ 11.574348] i2c_qup 78b8000.i2c:
[ 11.574348] tx channel not available
[ 11.588769] sdhci_msm 7864900.sdhci: Got CD GPIO
[ 11.596878] i2c_qup 78ba000.i2c: using default clock-frequency 100000
[ 11.596933] i2c_qup 78ba000.i2c:
[ 11.596933] tx channel not available
[ 11.605058] sdhci_msm 7864900.sdhci: Got CD GPIO
Starting Show Plymouth Boot Screen…
[ 11.634419] sdhci_msm 7864900.sdhci: Got CD GPIO
[ 11.658148] smd:rpm: failed to parse smd edge
[ 11.659492] sdhci_msm 7864900.sdhci: Got CD GPIO
[ 11.675790] sdhci_msm 7864900.sdhci: Got CD GPIO
[ OK 11.680763] audit: type=1130 audit(1570712165.999:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=‘unit=plymouth-start comm=“systemd” exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success’
m] Started Show Plymouth Boot Screen.
[ OK ] Started Forward Password R…s to Plymouth Directory Watch.
[ OK ] Reached target Local Encrypted Volumes.
[ OK ] Reached target Paths.
[ OK ] Reached target System Initialization.
[ OK ] Listening on Open-iSCSI iscsid Socket.
[ OK ] Listening on Open-iSCSI iscsiuio Socket.
[ 11.716796] audit: type=1130 audit(1570712166.029:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=‘unit=iscsiuio comm=“systemd” exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success’

[ OK ] Reached target Basic System.
Starting iSCSI UserSpace I/O driver…
[ OK ] Started iSCSI UserSpace I/O driver[ 11.769927] usb3503 usb2513: usb3503_probe: probed in hub mode
.
Starting Open-iSCSI…[ 11.796054] audit: type=1130 audit(1570712166.109:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg=‘unit=iscsid comm=“systemd” exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success’

[ OK ] Started Open-iSCSI.
[ 11.882768] rtc-pm8xxx 200f000.spmi:pm8916@0:rtc@6000: registered as rtc0
[ 11.889176] sdhci_msm 7864900.sdhci: Got CD GPIO
[ 11.900663] msm_hsusb 78d9000.usb: 78d9000.usb supply vbus not found, using dummy regulator
[ 11.931606] sdhci_msm 7864900.sdhci: Got CD GPIO
[ 11.943155] adv7511 3-0039: failed to init regulators
[ 12.131963] adreno 1c00000.gpu: Adding to iommu group 0
[ 12.135765] sdhci_msm 7864900.sdhci: Got CD GPIO
[ 12.137331] adv7511 3-0039: failed to init regulators
[ 12.142771] msm_mdp 1a01000.mdp: Adding to iommu group 1
[ 12.145984] msm_mdp 1a01000.mdp: No interconnect support may cause display underflows!
[ 12.153556] msm_dsi_phy 1a98300.dsi-phy: [drm:dsi_phy_driver_probe [msm]] ERROR dsi_phy_regulator_init: failed to init regulator, ret=-517
[ 12.159194] msm_dsi_phy 1a98300.dsi-phy: [drm:dsi_phy_driver_probe [msm]] ERROR dsi_phy_driver_probe: failed to init regulator
[ 12.178149] sdhci_msm 7864900.sdhci: Got CD GPIO
[ 12.188743] adv7511 3-0039: failed to init regulators
[ 12.190417] msm_dsi_phy 1a98300.dsi-phy: [drm:dsi_phy_driver_probe [msm]] ERROR dsi_phy_regulator_init: failed to init regulator, ret=-517
[ 12.192968] msm_dsi_phy 1a98300.dsi-phy: [drm:dsi_phy_driver_probe [msm]] ERROR dsi_phy_driver_probe: failed to init regulator
[ 68.167699] random: crng init done
[ 68.167745] random: 7 urandom warning(s) missed due to ratelimiting
[ 200.308041] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 201.107164] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 201.912764] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 202.662442] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 203.453851] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 204.232417] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 204.983823] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 205.761810] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 206.556220] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 207.302428] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 208.092966] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 208.842135] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 209.613411] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 210.392285] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 211.144031] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 211.894119] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 212.644127] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 213.394378] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
[ 214.144804] dracut-initqueue[495]: Warning: dracut-initqueue timeout - starting timeout scripts
`

Anyone able to duplicate this behavior? Or point out where I went wrong? Thanks!

Looks like anything mainline 5.1x or newer is broken on db410c.
@anon91830841 do you know anything about this?

Hi @ric96,

Since recently I work on DB410c with mainline kernel much, I can confirm the mainline kernel works well on DB410c (e.g. 5.4-rc3) with the kernel’s defconfig.

P.s. I use u-boot as its bootloader.

As a quick test, I used the same VM and ‘arm-image-installer’ to write out a Fedora 29 Workstation image (to the same SD Card), inserted into the (same) Dragonboard, and it booted right up. So, seems my SD Card and hardware are good.

To push my luck, I then did a ‘dnf’ upgrade to F30…the upgrade process took a long time, but completed successfully…However, upon reboot, it does not boot up. It dies at a slightly earlier point than F31, but, ends with the same dracut-initqueue timeout repetition.

Thanks!