new file: content/2019-10-31-how-to-fallback-to-an-older-freenas-version-on-update-failure.rst
This commit is contained in:
parent
1d3a913f2e
commit
c7ffc5825d
1 changed files with 22 additions and 0 deletions
|
|
@ -0,0 +1,22 @@
|
|||
How to fallback to an older freenas version on update failure
|
||||
################################################################
|
||||
|
||||
:author: Russell Ballestrini
|
||||
:slug: how-to-fallback-to-an-older-freenas-version-on-update-failure
|
||||
:date: 2019-10-31 17:06
|
||||
:tags: Code, DevOps
|
||||
:status: published
|
||||
|
||||
try to log in as root locally, I needed to press ``ctrl-alt-f7`` to get to a log in prompt.
|
||||
|
||||
Once logged in as root, I used the ``beadm`` command.
|
||||
|
||||
Try ``beadm list`` and activate ``beadm activate <old-version>``.
|
||||
|
||||
Finally reboot.
|
||||
|
||||
I followed this process and then got my FreeNAS server to boot again.
|
||||
|
||||
From the GUI I was able to create myself a config backup.
|
||||
|
||||
I then burned a new FreeNAS CD and used that to install a fresh new install on my USB drive and then once that booted I used the GUI to restore my config.
|
||||
Loading…
Add table
Add a link
Reference in a new issue