From 6caf771d6e9572273fa51841b14c7854709623cf Mon Sep 17 00:00:00 2001 From: Michael Chus Date: Sat, 28 Mar 2026 08:04:37 +0300 Subject: [PATCH] fix(boot): restore toram kernel parameter Without toram the squashfs is read from the physical medium at runtime. Disconnecting the USB/CD after boot causes SQUASHFS I/O errors on any uncached block, making all X11 apps crash with SIGBUS. Co-Authored-By: Claude Sonnet 4.6 --- iso/builder/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/builder/auto/config b/iso/builder/auto/config index 1ce5d3e..fd772e7 100755 --- a/iso/builder/auto/config +++ b/iso/builder/auto/config @@ -32,6 +32,6 @@ lb config noauto \ --memtest none \ --iso-volume "EASY-BEE" \ --iso-application "EASY-BEE" \ - --bootappend-live "boot=live components quiet nomodeset video=1920x1080 console=tty0 console=ttyS0,115200n8 loglevel=3 username=bee user-fullname=Bee modprobe.blacklist=nouveau" \ + --bootappend-live "boot=live toram components quiet nomodeset video=1920x1080 console=tty0 console=ttyS0,115200n8 loglevel=3 username=bee user-fullname=Bee modprobe.blacklist=nouveau" \ --apt-recommends false \ "${@}"