Reinstall Grub to solve the notreadcorrectly error.

Source: Internet
Author: User
Article Title: reinstall Grub to solve the notreadcorrectly error. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

A ubuntu live cd is started. After Entering linux, go to the command line to restore grub.

First, mount the original/partition

Sudo mkdir/mnt/root

Sudo mount/dev/sda7/mnt/root

Sudo mount-t proc none/mnt/root/proc

Sudo mount-o bind/dev/mnt/root/dev

If you do not know the device name of the/partition, you can use sudo fdisk-l to view the device name.

Use chroot to enter the original/partition

Chroot/mnt/root/bin/bash

Source/etc/profile

Restore grub

Sudo grub-install -- no-floppy/dev/sda

Failed. The message "The file/boot/grub/stage1 not read correctly" is displayed"

I searched related articles from the Internet and found that the partition was caused by a change in the file fstab and mtab.

Edit/etc/mtab and find that/'s partition device is incorrect. Modify the device and run it again.

Grub-install/dev/sda is successful.

After restart, go to grub and select linux. If no partition is found, use e to edit the grub option and change root to the correct partition device.

Then enter command B to start. If you modify menu. lst before restarting, this problem will not occur.

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.