Hello,
I've been running a machine with FreeBSD since 6.2 version. It is pretty old, but well working server with 2 xeon processors and build in RAID. All based on TYAN platform.
It was working fine for many years with uptime ~2 years.
Yesterday I installed from scratch FreeBSD 10.1 on this machine with all the latest patches. Installation went smoothly. I was surprised after reboot seeing the below
At first I thought, that something was wrong in /etc/fstab but it was not the reason. More interesting is that if I press the ENTER key, the server reboots and boot process goes fine until next reboot. Then again it cannot mount root and when I press ENTER it reboots fine.
As a temporary solution I have a serial console and I press the enter via serial... but I do not consider this as long term solution.
I tried various tips found in the internet but none of them helped, e.g.:
Have no clue what else could I do in order to have this fixed. Any help would be appreciated very much.
I've been running a machine with FreeBSD since 6.2 version. It is pretty old, but well working server with 2 xeon processors and build in RAID. All based on TYAN platform.
It was working fine for many years with uptime ~2 years.
Yesterday I installed from scratch FreeBSD 10.1 on this machine with all the latest patches. Installation went smoothly. I was surprised after reboot seeing the below
Code:
uhub4: 8 ports with 8 removable, self powered
Trying to mount root from ufs:/dev/raid/r0p2 [rw]...
mountroot: waiting for device /dev/raid/r0p2 ...
Mounting from ufs:/dev/raid/r0p2 failed with error 19.
Loader variables:
vfs.root.mountfrom=ufs:/dev/raid/r0p2
vfs.root.mountfrom.options=rw
Manual root filesystem specification:
<fstype>:<device> [options]
Mount <device> using filesystem <fstype>
and with the specified (optional) option list.
eg. ufs:/dev/da0s1a
zfs:tank
cd9660:/dev/acd0 ro
(which is equivalent to: mount -t cd9660 -o ro /dev/acd0 /)
? List valid disk boot devices
. Yield 1 second (for background tasks)
<empty line> Abort manual input
mountroot>
As a temporary solution I have a serial console and I press the enter via serial... but I do not consider this as long term solution.
I tried various tips found in the internet but none of them helped, e.g.:
Code:
# cat /boot/loader.conf
kern.cam.boot_delay="10000"
geom_raid_load="YES"