<---- template headericclude ----->
About anaconda
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2004
    Location
    In your closet
    Posts
    16,272
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)

    About anaconda

    When installing Fedora I've noticed that I can't use non-empty partitions. Anaconda doesn't list them. It seems that as far as anaconda is concerned these partitions don't even exist.

    Today I was planning on installing to /dev/sda5. That partition already had Fedora installed on it. It wasn't shown as an option. I formatted the partition and reran anaconda. Now that partition is available as an install target. Is this normal behavior for anaconda?

  2. #2
    Join Date
    Jun 2005
    Location
    Montreal, Québec, Canada
    Posts
    9,156
    Mentioned
    23 Post(s)
    Tagged
    0 Thread(s)

    Re: About anaconda

    Glenn, I think you are doing something wrong. What you are trying to do I do regularly. After you choose your disk(s), choose I will do my own partitioning. Anaconda will show you every partition on the target disks. You consider reformat, overwrite or even split/merge adjacent ones.

    As I have become a frequent reinstaller of Linux I find Anaconda to be a great tool. When I choose to install across two disks, it even gives me the choice of boot drive.

    Try Anaconda again, to stop before the commit. I used that feature to gain intamacy with Anaconda's working​s.
    Leslie in Montreal

    Interesting web sites list
    http://forums.fedoraforum.org/showth...40#post1697840
    We get too soon old, and too late smart!

  3. #3
    Join Date
    Mar 2004
    Location
    In your closet
    Posts
    16,272
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)

    Re: About anaconda

    Hi Leslie. Thank you for you interest.

    Quote Originally Posted by lsatenstein
    Glenn, I think you are doing something wrong.
    I thought I might be missing something.
    Quote Originally Posted by lsatenstein
    What you are trying to do I do regularly.
    As do I. I've done hundreds of installs using anaconda.
    Quote Originally Posted by lsatenstein
    After you choose your disk(s), choose I will do my own partitioning.
    I usually do.
    Quote Originally Posted by lsatenstein
    Anaconda will show you every partition on the target disks.
    It doesn't. This is the issue.

    Thanks again for your attention.

  4. #4
    Join Date
    Dec 2013
    Location
    United Kingdom
    Posts
    7,137
    Mentioned
    6 Post(s)
    Tagged
    1 Thread(s)

    Re: About anaconda

    Are the 'hidden' partitions contained in an LVM or standard partition layout? encrypted or otherwise? just wondering if that makes any difference.

    Also, I tend to format cleared and/or alter partitions using GParted before letting anaconda loose as I don't trust it with partitioning tasks. I then just use anaconda custom partition option to set mount points and format only the compulsory format moint point volumes.

  5. #5
    Join Date
    Mar 2004
    Location
    In your closet
    Posts
    16,272
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)

    Re: About anaconda

    Quote Originally Posted by antikythera
    Are the 'hidden' partitions contained in an LVM or standard partition layout? encrypted or otherwise? just wondering if that makes any difference.

    Also, I tend to format cleared and/or alter partitions using GParted before letting anaconda loose as I don't trust it with partitioning tasks. I then just use anaconda custom partition option to set mount points and format only the compulsory format moint point volumes.
    Standard partition layout. The laptop has Win10 installed and that uses partitions 1,2 and 3. Partition 4 is extended. That contains partitions 5-13. 5 was the target.

    Installation of Fedora 26 was successful only after formatting partition 5.

  6. #6
    Join Date
    Jan 2010
    Posts
    8,232
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: About anaconda

    Since F25, I have found that Ananconda wouldn't recognize Linux partitions on a machine that had had UFS partitions such as Free or OpenBSD installed.
    The workaround, if you don't need anything on the partition, is to boot from a FreeBSD USB, and run newfs on the partition. Then anaconda will see it.

    As this seemed to be an edge case, and the developers couldn't reproduce it, on the bug I filed, I said nevermind. Did you ever install FreeBSD on this machine?

    At any rate, once running newfs on the partition, if you click the arrow by Unknown, or whatever it says, it should show the partition.
    https://bugzilla.redhat.com/show_bug.cgi?id=1372919

    In my case, even formatting the partition as an empty ext4 one didn't work--I could only get Anaconda to see it if I ran newfs, the FreeBSD command. Have you ever, out of curiosity, had a BSD installed on this machine?

  7. #7
    Join Date
    Jun 2005
    Location
    Montreal, Québec, Canada
    Posts
    9,156
    Mentioned
    23 Post(s)
    Tagged
    0 Thread(s)

    Re: About anaconda

    Quote Originally Posted by glennzo
    Hi Leslie. Thank you for you interest.

    I thought I might be missing something. As do I. I've done hundreds of installs using anaconda.I usually do.It doesn't. This is the issue.

    Thanks again for your attention.
    Hi Glenn

    I am using either ext4 or xfs for my partitions. I statically assigned each one. When I reinstall, I preserve /home and reformat the others.

    On my 6 drives, there are no hidden partitions. Everything is visable. I have F25 and F26 installed on the drives. Sorry to write to low a level to you, it was not intended as a bad gesture. I am a nerd. One question. Is any drive an SSD? Could that space be a SSD reserved area?

    ---------- Post added at 02:56 PM ---------- Previous post was at 02:51 PM ----------

    Quote Originally Posted by smr54
    Since F25, I have found that Ananconda wouldn't recognize Linux partitions on a machine that had had UFS partitions such as Free or OpenBSD installed.
    The workaround, if you don't need anything on the partition, is to boot from a FreeBSD USB, and run newfs on the partition. Then anaconda will see it.

    As this seemed to be an edge case, and the developers couldn't reproduce it, on the bug I filed, I said nevermind. Did you ever install FreeBSD on this machine?

    At any rate, once running newfs on the partition, if you click the arrow by Unknown, or whatever it says, it should show the partition.
    https://bugzilla.redhat.com/show_bug.cgi?id=1372919

    In my case, even formatting the partition as an empty ext4 one didn't work--I could only get Anaconda to see it if I ran newfs, the FreeBSD command. Have you ever, out of curiosity, had a BSD installed on this machine?
    My simple way to solve the aforementioned problem is with dd

    sudo dd if=/dev/zero of=/the target partition , Count =100

    With dd, I even recovered disks that "Windoz10" acted upon to falsely mark the drive as defective.
    Leslie in Montreal

    Interesting web sites list
    http://forums.fedoraforum.org/showth...40#post1697840
    We get too soon old, and too late smart!

Similar Threads

  1. Cannot find anaconda-runtime in /usr/lib/anaconda-runtime
    By lucadiote in forum Installation, Upgrades and Live Media
    Replies: 10
    Last Post: 26th April 2016, 02:17 PM
  2. Anaconda & old LVM
    By cantanima in forum Installation, Upgrades and Live Media
    Replies: 0
    Last Post: 17th March 2013, 04:44 PM
  3. rm anaconda-ks.cfg !!!
    By troyatlarge in forum Using Fedora
    Replies: 6
    Last Post: 3rd September 2009, 09:13 PM
  4. Anaconda?
    By Obsidian@Fedora in forum Installation, Upgrades and Live Media
    Replies: 3
    Last Post: 16th July 2009, 09:20 PM
  5. Re-run Anaconda
    By OldJohnB in forum Installation, Upgrades and Live Media
    Replies: 3
    Last Post: 22nd December 2007, 10:15 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]