Results 1 to 3 of 3

Thread: Need help adding CentOS to Boot.

  1. #1
    Join Date
    Oct 2012
    Beans
    2

    Need help adding CentOS to Boot.

    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.

  2. #2
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Need help adding CentOS to Boot.

    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:
    Code:
    sudo apt-get install lvm2
    sudo vgchange -ay
    sudo update-grub
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  3. #3
    Join Date
    Oct 2012
    Beans
    2

    Re: Need help adding CentOS to Boot.

    Thank you, it is now working

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •