PI3B+ mit FreeBSD13.0R bootet nicht nach freebsd-update

morromett

Well-Known Member
Nach einem freebsd-update fetch install (wegen Security Advisories), bootet der PI3B+ mit dem neuen Kernel, nicht.
Nach einem:
Code:
mv /boot/kernel /boot/kernel.bad
mv /boot/kernel.old /boot/kernel
, bootet der PI3B+ mit dem alten Kernel, ohne Probleme.
Code:
:~ # freebsd-update fetch
src component not installed, skipped
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 13.0-RELEASE from update2.freebsd.org... done.
Fetching metadata index... done.
Fetching 2 metadata patches.. done.
Applying metadata patches... done.
Inspecting system... done.
Preparing to download files... done.
Fetching 15 patches.....10.. done.
Applying patches... done.
The following files will be updated as part of updating to
13.0-RELEASE-p12:
/bin/freebsd-version
/boot/kernel/cam.ko
/boot/kernel/kernel
/boot/kernel/kernel.bin
/boot/kernel/wlan.ko
/usr/lib/debug/boot/kernel/cam.ko.debug
/usr/lib/debug/boot/kernel/kernel.debug
/usr/lib/debug/boot/kernel/wlan.ko.debug
/usr/lib/debug/usr/lib/lib9p.so.1.debug
/usr/lib/debug/usr/lib/pam_exec.so.6.debug
/usr/lib/lib9p.a
/usr/lib/lib9p.so.1
/usr/lib/lib9p_p.a
/usr/lib/libpam.a
/usr/lib/pam_exec.so.6
Code:
:~ # freebsd-update install
src component not installed, skipped
Installing updates...Scanning //usr/share/certs/blacklisted for certificates...
Scanning //usr/share/certs/trusted for certificates...
Scanning //usr/local/share/certs for certificates...
 done.
Code:
:~ % uname -a
FreeBSD xyxyxyx 13.0-RELEASE-p11 FreeBSD 13.0-RELEASE-p11 #0: Tue Apr  5 18:58:59 UTC 2022     root@arm64-builder.daemonology.net:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC  arm64
 
Problem ist gelöst:
Das OS ist auf einem USB-Stick am PI3B+ und eine SD-Karte im SD-Kartenslot des PI3B+, lässt jetzt auch den updateten Kernel problemlos und zuverlässig booten. Inhalt der SD-Karte:
Code:
mount -t msdosfs /dev/mmcsd0s1 /mnt
Code:
:~ # ls -la /mnt
total 68
drwxr-xr-x   1 root  wheel   8192 Jan  1  1980 .
drwxr-xr-x  20 root  wheel    512 Apr  9  2021 ..
-rwxr-xr-x   1 root  wheel  52456 Aug 15 22:26 bootcode.bin
-rwxr-xr-x   1 root  wheel      0 Aug 15 22:04 timeout
 
Zurück
Oben