I just had a catastrophic failure of the worst kind and am not quite sure what I should do.
Any help would be appreciated.
I just upgraded from 15.0 to 15.1 after applying latest security patches and rebooting.
# freebsd-update -r 15.1-RELEASE upgrade
It got stuck in a reboot cycle. Last I remember were lots of drm error messages, then reboot.
On one of the reboot cycles, I selected the previous kernel, which worked.
I executed a rollback.
# freebsd-update rollback
I got no errors, so I shutdown -r now
That was the last I saw of my system.
After rebooting, the console eventually stopped on
Loader variables:
vfs.root.mountfrom=zfs:zroot/ROOT/default
Manual root filesystem specification:
<fstype>:<device> [options]
Mount <device> using filesystem <fstype>
and with the specified (optional) option list.
e.g. ufs:/dev/da0s1a
zfs:zroot/ROOT/default
cd9660:/dev/cd0 ro
(which is equivalent to: mount -t cd9660 -o ro /dev/cd0 /)
? List valid disk boot devices
. Yield 1 second (for background tasks)
<empty line> Abort manual input
mountroot>
UPDATE
Apparently, the above is the result of the "freebsd-update rollback" not rolling back the kernel. It still boots into the new kernel.
I hit return to "Abort manual input" and after another message about not finding a partition, it finally restarted and I could select the old kernel. I guess I am not bricked. But I do need to remove the new kernel.
Anyone have a link to a post on removing a new kernel from the boot options and restoring the old kernel as the default?
I think I'm going to have to go through this again if I am to find out what is going on with drm and why the reboots. Am I forever stuck on 15.0?
Any help would be appreciated.
I just upgraded from 15.0 to 15.1 after applying latest security patches and rebooting.
# freebsd-update -r 15.1-RELEASE upgrade
It got stuck in a reboot cycle. Last I remember were lots of drm error messages, then reboot.
On one of the reboot cycles, I selected the previous kernel, which worked.
I executed a rollback.
# freebsd-update rollback
I got no errors, so I shutdown -r now
That was the last I saw of my system.
After rebooting, the console eventually stopped on
Loader variables:
vfs.root.mountfrom=zfs:zroot/ROOT/default
Manual root filesystem specification:
<fstype>:<device> [options]
Mount <device> using filesystem <fstype>
and with the specified (optional) option list.
e.g. ufs:/dev/da0s1a
zfs:zroot/ROOT/default
cd9660:/dev/cd0 ro
(which is equivalent to: mount -t cd9660 -o ro /dev/cd0 /)
? List valid disk boot devices
. Yield 1 second (for background tasks)
<empty line> Abort manual input
mountroot>
UPDATE
Apparently, the above is the result of the "freebsd-update rollback" not rolling back the kernel. It still boots into the new kernel.
I hit return to "Abort manual input" and after another message about not finding a partition, it finally restarted and I could select the old kernel. I guess I am not bricked. But I do need to remove the new kernel.
Anyone have a link to a post on removing a new kernel from the boot options and restoring the old kernel as the default?
I think I'm going to have to go through this again if I am to find out what is going on with drm and why the reboots. Am I forever stuck on 15.0?