Deleted user
Deleted user
George Melikov ***@***.***> writes: > Hm, there are some history about external problems > https://forum.proxmox.com/threads/grub-error-compression-algorithm-inherit-not-supported-on-reboot.38629/ > pbatard/efifs#27 Thanks for the links! The first link was due to a hardware problem;...
George Melikov ***@***.***> writes: > @meilon @ne9z I've found issue about that openzfs/zfs#15261 Thanks. I will update the documentation to warn about top-level snapshots. Should we do this also for...
Christian Arnold ***@***.***> writes: > Thank you, I don't know why I clung to keeping the bpool. Without it it works great! There are two options: either you destroy and...
Now I can reproduce this issue: # dd if=/dev/zero of=test.img bs=1M count=1024 # zpool create tpool -O mountpoint=legacy -o compatibility=grub2 /root/test.img # mount -t zfs tpool /mnt # grub-probe /mnt...
Thanks for your long-time advocacy of ZBM and total and complete denigration of GRUB, the Grand Unified Bootloader! Really appreciate that. We all know GRUB is a totally worthless piece...
"Andrew J. Hesford" ***@***.***> writes: > Needless destruction before trying something new is a terrible > practice. If you migrate to ZFSBootMenu and like it, you can then > decide...
Richard Laager ***@***.***> writes: > Is this an actual problem or just a spurious message? Most likely a spurious message. Because I also get this message about compression algorithm "inherit"...
Colm ***@***.***> writes: > Note: your reproduction above is not sound - you are creating the > bpool pool on a zeroed-out file inside a (presumably not > grub-compatible) dataset,...
Still red herrings. I currently do not have time to investigate this further. As you can see from above, compat=legacy does solve this issue. [root#yinzhou:~]# zpool history bpool History for...
Here is the bpool recreated with compat=legacy [root#yinzhou:~]# zpool history bpool History for 'bpool': 2023-11-08.23:32:14 zpool create -o compatibility=legacy -o ashift=12 -o autotrim=on -O acltype=posixacl -O canmount=off -O devices=off -O...