Hi to all.
Sorry for possible doubling, but need help to start a gateway.
After upgrading FreeBSD 8.4 -Stable to FreeBSD 9.3-RELEASE-p45
System doesn't boot correct, it stop on:
As I'm discovered disk name change from ad to ada
So try next command
If I typed "#mountroot> ?" it show next:
So it looks like disk become GPT, but they are not
Here is info from liveCD mode
here is the content of old fstab :
Sorry for misunderstood, I'm a newbie.
Can any one explain please for me, what goes wrong?
How to recover, is it possible? Or do I need to make a fresh install?
Sorry for possible doubling, but need help to start a gateway.
After upgrading FreeBSD 8.4 -Stable to FreeBSD 9.3-RELEASE-p45
System doesn't boot correct, it stop on:
Code:
Trying to mount root from ufs: /dev/ad0s1a [rw]
mountroot: waiting for device /dev/ad0s1a
Mounting from ufs: /dev/ad0s1a failed with error 19.
Loader variables:
vfs.root.mountfrom=ufs:/dev/ad0s1a
vfs.root.mountfrom.options=rw
So try next command
Code:
ufs:/dev/ada0s1a
Trying to mount root from ufs:/dev/ada0s1a []...
mountroot: waiting for device /dev/ada0s1a
Mounting from ufs:/dev/ada0s1a failed with error 19.
Code:
#mountroot> ?
List of GEOM managed disk devices:
gptid/a11c69e7-......here is a long id ada0p3 ada0p2 ada0p1 ada0
Here is info from liveCD mode
Code:
#gpart show ada0
=> 1 78240862 ada0 MBR (37G)
1 62 -free- (31K)
63 78239889 1 freebsd [active] (37G)
78239952 911 -free- (456K)
Code:
mount /dev/ada0s1a /mnt
cat /mnt/etc/fstab
/dev/ad0s1a / ufs rw 1 1
/dev/ad0s1a none swap sw 0 0
/dev/ad0s1a /tmp ufs rw 2 2
/dev/ad0s1a /var ufs rw 2 2
/dev/ad0s1a /usr ufs rw 2 2
Sorry for misunderstood, I'm a newbie.
Can any one explain please for me, what goes wrong?
How to recover, is it possible? Or do I need to make a fresh install?