Fail to boot zfs on root

I recently install zfs on root following this guide, but after I finish everything with out any issues I fail to boot, I don't think I missed anything in the guide.
 
What's the last thing that it does before it stops doing what you were expecting? That's probably the point where it got messed up.

Do you get the boot screen where you press a number key? Does it boot the kernel and then complain that it can't find the root filesystem? Does it just tell you there are no bootable devices in the system? We'll need more information in order to help you.
 
I get only the boot manager, I can F6 PXE and F1 FreeBSD, if I press F1 I got the dash, if I press F6 I got no boot message, it doesn't boot kernel.
 
This guide uses a traditional MBR boot scheme. Unless you have a good reason to use MBR (dual-booting) try using GPT instead.
 
I got now this error:
Code:
can't exec getty '/usr/libexec/getty' for port /dev/ttyv* no such file or directory
 
Back
Top