Home > Article > Operation and Maintenance > 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)
grub>setup (hd0)
reboot // 重启系统
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!