Questions tagged [installer-anaconda]

system installation program used by Fedora, Red Hat Enterprise Linux, and others. Closely related to kickstart. Contrast the usage of this tag with datascience-anaconda, the Python and R Data Science package.

Anaconda is used by Fedora and RHEL to install the OS. It can be scripted with Kickstart to automate installation.

Related tags:

Project home page: https://fedoraproject.org/wiki/Anaconda

64 questions
11
votes
3 answers

How does the CentOS installation work from the inside?

I am trying to understand the content of a Linux distribution's ISO image file and how the installation process take place. Here I am specifically talking about CentOS 6.4 in its minimal version. So ISOLINUX is triggered, and I get the menu…
Spredzy
  • 473
  • 1
  • 4
  • 10
5
votes
1 answer

How to override anaconda/kickstart package ordering?

I am building a bootable ISO to be used to install a Linux image (Oracle Linux, 5.8). This is using anaconda with a kickstart file to select the packages to be loaded. Some of these packages are failing with dependency problems in their %post…
5
votes
2 answers

subprocess activate conda environment from python script

I am using a python program that uses some modules installed by conda in a separate variable. So before running the script I call from unix shell the following command to source the environment: conda activate my-rdkit-env is it possible to call it…
4
votes
1 answer

CentOS 7 Install: Error populating transaction

I am having a yum issue with a CentOS 7 minimal DVD. I've spun a custom ISO based on CentOS-7-x86_64-Minimal-1503-01 and have only added a kickstart file that installs @core, sudo, rsyslog, and NetworkManager-tui. I have not added any additional…
devteam
  • 101
  • 1
  • 1
  • 4
3
votes
1 answer

Which Kickstart commands and options cannot be %included?

I'm using Kickstart to automate a CentOS 7 installation and I'd like to create a common Kickstart file so I can %include it. After some testing it seems like some commands (like text) cannot be included, but I can't find any official documentation…
sourcenouveau
  • 676
  • 3
  • 9
  • 19
2
votes
0 answers

whereis Gstreamer - located in two paths - causing issues

Gstreamer doesn't run as expected when executed from the command line. It turns out all the plugins I am installing are defaulting to one location while when I'm running gstreamer its opening from the other. whereis gst-launch-1.0 gst-launch-1:…
2
votes
1 answer

What does "Supported ISO: no" mean in Fedora installer?

I just installed Fedora Workstation 30. On boot, I selected "Test this media & start Fedora-Workstation-Live". The screen shows: /dev/disk/by-label/Fedora-WS-Live-30-1-2: b340a38cf5c1f09fdd769e259e449119 Fragment sums: 6dc04c22c2275... (a bit long…
BenMorel
  • 4,447
  • 8
  • 36
  • 46
2
votes
1 answer

conda command doesn't work despite changing the bashrc file

I am running Manjaro i3wm. I have installed anaconda to my machine but despite changing the bashrc file, I can't run conda commands on the Manjaro terminal or the PyCharm terminal. I've done this before but I'm not sure whether I'm the one making a…
2
votes
1 answer

extracting security profile specific files RHEL CentOS

during the install of RHEL 7.x or CentOS one can choose (or not choose) to apply one of these security profiles these are from 7.6: United States Government Configuration Baseline Standard System Security Profile for RHEL 7 Criminal Justice…
ron
  • 5,749
  • 7
  • 48
  • 84
2
votes
1 answer

How can I manage anaconda post install output visible on install console?

While running anaconda installer in unattended mode the post install steps are run in the background and nothing is displayed on screen. If things go wrong you are likely to not be able to see what happened if you cannot login to the machine once it…
sorin
  • 1,219
  • 2
  • 14
  • 18
2
votes
2 answers

How do I calculate Linux physical volume and volume group metadata overhead?

I am trying to install a CentOS 7.4 system using a kickstart file and have received the following error: 'new lv is too large to fit in free space' There is an additional message that 752.85MiB is needed. Here are the relevant parts of the kickstart…
Michael Day
  • 23
  • 1
  • 5
2
votes
2 answers

How can i include all recent updates during kickstart install on fedora/centos without %post

A standard install with a kickstart file on fedora or centos just installs the packages from the install repository, which are usually outdated after some days after the release of a new fedora/centos version. So installing a fedora/centos always…
Mandragor
  • 1,050
  • 3
  • 13
  • 22
2
votes
1 answer

CentOS PXE/Anaconda/kickstart waiting to gather enough entropy

When kickstarting a CentOS 7 system, with configuring full disk encryption, the anaconda process either hangs on obtaining enough entropy or will take the entire 10 minutes (timeout period). Is there a way to either point to the kickstart server to…
asolak
  • 21
  • 2
2
votes
1 answer

Kickstart not installing X on rhel 7.2

I'm trying to use kickstart and install a RHEL 7.2 system with a GUI. In my ks.cfg file I have specified these options to achieve a system that boots with X enabled. %packages --ignoremissing @Server with GUI @GNOME Desktop @X Window…
user53029
  • 2,725
  • 8
  • 40
  • 65
2
votes
1 answer

Fedora 25 Workstation : Anaconda throws Traceback error during installation

I'm trying to install Fedora 25 Workstation on Lenovo Ideapad. Using VMWare Player with 20GB HDD space, 2GB RAM, 2 Processor core. Installation goes fine till stage 2 where Anaconda tries to create the User. Then, it shows a pop up that an error has…
user206136
  • 21
  • 1
1
2 3 4 5