break19 said:You need:
in it.Code:vfs.root.mountfrom="ufs:/dev/da0p2"
disk0:
disk0p1: FreeBSD Boot
disk0p2: FreeBSD UFS
disk0p3: FreeBSD swap
wblock@ said:A freebsd-boot partition does not have a filesystem. It's where the binary bootcode is kept. /boot is actually on the UFS partition with the rest of that filesystem.
Still waiting to see what's in /etc/fstab. Why? Because the loader tries to read it.
/dev/da0p3 none swap sw 0 0
/dev/da0p2 / ufs rw 1 1
wblock@ said:If the disk is actually an external USB drive, setting a longer timeout in /boot/loader.conf might help:
[/code]
fatsailor said:The disk is a 15k 6Gbps SAS drive connected to a LSI 2008 controller. I originally configured the controller to do RAID 10, and then learned that RAID isn't supported yet on the mps controllers yet. I modified the controller back to no RAID and installed....problems ever since.
fatsailor said:OK - I figured out the problem. We've mixed SATA and SAS drives which can be done on the controller. However, it appears that the mpt driver doesn't support that mix yet (or has a bug).
I removed the SATA drives to reduce the clutter in a verbose boot in an attempt to diagnose. Once the SATA drives were removed, the system boots fine.
The moral of the story is don't mix SATA and SAS on the LSI 2008 yet.