9

I've created bootable USB flash drive using recommended LiveUSB Creator using CentOS-7-x86_64-Everything-1503-01.iso.

Now being at Installation Summary screen I'm getting Error setting up base repository. When I click on Verify at Installation Source screen I get This media is not good to install from. Rather cryptic error message...

I've also tried switch to On the network and insert http://mirrors.kernel.org/centos/7/os/x86_x64 with no success.

Additional info: Installing on HP EliteBook 8540w

daneel
  • 95
  • 1
  • 1
  • 5

4 Answers4

13

You have an error in the mirror URL (and extra x at x64) it should be http://mirrors.kernel.org/centos/7/os/x86_64.

womble
  • 95,029
  • 29
  • 173
  • 228
  • Fixed it for me, today (without clicking the checkbox for mirror link). I had tried three other URLs before, from different FAQs and guides. – Law29 May 30 '18 at 09:40
  • 1
    tried, it didn't help me – Steve Yakovenko Jun 02 '19 at 20:16
  • In my case I was installing CentOS from a netinsall iso on a VirtualBox VM. I would have expect the installer to provide a default source but it didn't, using this url as the source solved my issue. – Julien B. Jan 03 '21 at 19:25
  • **Everyone Please make sure your interface is enabled**, then only it can contact mirrors. I think in installation step they should give a warning to enable this !!!! – Arun Jun 30 '21 at 13:07
2

Do not use LiveUSB creator, it doesn't work with this release of CentOS.

I had the same problem, I recreated the USB flash drive using dd under Linux ( dd bs=4M if=CentOS-7-x86_64-Everything-1503-01.iso of=/dev/sd[letter of your USB drive] ), and it worked like a charm.

If you do not have access to a Linux machine, you need to report this problem to LiveUSB-Creator developers and/or CentOS developers.

GregL
  • 9,030
  • 2
  • 24
  • 35
Quentin
  • 21
  • 3
2

when you install centos 7 on network, you may config installation source.

when you input the url under the label 'On the network:', you'll see the check box already checked that means 'This URL refers to a mirror list' , disable that.

lasko
  • 21
  • 1
1

I experienced the same problem. It is working after I switch to Win32 Disk Imager.

Please try using another USB ISO burner. It should work. There is a list of working programs for the task.

GabrielC
  • 257
  • 4
  • 9