Hello,
I have a 13.2 installation on a multiboot system that I still use some. This is a multiboot box with windows XP and CentOS 7. I know that the opensuse install was working because I used yast to configure the bootloader to add CentOS when I installed it.
I have made some changes to the drive with the /root, /home, and /swap partitions but the added partitions are after the opensuse ones. I checked the UUID of the boot partition from the journalctl -xb output and it matches the UUID of /root in the partition table. I couldn’t figure out what the issue was by looking at the journal output.
There is one partition that could not be found because it was on a drive that I replaced with a new (larger) drive. It was mounted using /dev/disk/by-id/, so that entry would definitely fail. This is just a shared data drive, so I am not sure why the drive not being found would cause the boot to fail.
I could mount the /root partition in CentOS and edit the fstab if that is the problem but I don’t want to just guess. I am tempted to comment out all of the entries in the opensuse fstab except /root, /home, and /swap and see if I can get in.
If this is not the issue, how do I go about tracking it down. Can I save the journal somewhere so I can look at it more closely?
LMHmedchem