1 Answer
- Newest
- Most votes
- Most comments
0
When the host fails to boot, are there any more messages other than "Cannot open access to console, the root account is locked." ?
And when you have (what I'll call) the problem rootdisk mounted on the rescue instance at (say) /mnt
can you double-check that the UUIDs listed in /mnt/etc/fstab
are definitely correct and complete?
It's easy to get cross-eyed with things like this, and have the wrong disk's UUIDs in place.
On the rescue instance lsblk
to list the disks, and then sudo blkid /dev/[second_disk]*
(the wildcard will make sure to capture the /boot
& /boot/efi
devices on the problem root disk as well).
Relevant content
- asked 2 years ago
- asked 9 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated a year ago