BACKTRACK5 hint Error:unknown filesystem how to do

Source: Internet
Author: User

Yesterday in the WINDOW7 operating system will be a free space into a disk, the result of the start today, found that the boot interface can not enter, resulting in the Windows7 and BACKTRACK5 operating system I can not get in, and finally found a solution in the Linux community

Workaround:

First step: Find out where the Ubuntu partition and grub directory are located.

If you remember the best, forget it doesn't matter, use the following command to test each one.

Grub RESCUE>LS Carriage Return

List all disks and partitions on this machine, such as: hd0, (hd0,1)

, (hd0,4), (hd0,7), (hd0,8), (hd0,9), etc.

Loop through the following command until the contents of the partition are displayed instead of "Unknown filesystem"

Grub Rescue>ls (hd0,0)/grub carriage return

Let's say that when we try to (hd0,8), the content is displayed successfully.

Step Two:

Grub Rescue>set root= (hd0,8) carriage return//bracket the partition that was attempted successfully in the previous step

Grub Rescue>set prefix= (hd0,8)/boot/grub carriage return

Step Three:

Grub Rescue>insmod Normal Carriage return

Fourth Step:

Grub>normal Carriage return

At this point, you should quit the Grub rescue mode and get into the familiar grub mode

Step Fifth: Fix grub

After entering the backtrack system, sudo update-grub carriage return in the command line

Sixth step:

sudo grub-install/dev/sda

Complete, enter reboot reboot, then select the system you enter

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.