You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lsinitrd "$INITRD" 2>/dev/null | grep -E "/lib/modules/.*/kernel/fs/squashfs/squashfs\.ko|/lib/modules/.*/kernel/fs/overlayfs/overlay\.ko|/lib/modules/.*/kernel/drivers/block/loop\.ko" || echo "WARNING: Some required kernel modules not found (may be built-in)"; \
149
+
else \
150
+
echo "WARNING: lsinitrd still missing; skipping initramfs inspection"; \
143
151
fi; \
144
-
echo "=== Checking for dmsquash-live module and scripts ==="; \
145
-
lsinitrd "$INITRD" 2>/dev/null | grep -E "(90dmsquash-live|dmsquash-live|dmsquash-liveroot|parse-live.sh|iso-scan|CDLABEL)" || echo "WARNING: dmsquash-live scripts not found in initramfs"; \
146
-
echo "=== Checking for rootfsbase module ==="; \
147
-
lsinitrd "$INITRD" 2>/dev/null | grep -E "(rootfsbase|90rootfsbase)" || echo "WARNING: rootfsbase module not found in initramfs"; \
148
-
echo "=== Checking for required kernel modules ==="; \
149
-
lsinitrd "$INITRD" 2>/dev/null | grep -E "/lib/modules/.*/kernel/fs/squashfs/squashfs\.ko|/lib/modules/.*/kernel/fs/overlayfs/overlay\.ko|/lib/modules/.*/kernel/drivers/block/loop\.ko" || echo "WARNING: Some required kernel modules not found (may be built-in)"; \
150
152
else \
151
153
echo "ERROR: No initramfs found in /boot after kairos-init -s init"; \
lsinitrd "$INITRD" 2>/dev/null | grep -E "/lib/modules/.*/kernel/fs/squashfs/squashfs\.ko|/lib/modules/.*/kernel/fs/overlayfs/overlay\.ko|/lib/modules/.*/kernel/drivers/block/loop\.ko" || echo "WARNING: Some required kernel modules not found (may be built-in)"; \
148
+
else \
149
+
echo "WARNING: lsinitrd still missing; skipping initramfs inspection"; \
142
150
fi; \
143
-
echo "=== Checking for dmsquash-live module and scripts ==="; \
144
-
lsinitrd "$INITRD" 2>/dev/null | grep -E "(90dmsquash-live|dmsquash-live|dmsquash-liveroot|parse-live.sh|iso-scan|CDLABEL)" || echo "WARNING: dmsquash-live scripts not found in initramfs"; \
145
-
echo "=== Checking for rootfsbase module ==="; \
146
-
lsinitrd "$INITRD" 2>/dev/null | grep -E "(rootfsbase|90rootfsbase)" || echo "WARNING: rootfsbase module not found in initramfs"; \
147
-
echo "=== Checking for required kernel modules ==="; \
148
-
lsinitrd "$INITRD" 2>/dev/null | grep -E "/lib/modules/.*/kernel/fs/squashfs/squashfs\.ko|/lib/modules/.*/kernel/fs/overlayfs/overlay\.ko|/lib/modules/.*/kernel/drivers/block/loop\.ko" || echo "WARNING: Some required kernel modules not found (may be built-in)"; \
149
151
else \
150
152
echo "ERROR: No initramfs found in /boot after kairos-init -s init"; \
0 commit comments