Upgrade from 11.3 to 12.0 broke my system. Stuck with RO file system at boot.

I tried upgrading from 11.3 to 12.0 and managed to get stuck during boot. I may have missed a step during the upgrade proces. I have done many FreeBSD upgrades in the past but have never gotten myself into this particular hole before.
I am anxious to get the server back up again but I am stuck. I need advice on how to proceed and get the system booted. Thanks.

I have had a remote console on the machine and the attached files are the screen as it looks when it is stuck. and the dmesg.
 

Attachments

  • FreeBSD single user RO.JPG
    FreeBSD single user RO.JPG
    104.1 KB · Views: 127
  • dmesg head.JPG
    dmesg head.JPG
    713.2 KB · Views: 109
  • dmesg end.JPG
    dmesg end.JPG
    98.5 KB · Views: 95
First of all, unless you have manually edited rc.subr (you shouldn't - it comes with the system and doesn't need to be changed), it is more likely that the error is coming from /etc/rc.conf which is the file you normally edit when you change settings for a FreeBSD machine.
To get the root file system mounted read write so that vi will work, you can do # mount -u -w /.

HTH
 
Back
Top