Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Grub and Fedora 18

  1. #11
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Grub and Fedora 18

    You have to install the lvm2 driver in Ubuntu and then mount Fedora, so grub2 can find it. Then it works.

    There is little advantage to LVM if really using it as one partition amount many. It is intended as an entire drive (or more) to make it easy to resize partitions. But it adds a level of complication. Many here multi-booting just install Fedora to a partition.

    Advantages/Disadvantages LVM Post #9
    http://ubuntuforums.org/showthread.php?t=1586328
    lvm info older:
    http://ubuntuforums.org/showthread.php?t=141900
    http://tldp.org/HOWTO/LVM-HOWTO/index.html
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  2. #12
    Join Date
    Jan 2011
    Beans
    18

    Re: Grub and Fedora 18

    Quote Originally Posted by oldfred View Post
    You have to install the lvm2 driver in Ubuntu and then mount Fedora, so grub2 can find it. Then it works.
    Thanks for the advice! I didn't realize there were lvm2 drivers available.

    For other newbies out there, here are the commands in order to install lvm2 on Ubuntu.
    sudo -i
    apt-get install lvm2
    modprobe dm-mod
    vgchange -a y
    Now Fedora boots fine. Thanks again, everyone!

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •