Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

lvm2 fails to mount / at boot

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
DebbyIan
Posts: 158
Joined: 2013-05-09 12:12

lvm2 fails to mount / at boot

#1 Post by DebbyIan »

I am curious if anyone has seen this happen at boot:

Code: Select all

Mounting /...
Failed to mount /.
All other lvms in the container have mounted correctly. Seems the system is confusing / with the PV container itself and trying to mount the PV as / as ext4 which it can't. There are no systemd logs at this stage of the boot process.

DebbyIan
Posts: 158
Joined: 2013-05-09 12:12

[SOLVED] lvm2 fails to mount / at boot

#2 Post by DebbyIan »

Turns out the ext4 fs was a little corrupted as I had yanked it without properly umounting first. The partition wouldn't umount as it had /proc /sys /dev /dev/pts bind mounted in there. Had to reinstall and this time umounted the kernel fs from inside the chroot environment.

Post Reply