Today I went to upgrade my system to 9.3-RELEASE.
At this point the system will not boot and outputs something like this at panic:
So, I boot to single user mode and roll back:
And now when booting I get:
and
Any thoughts?
Code:
# freebsd-update fetch
# freebsd-update install
# reboot
# portmaster -aH
# freebsd-update -r 9.3-RELEASE upgrade
# freebsd-update install
# shutdown -r now
At this point the system will not boot and outputs something like this at panic:
Code:
panic: vm_page_insert: page already inserted
So, I boot to single user mode and roll back:
Code:
# mount -u /
# mount -a
# freebsd-update rollback
And now when booting I get:
Code:
KLD opensolaris.ko: depends on kernel - not available or version mismatch
linker_load_file: Unsupported file type
KLD zfs.ko: depends on opensolaris - not available or version mismatch
linker_load_file: Unsupported file type
and
Code:
# sudo kldload zfs
kldload: can't load zfs: Exec format error
Any thoughts?