Im giving a go fedora silverblue on a new laptop but Im unable to boot (and since im a linux noob the first thing i tried was installing it fresh again but that didnt resolve it).
its a single drive partitioned to ext4 and encrypted with luks (its basically the default config from the fedora installation)
any ideas for things to try?
You must log in or register to comment.
The error says
/home
is a symlink, what if youls -l /home
?Since this is an atomic distro,
/home
might be a symlink to/var/home
.yes it is a symlink to /var/home
So shouldn’t you mount your home partition on /var/home instead?