From 2dd3e29cb96c3802e371a25e1656c15a2363e8df Mon Sep 17 00:00:00 2001 From: ficus Date: Sun, 18 Nov 2012 22:44:30 +0100 Subject: add serial console debugging notes --- doc/debian-live-problems.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc/debian-live-problems.txt') diff --git a/doc/debian-live-problems.txt b/doc/debian-live-problems.txt index 0ca005d..13fe99b 100644 --- a/doc/debian-live-problems.txt +++ b/doc/debian-live-problems.txt @@ -7,6 +7,9 @@ here: ### Errors when building flat ("plain") filesystem images +NOTE: these problems should have been fixed by removing the rootfs stage from +caching? + When building a chroot-filesystem=none image, if you encounter: cp: cannot create regular file `binary/live/filesystem.packages': No such file or directory @@ -20,6 +23,21 @@ If you don't run the second line as well, you will get the error: cp: cannot stat `cache/binary_rootfs/filesystem.*': No such file or directory +### Missing symlinked files + +If you get a boot error like: + + Kernel panic - not syncing: Attempted to kill init! + +Then init may be unable to link to necessary library (like lib/ld-linux.so.3), +because of some badness in the binary build system. Try overcoming with: + + lb clean --binary + lb config + lb binary_chroot + lb binary_rootfs + lb binary_hdd + ### mksquashfs Segfaults in qemu mksquashfs always segfaults when run inside of qemu. Perhaps due to large -- cgit v1.2.3