Home > Operation and Maintenance > CentOS > 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

王林
Release: 2020-04-02 11:09:56
Original
6988 people have browsed it

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_
Copy after login

Solution :

If your host has one hard drive, change

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

to

hd:/dev/sdb4 quite
Copy after login

If it has two hard drives, change it to

hd:/dev/sdc4 quite
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template