panic: Mention CTRL+ALT+DEL in system halted message
diff --git a/stage23/lib/panic.s2.c b/stage23/lib/panic.s2.c
index 812072f7..6cb2e788 100644
--- a/stage23/lib/panic.s2.c
+++ b/stage23/lib/panic.s2.c
@@ -34,7 +34,7 @@ __attribute__((noreturn)) void panic(const char *fmt, ...) {
print_stacktrace(NULL);
#if bios == 1
- print("System halted.");
+ print("Press CTRL+ALT+DEL to reboot.");
rm_hcf();
#elif uefi == 1
if (efi_boot_services_exited == false) {
