From a69faf8f1fa3f254903f76b643ae9581fb117fc2 Mon Sep 17 00:00:00 2001 From: Ivan Davidov <davidov.i@gmail.com> Date: Tue, 20 Dec 2016 01:38:01 +0200 Subject: [PATCH] Documentation update. --- src/qemu64.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/qemu64.sh b/src/qemu64.sh index 7ebe2d370..b3e83fd77 100755 --- a/src/qemu64.sh +++ b/src/qemu64.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-x86_64 -m 128M -cdrom minimal_linux_live.iso -boot d -vga std" @@ -16,4 +19,3 @@ else echo "Starting QEMU with attached ISO image." $cmd fi -