Home>Article>Operation and Maintenance> How to solve the problem that centos7 cannot be installed into the interface

How to solve the problem that centos7 cannot be installed into the interface

WJ
WJ Original
2020-06-02 16:25:59 9303browse

How to solve the problem that centos7 cannot be installed into the interface

How to solve the problem that centos7 cannot be installed into the interface?

When installing centos7 with a USB flash drive, we need to modify the image location:

Select the first item: Install CentOS 7, and press the e (or maybe the tab key) key to enter editing interface.

Change

vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet

to

vmlinuz initrd=initrd.img inst.stage2=hd:/dev/sda4 quiet,这里sda4为U盘所在分区,也可能是sda1 ,可根据实际情况修改(也可以用其他方法)

After modification, press Ctrl x (maybe the Enter key) to perform the modification. Under normal circumstances, you will enter the installation interface

Related references:centOS tutorial

The above is the detailed content of How to solve the problem that centos7 cannot be installed into the interface. 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