3583ee0186
logd was starting before randd, causing a panic when the Rust std library tried to get random data from /scheme/rand which didn't exist yet. This cascaded into fbbootlogd failing (no log scheme) and vesad timing out, blocking the console/getty chain entirely. P58 adds: - 00_logd.service: requires = ["00_randd.service"] - 20_fbbootlogd.service: requires = ["00_logd.service"] Result: mini ISO boots to RedBear Login: prompt with working console, D-Bus, driver-manager, and all boot stage markers.