Opened 4 years ago

Closed 3 years ago

#15455 closed bug (fixed)

EFI loader doesn't save syslog from initial stages of booting

Reported by: KapiX Owned by: nobody
Priority: normal Milestone: R1/beta4
Component: System/Boot Loader/EFI Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Discovered when investigating #15379:

korli (comment 5):

this syslog is weird, 4 different boots with the first part missing.

me (comment 6):

That might be because I'm using EFI and apparently it logs only to serial:

https://git.haiku-os.org/haiku/tree/src/system/boot/platform/efi/debug.cpp cf. ​https://git.haiku-os.org/haiku/tree/src/system/boot/platform/bios_ia32/debug.cpp

Change History (4)

comment:1 by pulkomandy, 4 years ago

Component: System/Boot LoaderSystem/Boot Loader/EFI

comment:3 by KapiX, 3 years ago

Admittedly my loader was built before that change, but I don't think it was fixed. As per commit message, that commit only allows to see bootloader log from the boot menu, but doesn't hand it's contents over. If I understand correctly, that would happen by copying/assigning data to debug_output, but EFI loader doesn't do that.

comment:4 by waddlesplash, 3 years ago

Milestone: UnscheduledR1/beta4
Resolution: fixed
Status: newclosed

Fixed in hrev55433.

Note: See TracTickets for help on using tickets.