No of visitors who read this post: 455
Category: Linux
Type: Question
Author: Trent1
No votes yet

I am looking to implement a solution to automate the installation of server fedora8 ,, my problem is when I boot into pxe server that I want to deploy automatically.
At first, it boot fine, the installation begins with the right parameters (set with Kickstart) ... Then after entering and validating the root password I get an error message ...

Error:

Unable to read package metadathe from repository. This may be due to the missing repodathe directory. Please ensure
that your repository has been correctly generated.
Cannot retrieve repository metadathe (repomd.xml) for
repository: UIedited_11. Please verify its path and try again

I hope you can help me on this.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

Hi There,

      A little tweaking in the system could definitely fix your problem regarding cannot retrieve repository metadata (repomd.xml) for repository Error.

  •            First is to edit your Repository files;

                            a.    /etc/yum.repos.d/fedora.repo
                            b.    /etc/yum.repos.d/fedora-updates.repo

  •            Second step is to uncomment all the lines that begin with the phrase base url.
  •            Third step is place a statement before all lines that begin with mirror list. Note that it must be done for both
    files.
  •            Fourth is to amend your /etc/hosts file and affix the following to its contents. See below figures;
  •            Fifth is to install Yum Software or update your system. Verify with the Yum software if the error is solved and not showing anymore on your screen. Note that these tweaks have some issue in Fedora 11 but apparently it will run seamlessly in your Fedora 8.


Hope it helps.

Regards,
A.Wright