Patrick Dupre via users writes:
Hello,
To update a system installed on a specific partition that way? (after dnf update --refresh) mount /dev/sdx /mnt/linux chroot /mnt/linux dnf system-upgrade download --releasever=40
A bunch of other stuff will likely need to be mounted.
Pretty much anything needs /dev, /sys, etc… that needs to be mounted in your chroot.