[arch-general] See the llvm volumes from GRUB console

2011-10-25 Thread Alfredo Palhares
Hello, I upgarded a remote machine recently. And i got loocked out of the system. I still have acess to the machine trough serial console (KVM). Is there any way to list the lvm volumes from there ? Since my /dev/mapper/Root-root doesn't work. -- Regards, Alfredo Palhares

Re: [arch-general] See the llvm volumes from GRUB console

2011-10-25 Thread Nyuszika7H
Hi Alfredo, If you've got a live CD, boot it up and execute the following commands: [root@archiso]# modprobe dm-mod [root@archiso]# vgscan Reading all physical volumes. This may take a while... Found volume group YourVolGroup using metadata type lvm2 [root@archiso]# vgchange -ay NUM

Re: [arch-general] See the llvm volumes from GRUB console

2011-10-25 Thread Alfredo Palhares
Thank you. On Tue, Oct 25, 2011 at 5:29 PM, Nyuszika7H litemininyusz...@gmail.comwrote: Hi Alfredo, If you've got a live CD, boot it up and execute the following commands: [root@archiso]# modprobe dm-mod [root@archiso]# vgscan Reading all physical volumes. This may take a while...