PDA

View Full Version : [ubuntu] Need help adding CentOS to Boot.



RedBolt
October 6th, 2012, 09:38 PM
I've installed CentOS after Ubuntu and ran boot-repair to try to get Ubuntu back, now i only have ubuntu.

Here is the boot-repair info: http://paste.ubuntu.com/1264529/

I appreciate any help.
Thanks.

darkod
October 6th, 2012, 09:54 PM
As you can see, you installed CentOS as LVM. Ubuntu does not include the LVM package by default so it can't look into the LVM. You should be able to install the package, activate the LVM and then run update-grub. Something like:

sudo apt-get install lvm2
sudo vgchange -ay
sudo update-grub

RedBolt
October 7th, 2012, 01:04 PM
Thank you, it is now working :)