Hi,
May 15 15:31:23 fedora systemd[1]: Mounting home-alex.mount - /home/alex...
May 15 15:31:23 fedora mount[928]: mount: /home/alex: mount failed: Invalid argument.
May 15 15:31:23 fedora systemd[1]: home-alex.mount: Mount process exited, code=exited, status=1/FAILURE
May 15 15:31:23 fedora systemd[1]: Dependency failed for local-fs.target - Local File Systems.
May 15 15:31:23 fedora systemd[1]: Dependency failed for selinux-autorelabel-mark.service - Mark the need to relabel after reboot.
I just upgraded my fc38 desktop to fc39 using the regular "dnf upgrade" method, as I've done forever. However, this time boot fails with messages related to failed dependencies and it being unable to mount any partitions other than boot and root.
I managed to get networking working so I can copy off some of the config. Here's what's mounted when it fails:
Filesystem Size Used Avail Use% Mounted on
devtmpfs 4.0M 0 4.0M 0% /dev
tmpfs 32G 0 32G 0% /dev/shm
tmpfs 13G 2.1M 13G 1% /run
efivarfs 192K 155K 33K 83% /sys/firmware/efi/efivars
/dev/sdc4 1.8T 40G 1.7T 3% /
/dev/loop1 6.9M 6.9M 0 100% /var/lib/snapd/snap/dalfox/227
/dev/loop0 104M 104M 0 100% /var/lib/snapd/snap/core/16928
tmpfs 32G 0 32G 0% /tmp
/dev/sdc2 974M 352M 555M 39% /boot
/dev/sdc1 599M 7.5M 592M 2% /boot/efi
devtmpfs 4.0M 0 4.0M 0% /dev
tmpfs 32G 0 32G 0% /dev/shm
tmpfs 13G 2.1M 13G 1% /run
efivarfs 192K 155K 33K 83% /sys/firmware/efi/efivars
/dev/sdc4 1.8T 40G 1.7T 3% /
/dev/loop1 6.9M 6.9M 0 100% /var/lib/snapd/snap/dalfox/227
/dev/loop0 104M 104M 0 100% /var/lib/snapd/snap/core/16928
tmpfs 32G 0 32G 0% /tmp
/dev/sdc2 974M 352M 555M 39% /boot
/dev/sdc1 599M 7.5M 592M 2% /boot/efi
I can mount my home directory manually, so it's not a problem with the disk. I also tried replacing the UUID in /etc/fstab with the actual device name and rebooting, but that didn't help either. I've also tried booting into the previous fc38 kernel that I know booted properly.
I'm used to seeing the ext4 kernel module installed with lsmod, but it seems that's not needed anymore?
There's also a message about selinux relabeling - I've also disabled selinux on boot using security=0 so I don't think that's the problem.
Here are a few of the "fail" messages from "journalctl -xb 0"
May 15 15:31:23 fedora systemd[1]: Mounting home-alex.mount - /home/alex...
May 15 15:31:23 fedora mount[928]: mount: /home/alex: mount failed: Invalid argument.
May 15 15:31:23 fedora systemd[1]: home-alex.mount: Mount process exited, code=exited, status=1/FAILURE
May 15 15:31:23 fedora systemd[1]: Dependency failed for local-fs.target - Local File Systems.
May 15 15:31:23 fedora systemd[1]: Dependency failed for selinux-autorelabel-mark.service - Mark the need to relabel after reboot.
May 15 15:31:23 fedora systemd[1]: selinux-autorelabel-mark.service: Job selinux-autorelabel-mark.service/start failed with result 'dependency'.
May 15 15:31:23 fedora systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
May 15 15:31:23 fedora systemd[1]: local-fs.target: Triggering _OnFailure_= dependencies.
May 15 15:31:23 fedora systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
May 15 15:31:23 fedora systemd[1]: local-fs.target: Triggering _OnFailure_= dependencies.
Here's my /etc/fstab. I've commented out all the secondary mount points other than my home directory after they all failed too.
# cat /etc/fstab|grep -Ev '^$|#'
UUID=39b42604-3f56-4537-b738-b79656379920 / ext3 defaults 1 1
UUID=ca677379-15de-4b51-8728-e1c5591874fb /boot ext4 defaults 1 2
UUID=E6F8-57A9 /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=e8add1bc-a807-4547-8177-52768f24bd25 none swap defaults 0 0
UUID=ca677379-15de-4b51-8728-e1c5591874fb /boot ext4 defaults 1 2
UUID=E6F8-57A9 /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=e8add1bc-a807-4547-8177-52768f24bd25 none swap defaults 0 0
UUID=e9be12f8-7d21-4992-9018-d5032124264d /home/alex ext4 defaults,group,user,exec 0 0
-- _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue