From trisquel at metani.fr Sun Feb 15 21:13:05 2026 From: trisquel at metani.fr (David Lecompte) Date: Sun, 15 Feb 2026 22:13:05 +0100 Subject: [Trisquel-devel] My attempts to install and boot Trisquel on rockpro64 Message-ID: <501d637202c8ca03f5730964b7df0cba5157c7ff.camel@metani.fr> Hi all, I installed u-boot on the SPI flash on a rockpro64, then I installed Debian on a microSD card and from there I tried creating a Trisquel system on a SATA disk (using a PCI adapter) using debootstrap, roughly following guidelines in https://trisquel.info/files/chromebook%20trisquel%2011%20install%20process.pdf scsi 0:2 is the EFI partition scsi 0:3 is the boot partition. I noticed that: - with debian, rk3399-rockpro64.dtb is in /boot, but on my disk it is not, so I copied it there. Anyway, I am loading it via u-boot explicitly. - in Debian, the initrd is not zstd compressed, but in Trisquel, it is and u-boot does not like this. So I made an uncompressed version. I tried booting manually with u-boot. The kernel is starting but it is dropping to an initramfs shell. Apparently, some things are missing in the initramfs, like the following lines show: /scripts/init-top/udev: line 24: /usr/lib/systemd/systemd-udevd: not found Begin: Loading essential drivers ... /init: line 150: /sbin/modprobe: not found I guess that, if it can't load drivers, then it can't load what is needed for PCI/SATA, then of course it can't find the root fs. Any idea on why this is missing and to fix that? The files in /etc/initramfs-tools are exactly identical in Debian and in Trisquel, but the Debian kernel is much larger than the Trisquel kernel, and the Debian initramfs is much smaller. Here is how I booted (I only copied the output of the boot): => pci => scsi scan => load scsi 0:2 $fdt_addr_r rk3399-rockpro64.dtb => load scsi 0:3 $ramdisk_addr_r /boot/initrd.img-6.8.0-94-generic.img 229167616 0 => load scsi 0:3 $kernel_addr_r /boot/vmlinuz-6.8.0-94-generic => setenv bootargs root=/dev/sda3 rootdelay=2 => booti $kernel_addr_r $ramdisk_addr_r:$filesize $fdt_addr_r Uncompressing Kernel Image Moving Image from 0x2080000 to 0x2200000, end=5af0000 ## Flattened Device Tree blob at 01f00000 Booting using the fdt blob at 0x1f00000 Working FDT set to 1f00000 Loading Ramdisk to ed244000, end f0ee159a ... OK Loading Device Tree to 00000000ed228000, end 00000000ed24376f ... OK Working FDT set to ed228000 Timer summary in microseconds (14 records): Mark Elapsed Stage 0 0 reset 8,578 8,578 board_init_f 1,140,547 1,131,969 board_init_r 3,416,024 2,275,477 eth_common_init 3,791,857 375,833 eth_initialize 3,792,061 204 main_loop 3,792,220 159 usb_start 11,787,877 7,995,657 cli_loop 772,929,442761,141,565 bootm_start 775,226,739 2,297,297 boot_ramdisk_high 775,299,013 72,274 boot_jump_linux 775,299,014 1 start_kernel Accumulated time: 44,194 dm_r 718,881 dm_f Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.8.0-94-generic (jenkins at pi5one) (aarch64- linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.) [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: Pine64 RockPro64 v2.1 [ 0.000000] efi: UEFI not found. [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000- 0x00000000f7ffffff] [ 0.000000] NUMA: NODE_DATA [mem 0xf77bb5c0-0xf77c0fff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000200000- 0x00000000f7ffffff] [ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges [ 0.000000] cma: Reserved 32 MiB at 0x00000000f1800000 on node -1 [ 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] percpu: Embedded 54 pages/cpu s95400 r8192 d117592 u221184 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: root=/dev/sda3 rootdelay=2 [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Fallback order for Node 0: 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999432 [ 0.000000] Policy zone: DMA [ 0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off [ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 3MB [ 0.000000] software IO TLB: area num 8. [ 0.000000] software IO TLB: mapped [mem 0x00000000ece28000- 0x00000000ed228000] (4MB) [ 0.000000] Memory: 3824396K/4061184K available (23232K kernel code, 5210K rwdata, 16088K rodata, 12288K init, 1233K bss, ) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1 [ 0.000000] ftrace: allocating 62979 entries in 247 pages [ 0.000000] ftrace: allocated 247 pages with 7 groups [ 0.000000] Dynamic Preempt: voluntary [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=6. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6 [ 0.000000] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=6. [ 0.000000] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=6. [ 0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=6. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 256 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000 [ 0.000000] ITS [mem 0xfee20000-0xfee3ffff] [ 0.000000] ITS at 0x00000000fee20000: allocated 65536 Devices @6280000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000006260000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000006270000 [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu at 0[0] /cpus/cpu at 1[1] /cpus/cpu at 2[2] /cpus/cpu at 3[} [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu at 100[4] /cpus/cpu at 101[5] } [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.006855] Console: colour dummy device 80x25 [ 0.006883] printk: legacy console [tty0] enabled [ 0.011661] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000) [ 0.011722] pid_max: default: 32768 minimum: 301 [ 0.018202] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,integrity [ 0.018410] landlock: Up and running. [ 0.018438] Yama: becoming mindful. [ 0.019097] AppArmor: AppArmor initialized [ 0.021597] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.021665] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.032902] rcu: Hierarchical SRCU implementation. [ 0.032965] rcu: Max phase no-delay instances is 400. [ 0.035705] Platform MSI: msi-controller at fee20000 domain created [ 0.036352] PCI/MSI: /interrupt-controller at fee00000/msi-controller at fee20000 domain created [ 0.036762] fsl-mc MSI: msi-controller at fee20000 domain created [ 0.044254] EFI services will not be available. [ 0.045831] smp: Bringing up secondary CPUs ... [ 0.047572] Detected VIPT I-cache on CPU1 [ 0.047715] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000 [ 0.047749] GICv3: CPU1: using allocated LPI pending table @0x0000000006300000 [ 0.047835] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.049592] Detected VIPT I-cache on CPU2 [ 0.049727] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000 [ 0.049759] GICv3: CPU2: using allocated LPI pending table @0x0000000006310000 [ 0.049832] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.051634] Detected VIPT I-cache on CPU3 [ 0.051776] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000 [ 0.051806] GICv3: CPU3: using allocated LPI pending table @0x0000000006320000 [ 0.051876] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.053746] CPU features: detected: Spectre-v2 [ 0.053765] CPU features: detected: Spectre-v3a [ 0.053773] CPU features: detected: Spectre-v4 [ 0.053780] CPU features: detected: Spectre-BHB [ 0.053791] CPU features: detected: ARM erratum 1742098 [ 0.053801] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.053809] Detected PIPT I-cache on CPU4 [ 0.053914] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000 [ 0.053937] GICv3: CPU4: using allocated LPI pending table @0x0000000006330000 [ 0.053992] CPU4: Booted secondary processor 0x0000000100 [0x410fd082] [ 0.055585] Detected PIPT I-cache on CPU5 [ 0.055673] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000 [ 0.055694] GICv3: CPU5: using allocated LPI pending table @0x0000000006340000 [ 0.055736] CPU5: Booted secondary processor 0x0000000101 [0x410fd082] [ 0.055927] smp: Brought up 1 node, 6 CPUs [ 0.056458] SMP: Total of 6 processors activated. [ 0.056485] CPU: All CPU(s) started at EL2 [ 0.056545] CPU features: detected: 32-bit EL0 Support [ 0.056574] CPU features: detected: 32-bit EL1 Support [ 0.056606] CPU features: detected: CRC32 instructions [ 0.056746] alternatives: applying system-wide alternatives [ 0.058558] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.063026] devtmpfs: initialized [ 0.088445] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.088538] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.092299] pinctrl core: initialized pinctrl subsystem [ 0.096385] DMI not present or invalid. [ 0.098647] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.101945] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.102911] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.104056] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.104244] audit: initializing netlink subsys (disabled) [ 0.104726] audit: type=2000 audit(0.092:1): state=initialized audit_enabled=0 res=1 [ 0.107155] thermal_sys: Registered thermal governor 'fair_share' [ 0.107169] thermal_sys: Registered thermal governor 'bang_bang' [ 0.107195] thermal_sys: Registered thermal governor 'step_wise' [ 0.107213] thermal_sys: Registered thermal governor 'user_space' [ 0.107231] thermal_sys: Registered thermal governor 'power_allocator' [ 0.107342] cpuidle: using governor ladder [ 0.107412] cpuidle: using governor menu [ 0.107708] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.108019] ASID allocator initialised with 65536 entries [ 0.110727] Serial: AMBA PL011 UART driver [ 0.147107] /syscon at ff770000/phy at f780: Fixed dependency cycle(s) with /mmc at fe330000 [ 0.148811] /mmc at fe330000: Fixed dependency cycle(s) with /syscon at ff770000/phy at f780 [ 0.148978] /syscon at ff770000/phy at f780: Fixed dependency cycle(s) with /mmc at fe330000 [ 0.152182] /i2c at ff110000/codec at 11: Fixed dependency cycle(s) with /i2s at ff890000 [ 0.152317] /i2s at ff890000: Fixed dependency cycle(s) with /i2c at ff110000/codec at 11 [ 0.157179] /vop at ff900000: Fixed dependency cycle(s) with /hdmi at ff940000 [ 0.157296] /vop at ff8f0000: Fixed dependency cycle(s) with /hdmi at ff940000 [ 0.157434] /hdmi at ff940000: Fixed dependency cycle(s) with /vop at ff8f0000 [ 0.157545] /hdmi at ff940000: Fixed dependency cycle(s) with /vop at ff900000 [ 0.180462] Modules: 18192 pages in range for non-PLT usage [ 0.180477] Modules: 509712 pages in range for PLT usage [ 0.182441] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.182482] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.182504] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.182523] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.182542] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.182560] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.182579] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.182597] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.189526] fbcon: Taking over console [ 0.189612] ACPI: Interpreter disabled. [ 0.193008] iommu: Default domain type: Translated [ 0.193039] iommu: DMA domain TLB invalidation policy: strict mode [ 0.197882] SCSI subsystem initialized [ 0.198593] usbcore: registered new interface driver usbfs [ 0.198654] usbcore: registered new interface driver hub [ 0.198756] usbcore: registered new device driver usb [ 0.199500] pps_core: LinuxPPS API ver. 1 registered [ 0.199523] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.199561] PTP clock support registered [ 0.200175] EDAC MC: Ver: 3.0.0 [ 0.201154] scmi_core: SCMI protocol bus registered [ 0.204568] NetLabel: Initializing [ 0.204598] NetLabel: domain hash size = 128 [ 0.204615] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.204774] NetLabel: unlabeled traffic allowed by default [ 0.205197] mctp: management component transport protocol core [ 0.205222] NET: Registered PF_MCTP protocol family [ 0.205711] vgaarb: loaded [ 0.206542] clocksource: Switched to clocksource arch_sys_counter [ 0.210563] VFS: Disk quotas dquot_6.6.0 [ 0.210807] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.212152] AppArmor: AppArmor Filesystem Enabled [ 0.212310] pnp: PnP ACPI: disabled [ 0.231065] NET: Registered PF_INET protocol family [ 0.231399] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.330367] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.330569] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.330765] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.331370] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.332693] TCP: Hash tables configured (established 32768 bind 32768) [ 0.333472] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear) [ 0.333838] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.334031] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.334735] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.334799] NET: Registered PF_XDP protocol family [ 0.334833] PCI: CLS 0 bytes, default 64 [ 0.335335] Trying to unpack rootfs image as initramfs... [ 0.335734] kvm [1]: IPA Size Limit: 40 bits [ 0.340977] kvm [1]: vgic-v2 at fff20000 [ 0.341065] kvm [1]: GIC system register CPU interface enabled [ 0.341113] kvm [1]: vgic interrupt IRQ18 [ 0.341185] kvm [1]: Hyp mode initialized successfully [ 0.344317] Initialise system trusted keyrings [ 0.344415] Key type blacklist registered [ 0.344865] workingset: timestamp_bits=40 max_order=20 bucket_order=0 [ 0.345010] zbud: loaded [ 0.356222] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.360771] fuse: init (API version 7.39) [ 0.362239] integrity: Platform Keyring initialized [ 0.362337] integrity: Machine keyring initialized [ 0.438700] Key type asymmetric registered [ 0.438745] Asymmetric key parser 'x509' registered [ 0.438913] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) [ 0.439286] io scheduler mq-deadline registered [ 0.458944] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.513006] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.534645] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 26, base_baud = 1500000) is a 16550A [ 0.535284] serial serial0: tty port ttyS0 registered [ 0.537591] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 27, base_baud = 1500000) is a 16550A [ 0.537858] printk: legacy console [ttyS2] enabled [ 0.659929] msm_serial: driver initialized [ 0.660834] SuperH (H)SCI(F) driver initialized [ 0.685787] loop: module loaded [ 0.692117] tun: Universal TUN/TAP device driver, 1.6 [ 0.695292] PPP generic driver version 2.4.2 [ 0.698347] mousedev: PS/2 mouse device common for all mice [ 0.700952] i2c_dev: i2c /dev entries driver [ 0.705821] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in. [ 0.707133] device-mapper: uevent: version 1.0.3 [ 0.708180] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel at redhat.com [ 0.714882] ledtrig-cpu: registered to indicate activity on CPUs [ 0.722459] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 0.724986] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.726912] watchdog: Delayed init of the lockup detector failed: -19 [ 0.727519] watchdog: Hard watchdog permanently disabled [ 0.730616] drop_monitor: Initializing network drop monitor service [ 0.733106] NET: Registered PF_INET6 protocol family [ 1.795071] Initramfs unpacking failed: ZSTD-compressed data is corrupt [ 1.832017] Freeing initrd memory: 62068K [ 1.836631] Segment Routing with IPv6 [ 1.837076] In-situ OAM (IOAM) with IPv6 [ 1.837587] NET: Registered PF_PACKET protocol family [ 1.838444] Key type dns_resolver registered [ 1.854374] registered taskstats version 1 [ 1.856594] Loading compiled-in X.509 certificates [ 1.861009] Loaded X.509 cert 'Build time autogenerated kernel key: 6ae9a580bc1c2f9fe8f60c714d10d7b9f3bc71e3' [ 1.865346] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing 2025 Kmod: d541cef61dc7e793b7eb7e899970a2eef0b5dc8c' [ 1.869471] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969' [ 1.873560] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19' [ 1.874463] blacklist: Loading compiled-in revocation X.509 certificates [ 1.875221] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0' [ 1.876279] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03' [ 1.877353] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b' [ 1.878472] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8' [ 1.879549] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d' [ 1.880653] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c' [ 1.881733] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af' [ 1.882804] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eeca' [ 1.920078] Key type .fscrypt registered [ 1.920468] Key type fscrypt-provisioning registered [ 1.927953] Key type encrypted registered [ 1.928341] AppArmor: AppArmor sha256 policy hashing enabled [ 1.928956] ima: No TPM chip found, activating TPM-bypass! [ 1.929494] Loading compiled-in module X.509 certificates [ 1.933196] Loaded X.509 cert 'Build time autogenerated kernel key: 6ae9a580bc1c2f9fe8f60c714d10d7b9f3bc71e3' [ 1.934115] ima: Allocated hash algorithm: sha256 [ 1.934616] ima: No architecture policies found [ 1.935093] evm: Initialising EVM extended attributes: [ 1.935582] evm: security.selinux [ 1.935891] evm: security.SMACK64 [ 1.936199] evm: security.SMACK64EXEC [ 1.936552] evm: security.SMACK64TRANSMUTE [ 1.936928] evm: security.SMACK64MMAP [ 1.937264] evm: security.apparmor [ 1.937594] evm: security.ima [ 1.937871] evm: security.capability [ 1.938199] evm: HMAC attrs: 0x1 [ 2.012953] clk: Disabling unused clocks [ 2.014614] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console [ 2.029050] Freeing unused kernel memory: 12288K [ 2.095113] Checked W+X mappings: passed, no W+X pages found [ 2.095689] Run /init as init process Loading, please wait... /scripts/init-top/udev: line 24: /usr/lib/systemd/systemd-udevd: not found Begin: Loading essential drivers ... /init: line 150: /sbin/modprobe: not found /init: line 150: /sbin/modprobe: not found /init: line 150: /sbin/modprobe: not found /init: line 150: /sbin/modprobe: not found /init: line 150: /sbin/modprobe: not found /init: line 150: /sbin/modprobe: not found /init: line 150: /sbin/modprobe: not found /init: line 150: /sbin/modprobe: not found /init: line 150: /sbin/modprobe: not found /init: line 150: /sbin/modprobe: not found /init: line 150: /sbin/modprobe: not found done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... /scripts/local-top/dmraid: line 24: dmraid: not fod done. Begin: Running /scripts/local-premount ... /scripts/local-premount/btrfs: line 21: modprobe: not found Scanning for Btrfs filesystems done. /init: line 73: wait-for-root: not found Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: nd done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. [ 12.269652] platform cpufreq-dt: deferred probe pending: (reason unknown) Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. /scripts/local-block/mdadm: line 42: mdadm: not found Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found /scripts/local-block/mdadm: line 53: mdadm: not found /scripts/local-block/mdadm: line 56: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. /scripts/local-block/mdadm: line 42: mdadm: not found Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. Begin: Running /scripts/local-block ... /scripts/local-block/mdadm: line 42: mdadm: not found done. done. Gave up waiting for root file system device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/sda3 does not exist. Dropping to a shell! BusyBox v1.36.1 (Trisquel 1:1.36.1-6ubuntu3.1trisquel0) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs) -- David