You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for documenting OpenZFS. I am experimenting on a fresh Bullseye VM with root on ZFS, following the current PR #205. Grub is installed in BIOS mode and there is only one disk. System works properly, but the current Debian initrd documentation does not match what I have:
The Grub linux command line in the "Booting from snapshot" section is different. If we remove the snapshot mentioned to have the original line, the doc gives :
linux /ROOT/debian-1@/boot/vmlinuz-3.2.0-4-amd64 root=ZFS=rpool/ROOT/debian-1 ro boot=zfs $bootfs quiet
While on my system it is:
linux /BOOT/debian@/vmlinuz-5.10.0-9-amd64 root=ZFS=/ROOT/debian ro root=ZFS=rpool/ROOT/debian quiet
Maybe it is just Grub that is much newer in Bullseye than in the documentation?
The doc says it should be possible to select snapshot dynamically by adding @ only to the root parameter. In my case, system just hangs after Loading initial ramdisk ...
I tried a rollback from snapshot by specifying the snapshot name in the root parameter and by adding rollback=1. System then hangs (see picture below). After enforcing a reset, system boot properly on the previously selected snapshot. Maybe this could be better explained in the documentation?
Regards,
Yvan
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for documenting OpenZFS. I am experimenting on a fresh Bullseye VM with root on ZFS, following the current PR #205. Grub is installed in BIOS mode and there is only one disk. System works properly, but the current Debian initrd documentation does not match what I have:
While on my system it is:
Maybe it is just Grub that is much newer in Bullseye than in the documentation?
The doc says it should be possible to select snapshot dynamically by adding
@
only to theroot
parameter. In my case, system just hangs afterLoading initial ramdisk ...
I tried a rollback from snapshot by specifying the snapshot name in the
root
parameter and by addingrollback=1
. System then hangs (see picture below). After enforcing a reset, system boot properly on the previously selected snapshot. Maybe this could be better explained in the documentation?Regards,
Yvan
The text was updated successfully, but these errors were encountered: