From 2900c8cf091d8d7ea80a268fb24b5a37b771f554 Mon Sep 17 00:00:00 2001 From: Liav A Date: Wed, 7 Jul 2021 20:50:32 +0300 Subject: [PATCH] Documentation: Add simple troubleshooting guide In this guide, we explain two boot errors that can occur and what can be done to solve them. --- Documentation/Troubleshooting.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/Troubleshooting.md diff --git a/Documentation/Troubleshooting.md b/Documentation/Troubleshooting.md new file mode 100644 index 00000000000..27c4c676989 --- /dev/null +++ b/Documentation/Troubleshooting.md @@ -0,0 +1,14 @@ +# Troubleshooting + +In case of an error, you might find an answer of how to deal it here. + +## I build everything, the VM starts and then I see... + +### "Error: Kernel Image too big for memory slot. Halting!" + +This means the kernel is too large again. Contact us on the discord server or open a GitHub Issue about it. +You might want to revert latest changes in tree to see if that solves the problem temporarily. + +### "Your computer does not support long mode (64-bit mode). Halting!" + +Either your machine (if you try to boot on bare metal) is very old, thus it's not supporting x86_64 extensions, or you try to use VirtualBox without using a x64 virtualization mode or you try to use `qemu-system-i386` which doesn't support x86_64 extensions too.