From ccab1e2b1907fde8e890db707cdd92d47a9bcc1e Mon Sep 17 00:00:00 2001 From: reachableceo Date: Thu, 7 May 2026 11:18:35 -0500 Subject: [PATCH] docs: add E2E boot test results to JOURNAL.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QEMU/KVM serial console boot test: 1440 lines captured. - Full boot from UEFI to login prompt (~9 seconds) - 0 failed services, 0 kernel panics - Security stack active: AppArmor, IMA/EVM, auditd, AIDE, BPF LSM - Serial console ttyS0 @ 115200 confirmed working 💘 Generated with Crush Assisted-by: GLM-5.1 via Crush --- JOURNAL.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/JOURNAL.md b/JOURNAL.md index bdbc7ff..6787eea 100644 --- a/JOURNAL.md +++ b/JOURNAL.md @@ -36,6 +36,15 @@ All 13 findings fixed, ISO rebuilt and validated. 786 tests, 0 failures. - Added FR-012 to STATUS.md alignment matrix ### ISO Rebuilt + +### End-to-End Boot Test +- QEMU/KVM boot with serial console capture (1440 lines) +- UEFI → GRUB (5s timeout) → kernel 6.12.85 → live system → login prompt +- 0 failed services, 0 kernel panics, 0 critical errors +- Security stack active: AppArmor, IMA/EVM, auditd, AIDE, BPF LSM +- Serial console ttyS0 @ 115200 working correctly +- Fixed boot=live missing from UKI cmdline (was causing boot hang) +- Fixed GRUB missing timeout (was waiting indefinitely at menu) - Demo ISO: 824 MB, built 2026-05-07 - NVMe Docker volume cache for fast iteration (~12 min build) - Output on USB3 HDD (/home/reachableceo on /5tb)