How to fix grubrescue after an error occurs in Linux installation
Source: Internet
Author: User
How to fix grubrescue after a Linux installation error occurs: 1. run the ls command to find the partition in which the Linux installation file is located: grubrescue & gt; ls to list all disk partitions, for example: (hd0, 1), (hd0, 5), (hd0, 3), (hd0, 2) 2. then call the following in sequence... how to fix grub rescue after a Linux installation error occurs: 1. run the ls command to find the partition where the Linux installation file is located: grub rescue> ls to list all disk partitions, for example: (hd0, 1), (hd0, 5), (hd0, 3), (hd0, 2) 2. then, call the following command in sequence: X indicates the number of each partition, grub rescue> ls (hd0, X). If no partition number is found, check whether the Linux version is different, the grub path is incorrect. 3. if the file in the folder is displayed when (hd0, 5) is found, it indicates that Linux is installed in this partition. 4. call the following command: grub rescue> set root = (hd0, 5) grub rescue> set prefix = (hd0, 5)/boot/grub rescue> insmod normal 5. (after successful, the color of the grub rescue font will change.) then, call the following command to display the lost grub menu. Grub rescue> normal if not, change some commands to the following format: grub rescue> ls (hd0, X)/boot/grub rescue> set root = (hd0, 5) grub rescue> set prefix = (hd0, 5)/boot/grub rescue> insmod/boot/grub/normal. mod
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.