I'm following the guide for getting systemd to boot other disks. I use btrfs.
The guide tells to mount the system's mountpoint, which I'm assuming would be /dev/sdb2 /mnt, which is for my system(non-EFI) partition.
However, when I try to do arch-chroot /mnt, I am told:
dmesg(1) may have more information after failed mount system call.```
I check what is inside /mnt with ls, and I see a folder(?) called `@`. It contains /proc, but when I try to chroot into it, I am told:
```==> WARNING: /mnt/@ is not a mountpoint. This may have undesirable side effects.```
It does chroot, but I'm not sure if I should just keep going from there.