Date: Sat, 06 Jul 2024 15:53:42 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 279829] Unable to automatically boot after upgrading to 14.1-RELEASE Message-ID: <bug-279829-227-SD4ZKlBvsi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-279829-227@https.bugs.freebsd.org/bugzilla/> References: <bug-279829-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279829 --- Comment #13 from Warner Losh <imp@FreeBSD.org> --- (In reply to Albert Valbuena from comment #12) Yea, that lack of clarity is what needs to be updated. We need to describe how to find the ESP. Most systems there's only one, and it's a FAT partition of type 'efi'. You need to mount this partition somewhere. It's supposed to be mounted on /boot/efi, but older installs don't have that. But I'll assume that you've mounted it by hand here. If you are dual boot, you may need to skip this step (since the dual booting often comes via bootXXX.efi (XXX =3D x64 on amd64 and aa64 on aarch64)). But if you need to replace it, you'll sudo cp /boot/loader.efi /boot/efi/efi/boot/bootx64.efi (amd64). the current installer will put this here if there isn't one already as a fallback to buggy / non-conformant / w= eird EFI implementations that use this by default. Next, you'll need to sudo cp /boot/loader.efi /boot/efi/efi/freebsd/loader.= efi. For most people, that's all that needs to be done. For people that have spe= cial use cases, or do weird stuff, the instructions may differ. Dual booting is tricky, because some people do it just with efi variables and their bios bo= ot loader, others do it with refind, etc. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279829-227-SD4ZKlBvsi>