Hey there, In the past couple of days I have been having a consistently inconstant booting into F40. I have Fedora Installed automatically in 2 drives (split) as I did post about it here if you wanna have more info.
During the system startup I select the 6.10.10-200.fc44
kernal boot option, sometimes It does boot successfully and sometimes it doesn’t, and when It doesn’t I try to see the ‘logs’ (pressing ESC) and I get lots of problems one of them is the same as this. But the solution in the Post didn’t help since
❯ cat /proc/cmdline
BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.10.10-200.fc40.x86_64
root=UUID=c8f974fd-0c0f-444c-98a7-60ef99f51177 ro rootflags=subvol=root
rd.driver.blacklist=nouveau modprobe.blacklist=nouveau rhgb quiet
rd.driver.blacklist=nouveau modprobe.blacklist=nouveau
so there is no resume=UUID=xxxx
.
I would like to send the entire boot startup log or whatever you call it but I don’t know how to get it, Is there a place where those logs get saved or do I have to take a picture of it.
Auditional Info that may help:
❯ cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Thu Aug 29 15:47:52 2024
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
UUID=c8f974fd-0c0f-444c-98a7-60ef99f51177 / btrfs subvol=root,compress=zstd:1 0 0
UUID=016aee7f-c3a8-4d6f-b905-3351a60a94a7 /boot ext4 defaults 1 2
UUID=F86B-B069 /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=c8f974fd-0c0f-444c-98a7-60ef99f51177 /home btrfs subvol=home,compress=zstd:1 0 0
❯ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
loop0 7:0 0 4K 1 loop /var/lib/snapd/snap/bare/5
loop1 7:1 0 119.1M 1 loop /var/lib/snapd/snap/bombsquad/23
loop2 7:2 0 120.3M 1 loop /var/lib/snapd/snap/bombsquad/28
loop3 7:3 0 55.4M 1 loop /var/lib/snapd/snap/core18/2846
loop4 7:4 0 55.7M 1 loop /var/lib/snapd/snap/core18/2829
loop5 7:5 0 74.3M 1 loop /var/lib/snapd/snap/core22/1612
loop6 7:6 0 74.2M 1 loop /var/lib/snapd/snap/core22/1621
loop7 7:7 0 150.3M 1 loop /var/lib/snapd/snap/figma-linux/197
loop8 7:8 0 164.8M 1 loop /var/lib/snapd/snap/gnome-3-28-1804/198
loop9 7:9 0 91.7M 1 loop /var/lib/snapd/snap/gtk-common-themes/1535
loop10 7:10 0 38.8M 1 loop /var/lib/snapd/snap/snapd/21759
sda 8:0 0 111.8G 0 disk
└─sda1 8:1 0 111.8G 0 part
zram0 252:0 0 8G 0 disk [SWAP]
nvme0n1 259:0 0 119.2G 0 disk
├─nvme0n1p1 259:1 0 600M 0 part /boot/efi
├─nvme0n1p2 259:2 0 1G 0 part /boot
└─nvme0n1p3 259:3 0 117.7G 0 part /home
/