Hello,
I ran an update on FC42 that installed a new kernel (6.15.9-201). The subsequent reboot hung the system with :
Code:
waiting on device dev-gpt\x2dauto\x2droot.device - /dev/gpt-auto-root
I vaguely recall a similar error after an update (or upgrade?) last year. But I can't find the source I used to fix an issue.
I do see the following commands in my history:
Code:
948 grubby --info="/boot/vmlinuz-$(uname -r)"
949 grubby --update-kernel=/boot/vmlinuz-$(uname -r) --remove-args="systemd.unified_cgroup_hierarchy=0"
951 grubby --update-kernel=ALL --args="kernel_args"
954 grubby --update-kernel=/boot/vmlinuz-$(uname -r) --remove-args="kernel_args"
956 grubby --update-kernel=/boot/vmlinuz-$(uname -r)
Both 6.15.8-200 and 6.15.9-201 are failing with the same error.
The grub info looks like this:
Code:
[root@dell5000 etc]# grubby --info="/boot/vmlinuz-$(uname -r)"
index=2
kernel="/boot/vmlinuz-6.14.9-300.fc42.x86_64"
args="ro rd.lvm.lv=fedora_dell5000/root rd.lvm.lv=fedora_dell5000/swap rhgb quiet"
root="/dev/mapper/fedora_dell5000-root"
initrd="/boot/initramfs-6.14.9-300.fc42.x86_64.img"
title="Fedora Linux (6.14.9-300.fc42.x86_64) 42 (Adams)"
id="97ce362a22da4f40ac8fa6793bfafcf2-6.14.9-300.fc42.x86_64"
[root@dell5000 etc]# grubby --info=ALL
index=0
kernel="/boot/vmlinuz-6.15.9-201.fc42.x86_64"
args="kernel_args"
initrd="/boot/initramfs-6.15.9-201.fc42.x86_64.img"
title="Fedora Linux (6.15.9-201.fc42.x86_64) 42 (Adams)"
id="97ce362a22da4f40ac8fa6793bfafcf2-6.15.9-201.fc42.x86_64"
index=1
kernel="/boot/vmlinuz-6.15.8-200.fc42.x86_64"
args="kernel_args"
initrd="/boot/initramfs-6.15.8-200.fc42.x86_64.img"
title="Fedora Linux (6.15.8-200.fc42.x86_64) 42 (Adams)"
id="97ce362a22da4f40ac8fa6793bfafcf2-6.15.8-200.fc42.x86_64"
index=2
kernel="/boot/vmlinuz-6.14.9-300.fc42.x86_64"
args="ro rd.lvm.lv=fedora_dell5000/root rd.lvm.lv=fedora_dell5000/swap rhgb quiet"
root="/dev/mapper/fedora_dell5000-root"
initrd="/boot/initramfs-6.14.9-300.fc42.x86_64.img"
title="Fedora Linux (6.14.9-300.fc42.x86_64) 42 (Adams)"
id="97ce362a22da4f40ac8fa6793bfafcf2-6.14.9-300.fc42.x86_64"
index=3
kernel="/boot/vmlinuz-0-rescue-97ce362a22da4f40ac8fa6793bfafcf2"
args="ro rd.lvm.lv=fedora_dell5000/root rd.lvm.lv=fedora_dell5000/swap rhgb quiet systemd.unified_cgroup_hierarchy=0 kernel_args"
root="/dev/mapper/fedora_dell5000-root"
initrd="/boot/initramfs-0-rescue-97ce362a22da4f40ac8fa6793bfafcf2.img"
title="Fedora Linux (0-rescue-97ce362a22da4f40ac8fa6793bfafcf2) 42 (Adams)"
id="97ce362a22da4f40ac8fa6793bfafcf2-0-rescue"
index=4
kernel="/boot/memtest86+x64.efi"
args=""
initrd="/boot"
title="Memtest86+ (memtest86+x64.efi-6.20)"
id="97ce362a22da4f40ac8fa6793bfafcf2-0-memtest86+"
The "2" is currently working config.
Any pointers will be appreciated.
Thank you.
AZ
P.S.
Code:
mount | grep /dev
/dev/mapper/fedora_dell5000-root on / type ext4 (rw,relatime,discard)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=4096k,nr_inodes=998745,mode=755,inode64)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M)
/dev/sda6 on /boot type ext4 (rw,relatime,discard)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=winnt,errors=remount-ro)
/dev/mapper/fedora_dell5000-home on /home type ext4 (rw,relatime,discard)