On 04/25/2011 07:10 PM, Peter Toth wrote:
> Hi there,
> 
> I've recently migrated my old laptop to a new one (both running R8.2 +
> ZFS). Used zfs send/recv and corrected mountpoints.
> On the old laptop I had my / sitting in zpool, on the new one I've
> created a separate zpool/root for /.
> Everything is working OK except one strangeness - the boot loader still
> reads the kernel out of zpool/boot instead of zpool/root/boot.
> 
> I've reinstalled the boot code and the loader but this did not help.
> 
> Anyone has an idea how to fix this?

zpool set bootfs=zpool/root zpool

The bootfs property on the zpool tells zfsboot which dataset contains
the next boot stage (/boot.config or /boot/loader).

-- 
Fuzzy love,
-CyberLeo
Technical Administrator
CyberLeo.Net Webhosting
http://www.CyberLeo.Net
<cyber...@cyberleo.net>

Furry Peace! - http://wwww.fur.com/peace/
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to