Comment 6 for bug 2041739

Revision history for this message
Danny (dannyp777) wrote :

Have deleted my bpool and recreated with following commands:

zpool create -d \
-o compatibility=grub2,ubuntu-22.04 \
-O devices=off \
bpool \
/dev/sda3

zfs create -o canmount=off -o mountpoint=none bpool/BOOT
zfs create -o canmount=noauto -o mountpoint=/boot bpool/BOOT/ubuntu_07flvq
zfs set mountpoint=none bpool

Will restart and see what happens.