mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Add simple troubleshooting guide
In this guide, we explain two boot errors that can occur and what can be done to solve them.
This commit is contained in:
parent
cc98871383
commit
2900c8cf09
Notes:
sideshowbarker
2024-07-18 10:08:51 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/2900c8cf091 Pull-request: https://github.com/SerenityOS/serenity/pull/8535 Reviewed-by: https://github.com/gunnarbeutner ✅
1 changed files with 14 additions and 0 deletions
14
Documentation/Troubleshooting.md
Normal file
14
Documentation/Troubleshooting.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue