#decryption fails due to missing unknown uuid

1 messages · Page 1 of 1 (latest)

zealous hollow
#

Please excuse the photos, text extraction is currently limited, fstab, dracut.conf and uuids in image one, dracut error in image 2

#

what is dracut even trying to find?

#

changing fstab boot enry from label boot to uuid of /dev/nvme0n1p2 and it doesnt seem to fix this

quick orchid
#

what happens when you use dracut

#

use ugrd if you wantt easy mode

#

dracut's "true" config comes from bootloader settings

quick orchid
zealous hollow
zealous hollow
quick orchid
#

ugrd doesn't touch boot entries so im not sure what went wrong

#

but if you really want to digg into the dracut stuff, you'll need to double check bootloader config

#

dracut is super particular about how things are configured and i think if the bootloader sets a root target that is wrong, it ignores the builtin one

#

ugrd will try bootloader based config but uses tthe root info from the system at build time if that fails

#

(using /proc/mount not the fstab)

zealous hollow
#

ill switch to urgd tomorrow, its too late today, thank you Zen

quick orchid
#

yw, i wonder if the bootloader is autoconfiguring with the wrong root=?

#

the main issue with that and dracut is that dracut will automatically name it using udev

#

and that rarely matches up with however it was named in the livecd/chroot

zealous hollow
#

it works now, thank you very much Zen