ZFS NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present;
to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf .
ZFS filesystem version: 5
ZFS storage pool version: features support (5000)
I would be real curious to see the output ofEngraf said:When I choose 'Automatic Root-on-ZFS' and then 'Proceed with Installation' on 'Partitioning' screen of bsdinstall I got this error:
What's wrong?Code:gpart: start '792': No space left on device
gpart show da0 right after you get that error. Can you post it, please? gpart add -s 222 -a 4k -t freebsd-boot -l boot0 da0 I've got following message:
da0p1 added, but partition is not aligned on 1048576
Looks like it's gpart(8) can't auto calculate the start normally.When I choose 'Automatic Root-on-ZFS' and then 'Proceed with Installation' on 'Partitioning' screen of bsdinstall I got this error:
What's wrong?Code:gpart: start '792': No space left on device
# cp -r /usr/libexec/bsdinstall /tmp/
# sed -i '' -e 's/gpart add /gpart add -a 4k /' /tmp/bsdinstall/zfsboot
# mount_unionfs /tmp/bsdinstall /usr/libexec/bsdinstall
# exitWhen I choose 'Automatic Root-on-ZFS' and then 'Proceed with Installation' on 'Partitioning' screen of bsdinstall I got this error:
What's wrong?Code:gpart: start '792': No space left on device
dhclient <interface> to bring up networking and then use scp(1)) or b) some empty space on the thumb drive.Hi, dteske@!When the installer is performing its tasks, it keeps a running debug log at /tmp/bsdinstall_log
If you can press Alt+F4 after the error appears, try to get /tmp/bsdinstall_log copied over to a) some storage on the network (e.g., usedhclient <interface>to bring up networking and then use scp(1)) or b) some empty space on the thumb drive.
That file (/tmp/bsdinstall_log) has lots of information that we can use to diagnose the underlying issue.
gpart: start '792': No space left on device"
bsdinstall handles 4k option only regarding to filesystem block size. It used gnop for that, but now it uses sysctl vfs.zfs.min_auto_ashift.It seems that bsdinstall is buggy, and can't handle the 4K option at all:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195174
As far as I remember changing zfsboot helped me not, but hopefully you will be more lucky than me. The only other option I've found so far is to turn off 4K forcing.