0

I'm using suse 11.4 on a vmwareplayer 15. I had an issue of / been 100% full and also didn't reboot the machine for a long time. After I cleaned some space I rebooted the machine and now I get these errors :

FATAL MODE incomplete logical volumes will be processed
Volume group "vg-root" not found

mount: devpts already mounted or /dev/pts is busy
FATAL: Module linear not found
FATAL: Module dm_mirror not found
Volume group "vg-root" not found

After i booted to single mode I tried this:

cat /etc/fstab - not found
cat /dev/mapper/ - only file there is control
chroot - not found
vgchange -ay - no volume group found 
fsck - cant find anything to fix.
mount- shows only tmpfs 

It's like all vg's and lv's are gone. (vgscan lvscan pvscan not finding anything) What else can I do?

Hemant
  • 11
  • 1
  • 4
Batchen Regev
  • 131
  • 1
  • 6

1 Answers1

1

When a system will not boot, rescue it from another environment. Boot rescue media, or boot a different VM and attach a copy of their disks. Copy off important data. Optionally, attempt to fix LVM.

Or, build a new host and restore from backups.

John Mahowald
  • 30,009
  • 1
  • 17
  • 32