Venom1991 / refind-btrfs

Generate rEFInd manual boot stanzas from Btrfs snapshots
GNU General Public License v3.0
144 stars 8 forks source link

error running refind-btrfs on Garuda Linux #26

Closed zany130 closed 2 years ago

zany130 commented 2 years ago
gives the following output
Initializing the block devices using lsblk.
Initializing the physical partition table for device '/dev/sda' using lsblk.
Initializing the live partition table for device '/dev/sda' using findmnt.
Initializing the physical partition table for device '/dev/sr0' using lsblk.
Initializing the live partition table for device '/dev/sr0' using findmnt.
Initializing the physical partition table for device '/dev/zram0' using lsblk.
Initializing the live partition table for device '/dev/zram0' using findmnt.
Initializing the physical partition table for device '/dev/nvme0n1' using lsblk.
Initializing the live partition table for device '/dev/nvme0n1' using findmnt.
Initializing the physical partition table for device '/dev/nvme1n1' using lsblk.
Initializing the live partition table for device '/dev/nvme1n1' using findmnt.
Found the ESP mounted at '/var/lib/libvirt/images/pool' on '/dev/nvme1n1p1'.
Found the root partition on '/dev/nvme1n1p2'.
Searching for snapshots of the '@' subvolume in the '/.snapshots' directory.
Found subvolume '@' mounted as the root partition.
ERROR (refind_btrfs.state_management.refind_btrfs_machine/refind_btrfs_machine.py/run): Subvolume '@' is itself a snapshot (parent UUID - '2a77385b-3216-bf40-9c42-9cf73adc922f'), exiting...

looks like it thinks my root is a snapshot? (its not)

zany130 commented 2 years ago

nvm dup of this https://github.com/Venom1991/refind-btrfs/issues/20