I'm using genkernel 4.0.10, latest stable. Should I unmask and try 4.1.0?
By some reason my current version tries to mount root before starting udev I think. Visually there's much fewer logging happening before it tries to mount root, compared to what I was getting when it was working fine.
/proc/cmdline:
Code: Select all
root=/dev/ram0 real_root=/dev/disk/by-uuid/e71d81da-0885-4f7b-a45e-77d4533df813 rootfstype=ext4 real_init=/sbin/init keymap=us root_trim=yes fbcon=font:TER16x32 mitigations=off crashkernel=512M nokaslr BOOT_IMAGE=/boot/vmlinuz-5.8.0-gentoo-r1-x86_64 root=/dev/nvme0n1p2 ro intel_iommu=igfx_off
second `root=/dev/nvme0n1p2` got added because I specified it manually at boot after it fail to find `real_root`.
Will tell the exact error message after next reboot, but it was a standard message about not being able to find `/dev/disk/by-uuid/e71d81da-0885-4f7b-a45e-77d4533df813` with a prompt to specify the alternative or drop to rescue shell