How to solve the problem of being unable to enter the system after installing centos from a USB flash drive?
Currently, the use of U disk to install the system is gradually becoming popular because of its convenience. However, using a U disk to install the CentOS system is prone to a problem, which is to pull out the U disk after completing the installation. , cannot enter the system, but when starting up, plug in the USB flash drive and you can enter the system normally. When such a problem occurs, it should be said that grub is installed on your USB flash drive by default when installing the system. Therefore, when you turn on the computer without inserting the USB flash drive, the system cannot boot into the system through grub.
The correction method is actually very simple, please see below:
1 2 3 4 5 6 7 |
|
Related reference: centOS tutorial
##
The above is the detailed content of How to solve the problem of being unable to enter the system after installing centos from a USB flash drive. For more information, please follow other related articles on the PHP Chinese website!