"No bootable device"
• USB not written correctly
• Re-create USB using the Set-up guide
• Make sure partition scheme is MBR
Black screen on boot
• Kernel may not be loading
• Check your GRUB config
• Make sure freeze.iso was built correctly
Boots in VM but not real PC
• Likely a UEFI issue
• Enter BIOS settings
• Disable Secure Boot
• Enable Legacy Boot / CSM
Stuck on boot / freezes
• Could be a kernel bug
• Try rebuilding the project:
make clean
make
Keyboard not working
• USB keyboards may not be supported
• Try a different port
• Use a PS/2 keyboard if possible
Screen resolution looks wrong
• Currently no known fix.
• Possibly switch moniters
ISO won't build
• Make sure you have dependencies installed
• On Linux:
sudo apt install build-essential nasm grub-pc-bin xorriso
Nothing happens at all
• Try a different USB drive
• Try another computer
• Re-download or rebuild freeze.iso