You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
Techflash edited this page Apr 4, 2022
·
7 revisions
Error Codes
Boot errors
Boot errors are portrayed by the "Booting..." message.
Below are a list of the error codes and what they mean.
Code
Description
Hang after 'Booting.'
The OS is having problems somewhere during the process of loading more data from the disk and jumping to 32-bit mode.
Hang after 'Booting..'
The OS is having problems somewhere in between jumping to 32-bit mode and loading the kernel. More than likely, your CPU is not 64-bit, as it jumps to 64-bit mode here.
Hang after 'Booting...'
This is expected (for now), this means that the kernel has loaded, and the CPU has made the jump to the C++ code.