[Bug 277097] FreeBSD fails to boot on PowerNV with current Petitboot revisions
[email protected] Sat, 17 Feb 2024 03:48:22 +0000
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277097 Timothy Pearson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Timothy Pearson <[email protected]> --- After further investigation, the boot process changed somewhat with the newer kernels setting CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY, meaning kexec_file_load() is used instead of kexec_load(). This is obviously something we want to support for security reasons, but it appears this also broke the FreeBSD boot process. Adding Brandon on CC...thoughts welcome! -- You are receiving this mail because: You are the assignee for the bug.