|
| ||||||||||
| Tags: dual boot, grub, linux, mbr, super grub disk, ubuntu, windows 7 |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| GRUB load shows unknown filesystem, grub rescue error
error: unknown file system grub rescue > This is the first time I am seeing this grub error and I don’t know what it means. What exactly happened here? Am I lost the grub here? I have read several posts and threads but couldn’t able to find the right solution. So please help to continue. |
|
#2
| |||
| |||
| Re: GRUB load shows unknown filesystem, grub rescue error
I had fixed this issue once several days ago. Restart the system and boot from Ubuntu 9.10. After the boot you will need to edit the grub also called as boot load. Now the computer is booting to grub. Create new command line to edit the grub. Use these commands as given below- Code: root (hd0,0) kernel /vmlinux-version ro root = /dev/hdaN initrd /initrd-version Code: upgrade-grub |
|
#3
| |||
| |||
| Re: GRUB load shows unknown filesystem, grub rescue error
First complete uninstall the Grub. Then use the Live Ubuntu 9.10 CD to doot. Use the following command to boot the CD Code: sudo fdisk -l Code: sudo mount -t ext3 /dev/sda2 /mnt Code: /dev/sda2 Code: sudo grub-install --root-directory=/mnt/ /dev/sda |
|
#4
| |||
| |||
| Re: GRUB load shows unknown filesystem, grub rescue error
The thing is Partition Wizard on your system didn’t work well. If you have a Windows 7 install CD then it may be possible to solve the error. Move into the rescue console and type “fixmbr” to fix the corrupted Master Boot Records. The Grub transfers or saves some of the boot information from windows to Linux File system. This information is compulsory for the dual boot process. While changing the partition size or setting the some information transfer might not be achieved. Due to this reason the system unable to load the Grub. |
|
#5
| |||
| |||
| Re: GRUB load shows unknown filesystem, grub rescue error
I think you have done some mistake in the partition wizard for windows. You are getting this error because you haven’t changed the order for the partition. When you are creating new partition or moving partition you should change the order of the partitions otherwise the system will not boot one of those OS. You can fix this issue by using the SGD or Super Grub disk.SGD is a rescue CD which will repair the boot sections on emergency conditions. This disk will automatically fix any issues in Grub. It also works with the content of Master boot records as well if it is corrupted. The SGD will activate any partition you want. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "GRUB load shows unknown filesystem, grub rescue error" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I boot windows by using Grub rescue? | Gopal Shrivastav | Operating Systems | 5 | 08-05-2012 12:16 PM |
| Ubuntu error: no such device, Grub rescue | Ilampirai | Operating Systems | 8 | 19-03-2012 06:47 PM |
| Grub Rescue not reading from USB | lEON bALDWIN | Operating Systems | 5 | 24-06-2011 08:01 PM |
| PC shut down and now keep getting Grub Rescue Error prompt cannot find device--->>can anyone help me? | trilogik8 | Operating Systems | 1 | 16-11-2010 03:05 PM |
| Booting Ubuntu From Grub Rescue | dinkster | Operating Systems | 5 | 10-11-2010 10:32 PM |