Home > Operation and Maintenance > Linux Operation and Maintenance > Install linux using USB flash drive, but the system cannot be started after removing the USB flash drive.

Install linux using USB flash drive, but the system cannot be started after removing the USB flash drive.

王林
Release: 2019-12-17 14:52:58
Original
4786 people have browsed it

Install linux using USB flash drive, but the system cannot be started after removing the USB flash drive.

Solution:

1. After the installation progress bar runs out and restarts, do not unplug the U disk first, wait for the restart to be successful, and complete the system settings as required.

2. After restarting again, unplug the U disk. When the grub> character appears on the screen, enter the following command:

grub>root (hd0,0)
Copy after login
grub>setup (hd0)
Copy after login
reboot // 重启系统
Copy after login

Online video tutorial sharing: linux video tutorial

3. After restarting again, "Press any key to continue..." appears. Press any key to enter the GRUB interface.

4. Press "e" to enter the editing interface.

5. Press "e" again to enter root (hd1,0)

6. Editgrub edit>root (hd1,0) Change the hd1,0 in the brackets to hd0,0 and press Enter

7. Press "b" to enter the system, it may be a little bit Slow, please be patient.

Recommended related articles and tutorials: linux tutorial

The above is the detailed content of Install linux using USB flash drive, but the system cannot be started after removing the USB flash drive.. 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