Hi there,
After performing a [cmd=]freebsd-update -r 9.1-RELEASE[/cmd] followed by a
When I list available devices I can see an ada0, previously I was booting from ad4s1a. The disk was originally created several versions ago, possibly on 7.x. If I escape to the bootloader on boot I can boot from the old kernel back into 9.0-RELEASE without issue but I am unable to boot on the new version through issuing the following at the mountboot prompt:
The above fails with error 19 and returns to the mountboot prompt, but if I actually issue:
The system panics with a stack trace output.
The hardware is a JetWay J7F2 with a C7 CPU and a "VIA VT6420 SATA RAID Controller" however I am not using RAID.
Would appreciate any advice. Thank you.
After performing a [cmd=]freebsd-update -r 9.1-RELEASE[/cmd] followed by a
freebsd-update install
and a custom kernel build which is presently identical to generic followed by a further freebsd-update install
on reboot I'm brought to the 'mountboot' prompt as the system is unable to boot.When I list available devices I can see an ada0, previously I was booting from ad4s1a. The disk was originally created several versions ago, possibly on 7.x. If I escape to the bootloader on boot I can boot from the old kernel back into 9.0-RELEASE without issue but I am unable to boot on the new version through issuing the following at the mountboot prompt:
Code:
mountboot> ufs:/dev/ada0s1a
The above fails with error 19 and returns to the mountboot prompt, but if I actually issue:
Code:
mountboot> ufs:ada0s1a
The hardware is a JetWay J7F2 with a C7 CPU and a "VIA VT6420 SATA RAID Controller" however I am not using RAID.
Would appreciate any advice. Thank you.