Lenovo ThinkPad T470s
with FreeBSD 14.1
I follow the instructions as per https://www.freebsd.org/releases/14.2R/installation/
So, basically:
root@freeBsd:~ # freebsd-update fetch
root@freeBsd:~ # freebsd-update install
root@freeBsd:~ # freebsd-update -r 14.2-RELEASE upgrade
Then reboot.
The boot fails right away, as seen in screenshot attached.
I think these lines from dmesg were written at the time of that boot:
When I do this: (from an install disk, having mounted the harddisk)
then the system can boot normally as before the attempted upgrade.
I don't see other posts with a similar error, so thought I'd better report it.
with FreeBSD 14.1
I follow the instructions as per https://www.freebsd.org/releases/14.2R/installation/
So, basically:
root@freeBsd:~ # freebsd-update fetch
root@freeBsd:~ # freebsd-update install
root@freeBsd:~ # freebsd-update -r 14.2-RELEASE upgrade
Then reboot.
The boot fails right away, as seen in screenshot attached.
I think these lines from dmesg were written at the time of that boot:
Code:
│Jan 04 22:34:48 freeBsd shutdown[66125]: reboot by ejner: │
│Jan 04 22:34:48 freeBsd pulseaudio[1996]: [] x11wrap.c: X11 I/O error handler called │
│Jan 04 22:34:48 freeBsd pulseaudio[1996]: [] x11wrap.c: X11 I/O error exit handler called, preparing to tear down X11 modules │
│Jan 04 22:34:48 freeBsd console-kit-daemon[1896]: WARNING: Error waiting for native console 9 activation: Inappropriate ioctl for device │
│Jan 04 22:34:48 freeBsd devd[1442]: notify_clients: send() failed; dropping unresponsive client │
│Jan 04 22:34:48 freeBsd syslogd: last message repeated 4 times │
│Jan 04 22:34:48 freeBsd kernel: . │
│Jan 04 22:34:48 freeBsd pulseaudio[1996]: [] core-util.c: Failed to create secure directory (/var/run/user/1001/pulse): No such file or directory │
│Jan 04 22:34:48 freeBsd syslogd: exiting on signal 15 │
│Jan 04 23:01:59 freeBsd syslogd: kernel boot file is /boot/kernel/kernel
When I do this: (from an install disk, having mounted the harddisk)
Code:
mv /boot/kernel /boot/kernel.BAD
mv /boot/kernel.old /boot/kernel
I don't see other posts with a similar error, so thought I'd better report it.
Attachments
Last edited by a moderator: