How to rename the root volume group ?

2 replies [Last post]
teodorescup

I am a member!

Offline
Joined: 01/04/2011

Hi,
I want to rename the lvm group but my computer doesn't boot correctly afterwards.

From what I found on the Internet looks like I need to make a new initrd image and I'm not sure how exactly to proceed in Trisquel 6.

GustavoCM

I am a member!

Offline
Joined: 11/20/2012

Try reinstalling the kernel:

$ sudo apt-get install --reinstall linux-image-`uname -r`

(Or "aptitude reinstall linux...".)

teodorescup

I am a member!

Offline
Joined: 01/04/2011

Thank you, that sounds plausible.
I have to test this in a VM first thou, and I'll get back with my findings.