On Mon, 27.07.15 01:18, Christopher Cox ([email protected]) wrote: > I suspect that somebody here knows why, but all mounts now fail... well all > but /. > > Has anyone run across this before? What did I miss? > > I accidentally messed up my boot mbr. and I did a rescue cd and chroot in > order to rerun grub2-mkconfig and do a grub2-install. > > Now the system boots to a grub menu and tries to boot, root fileystem mounts > but all other mounts fail so goes into "emergency" mode. From that shell I > cannot seem to mount anything, they all fail saying that whatever I'm trying > to mount is already mounted or it's "in use". I can't fsck umounted > filesystems either. They all say "in use".
Maybe your changed the order of your partitions or changed their partition UUID? If so, then /etc/fstab will reference incorrect partitions now. Make sure bring /etc/fstab into sync with your actual partitions. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
