https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291461
Joel Pelaez Jorge <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Joel Pelaez Jorge <[email protected]> --- I have the same issue with a HPE ProLiant MicroServer Gen10 Plus V2, I had update FreeBSD from 14.3 to 15.0 on the release day, but I haven't update the /boot/efi/efi/freebsd/loader.efi until few days ago, and the server don't boot. I could boot setting console="eficom" and built a custom loader.efi, I changed the variable name hw.uart.console to noref.hw.uart.console for saving generated variable but allowing the system to boot up. The value was this: hw.uart.console="db:8,dt:ns8250,mm:0,rs:-4,rw:1,pa:none,br:115200,xo=0" I checked the two commits found by Mark and I tried to replicate a reversal for commit eae36de826cc6fde3a78b1febad824dad20e004d with this hw.uart.console value: "db:8,dt:ns8250,mm:0,rs:-4,rw:0,pa:none,br:115200,xo:0" on loader command line but I got the strange reboot cycle again. I don't have iLO enabled, so the server boots using the video console, but it tries to detect the uart console and configure it. -- You are receiving this mail because: You are the assignee for the bug.
