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?
Edit: Probably try @nanook@friendica.eskimo.com's solution of systemctl daemon-reload
first.
Yes. When booting, your system has an initial image that it boots off of before mounting file systems. You have to make sure the image reflects the updated fstab.
You might be right. I was thinking of it in terms of a traditional distro, as I use vanilla Debian where my advice would apply and yours probably wouldn't.
From what I do know, though, I guess /etc would be part of the writable roots overlaid onto the immutable image, so it would make sense if the immutable image was sort of the initramfs and was read when root was mounted or something. Your command is probably the correct one for immutable systems.
sudo dracut -f
.mkdir /var/home
then symlink /home
from that, no? Otherwise, you'll wind up with a home directory that is immutable.Universal Blue is a diverse set of images using Fedora Atomic's OCI support as a delivery mechanism. That's nerdspeak for the ultimate Linux client!universal-blue.org
20 or 30 generations 😹
I have space for 1 😭
Edit: you've got me worried now, is the behavior you're referring to normal running out of inodes behavior or some sort of bug? Is this specific to ext4 or does it also affect btrfs nix stores?
I've run across the information that ext4 can be created with extra inodes but cannot add inodes to an existing filesystem.
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
.