I recently tried upgrading to FreeBSD 10 from FreeBSD 9. For some reason, there wasn't enough space on the root partition, so the update was unable to copy some files to the root partition and now the system won't boot.
I'd like to boot into fixit mode from a cd and rollback the update, but it seems like just doing
from fixit mode probably won't work, since it will be trying to rollback the virtual partitions form the live cd, rather than the real partitions on the disk.
So, my question is how I can rollback the update from fixit mode or through some other means.
I'd like to boot into fixit mode from a cd and rollback the update, but it seems like just doing
Code:
freebsd-update rollback
from fixit mode probably won't work, since it will be trying to rollback the virtual partitions form the live cd, rather than the real partitions on the disk.
So, my question is how I can rollback the update from fixit mode or through some other means.