Home  >  Article  >  Operation and Maintenance  >  What to do if the USB disk cannot be found when installing centos7

What to do if the USB disk cannot be found when installing centos7

王林
王林Original
2020-04-02 11:09:566957browse

What to do if the USB disk cannot be found when installing centos7

Problem:

When using a USB flash drive to enter the CentOS7 system installation options, press the Tab key and a message will appear at the bottom of the screen:

vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 rd.live.check quiet_

Solution :

If your host has one hard drive, change

hd:LABEL=CentOS\x207\x20x86_64 rd.live.check quite

to

hd:/dev/sdb4 quite

If it has two hard drives, change it to

hd:/dev/sdc4 quite

and then Press Enter to enter the CentOS7 installation interface.

Related tutorial recommendations: centos tutorial

The above is the detailed content of What to do if the USB disk cannot be found when installing centos7. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn