Find the answer to your Linux question:
Results 1 to 3 of 3
I tried to install rawhide by enabling the rawhide repo and doing a yum update. Lets just say it didn't go so well. My system wont start the GUI when ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    3

    Reinstall Fedora without losing my /home partition

    I tried to install rawhide by enabling the rawhide repo and doing a yum update. Lets just say it didn't go so well. My system wont start the GUI when I start the computer. It just shows the Fedora boot animation and stays there. So anyway I need to reinstall Fedora 14. I wanted to reinstall Fedora without having to backup and restore all my data (my home directory). So I did some Googleing and found that if I had my home directory on a separate partition that I was set to go. All I had to do was format "/" and just tell it to use the "/home" partition I already had and not to format it and I that was it. So I went to try it myself and found that it was not as straight forward as it seemed. Well at least for me.

    I clicked on "lv_root" assuming that was supposed to have "/" as its mount point. I clicked the edit button. I selected "/" as its mount point and told it to format it as ext4.

    Then I clicked on lv_home and clicked on the edit button. I made its mount point "/home" and clicked "ok".

    I clicked "Next" and I get this error "Bootable partitions cannot be on a logical volume". What do I need to do to fix this? I assume this has to do with the "lv_" at the beginning of the partition names.

  2. #2
    Just Joined!
    Join Date
    Feb 2011
    Posts
    19
    Ouch...

    Run the machine in init 1 if possible. Format a usb drive for ext. rsync -azvP /home /media/usbdrive/ Then reinstall fedora.

    If init 1 is no good then you may have to run rescue mode and mount just the /home directory read-write. Manually mound the usb drive. Then rsync -azvP /home to the jump drive.

    If your machine is encrypted then you'll have to find a walk through on how to decrypt it before remounting /home partition.

  3. #3
    Just Joined!
    Join Date
    Apr 2009
    Posts
    3
    Ok I got Fedora reinstalled. Now I just need to restore my data.

Posting Permissions

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