From 264c9d697bc9285e560f68b7935eaf70ee57f7d7 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Tue, 20 Dec 2016 01:37:14 +0200 Subject: [PATCH] Documentation update. --- src/qemu32.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qemu32.sh b/src/qemu32.sh index aa3847569..812ab9374 100755 --- a/src/qemu32.sh +++ b/src/qemu32.sh @@ -6,6 +6,9 @@ # the script 'generate_hdd.sh' to generate the hard disk image file. Once you # have hard disk image, you can use it as overlay device and persist all your # changes. See the '.config' file for more information on the overlay support. +# +# If you get kernel panic with message "No working init found", then try to +# increase the RAM from 128M to 256M. cmd="qemu-system-i386 -m 128M -cdrom minimal_linux_live.iso -boot d -vga std"