Hi All,
I ran into a very interesting issue and can't figure out the solution, so looking for help.
2 identical new servers (supermicro twin2), FreeBSD 10.
First server is installed and runs without issues, GPT, entire disk, 110GB (2xssd, hw mirror).
Second server installed exactly the same way, GPT, entire disk, it is having 6x 2TB sata disks in raid6, 7.3T
Both server is running with mfid0 and identical fstab files.
The second server is simply not booting up automatically, it stops at mounting the root partition.
Strange thing it is not writing anything like "trying to mount blah" just exists to mountroot.
As far as I understood from loader documentation it should scan the fstab file and boot based on that, but it's simply not doing it, any idea why?
At mountroot when I'm typing ? it shows me a list of valid devices.
If I'm typing manually into mountroot promt: ufs:/dev/mfid0p2 then the server boots without issues.
If I'm adding the vfs.root.mountfrom="ufs:/dev/mfid0p2" to /boot/loader.conf then the server boots without issues automatically, so this is a proper workaround.
But this is just bugs me, why it's not booting by default?
Thanks for everyone.
I ran into a very interesting issue and can't figure out the solution, so looking for help.
2 identical new servers (supermicro twin2), FreeBSD 10.
First server is installed and runs without issues, GPT, entire disk, 110GB (2xssd, hw mirror).
Second server installed exactly the same way, GPT, entire disk, it is having 6x 2TB sata disks in raid6, 7.3T
Both server is running with mfid0 and identical fstab files.
The second server is simply not booting up automatically, it stops at mounting the root partition.
Strange thing it is not writing anything like "trying to mount blah" just exists to mountroot.
As far as I understood from loader documentation it should scan the fstab file and boot based on that, but it's simply not doing it, any idea why?
At mountroot when I'm typing ? it shows me a list of valid devices.
If I'm typing manually into mountroot promt: ufs:/dev/mfid0p2 then the server boots without issues.
If I'm adding the vfs.root.mountfrom="ufs:/dev/mfid0p2" to /boot/loader.conf then the server boots without issues automatically, so this is a proper workaround.
But this is just bugs me, why it's not booting by default?
Thanks for everyone.