Re: Migrating to new disk
- In reply to: mike tancsa : "Re: Migrating to new disk"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Apr 2023 12:43:26 UTC
Thanks, you fixed it! On Sun, Apr 02, 2023 at 08:02:48PM -0400, mike tancsa wrote: > >What is in /boot/loader.conf ? kern.geom.label.disk_ident.enable="0" kern.geom.label.gptid.enable="0" cryptodev_load="YES" zfs_load="YES" if_re_load="YES" if_re_name="/boot/modules/if_re.ko" console="vidconsole" # set the maximum data size limit to 1 GB kern.maxdsiz="1073741824" # set the default data size limit to 1 GB kern.dfldsiz="1073741824" cuse_load="YES" > And did you set the right pool name ? > >zpool set bootfs=$POOLNAME/ROOT/default $POOLNAME > root@freebsd:~ # zpool get bootfs NAME PROPERTY VALUE SOURCE zold bootfs zold/ROOT/default local Maybe not? Set the bootfs and it works now! Thanks for your help. Regards, Henrik Morsing --