3

Is there any way to skip the media check screen during unattended text-mode installations of CentOS 7?

I usually install using the minimal ISO, and I've noticed that I need to press ESC once or twice to get out of the ISO's media check.

I don't have mediacheck or rd.live.check specified anywhere in my kickstart file.

ewwhite
  • 197,159
  • 92
  • 443
  • 809

1 Answers1

4

The CentOS ISO images include rd.live.check as a boot command line option. If you haven't rolled your own images, or manually removed this each time you boot, then the media check will occur.

The following appears when booting the CentOS 7.2.1511 netinstall image:

CentOS 7 boot: Test this media and install CentOS 7 CentOS 7 boot: Test this media and install CentOS 7: Kernel command line

To resolve the problem, tap your up arrow key to select "Install CentOS 7" instead of "Test this media & install CentOS 7".

CentOS 7 Boot: Install CentOS 7 CentOS 7 Boot: Install CentOS 7: Kernel command line

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972
  • That's heavy-handed, no? – ewwhite Jul 05 '16 at 17:25
  • Running the media check by default has been the thing to do ever since recordable CD-ROMs were a thing. Lots of them were bad, and you didn't want to find out halfway through an installation that you had a coaster. – Michael Hampton Jul 05 '16 at 17:26
  • Someone needs to retire that antiquated idea now - most installs are network/cloud now, and media-check takes way longer than a failed install would take, for nothing - there's no "media" to check... – cnd Jun 23 '19 at 11:44
  • @cnd Lots of installs take place on a USB stick now, which probably still needs a media check, but I certainly wouldn't want to let it do a media check when doing an installation over iLO with the ISO on my workstation and the server halfway around the world... Unfortunately the default is still to test media in RHEL 8. – Michael Hampton Jun 23 '19 at 16:26