Skip to content
Discussion options

You must be logged in to vote

Hi ajm19826! A faulty screen during boot can come from several things (graphics initialization, framebuffer issues, or boot configuration). Since SafeOS is still early-stage, a few checks might help narrow it down.

  1. Check the boot environment
    Are you running SafeOS on real hardware, a VM (VirtualBox/VMware/QEMU), or an emulator?
    Some hobby OS projects rely on specific framebuffer modes that don’t work in all environments.

  2. Try a different VM or display adapter
    If you're using a VM:
    In VirtualBox, try switching the graphics controller (e.g., VBoxVGA ↔ VMSVGA).
    In QEMU, try booting with a standard VGA device:

qemu-system-x86_64 -vga std -cdrom safeos.iso

Graphics mode mismatches often c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ajm19826
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Ask and answer questions about GitHub features and usage Programming Help Discussions around programming languages, open source and software development
2 participants