From 588467d31c9081648f0c1147e46cea608a9d9bde Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 13 Dec 2024 19:37:21 -0600 Subject: [PATCH] config: Set rootflags Need to add `rootwait` because the Raspberry Pi SD card reader is really slow and does not initialize in time for the kernel to load the root filesystem from it. --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 498a548..cfaad3e 100644 --- a/config +++ b/config @@ -3,3 +3,4 @@ profile=default/linux/arm64/23.0/systemd kernel_pkg=sys-kernel/raspberrypi-sources kernel_defconfig=bcm2835 device_tree=broadcom/bcm2711-rpi-4-b.dtb +rootflags='ro rootwait=4'