LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-13-2011, 12:52 PM   #16
Flyinace22
LQ Newbie
 
Registered: Jun 2011
Posts: 2

Rep: Reputation: Disabled
Grub error


I booted up my computer and got the message
Quote:
GRUB loading.
error: unknown filesystem
grub rescue>
I share my computer with my brother and he deleted the main partition linux was on trying to get rid of it and get extra space for the windows partition. Is it possible to boot to windows from the grub rescue? and if so how can I correctly uninstall the rest of linux and clean up my bro's mess? If not what do I need to do to be able to boot to windows?
 
Old 06-13-2011, 02:37 PM   #17
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
Use your windows installation CD to repair the bootloader. Grub has part of its files in the master boot record but most of them were on the partition your brother deleted making your system unbootable. You don't indicate which version of windows you are using so can't give more specific instructions.
 
Old 06-13-2011, 06:43 PM   #18
Flyinace22
LQ Newbie
 
Registered: Jun 2011
Posts: 2

Rep: Reputation: Disabled
I have a compaq presario c500 with windows 7 installed on it.
 
Old 06-13-2011, 11:55 PM   #19
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
If you don't have a windows 7 installation CD or a recovery CD, you can download a recovery CD from this site:

http://neosmart.net/blog/2009/window...-repair-discs/

I'd suggest you read the instructions before beginning.
 
Old 07-16-2011, 10:38 PM   #20
snapdragon4082
LQ Newbie
 
Registered: Jul 2011
Posts: 1

Rep: Reputation: Disabled
I wanted to say thanks to Miros84 for their reply about grub rescue errors. The link provided was so easy and fast. It fixed my computer in nothing flat
 
Old 09-13-2011, 01:16 AM   #21
lingyun
LQ Newbie
 
Registered: Jan 2008
Location: ustc
Distribution: Ubuntu
Posts: 5

Rep: Reputation: 1
grub rescue>root=(hd0,x) ##set / partion
grub rescue>prefix=/boot/grub
grub rescue>insmod normal
rescue>normal
 
1 members found this post helpful.
Old 05-15-2012, 08:22 AM   #22
ComputerW!ZARD
LQ Newbie
 
Registered: Aug 2008
Location: Birtamod, Jhapa, Nepal
Distribution: Fedora 9
Posts: 2

Rep: Reputation: 0
This had happened to me when I installed Ubuntu 12.04 from my usbdrive. I found out that the GRUB had been installed on the USBDrive, so I reinstalled it into the harddisk. First find out your harddisk's name by:

Code:
sudo fdisk -l
There will be a list of something like sda1, sda2, sda3... In this case the HD's name is sda. So you will have to install GRUB in sda. To do this, do this:

Code:
sudo grub-install sda
This should work (it did for me).
 
Old 09-25-2012, 11:51 PM   #23
psychoashish
LQ Newbie
 
Registered: Sep 2012
Posts: 2

Rep: Reputation: Disabled
hii every1,
I am new to linux. I had windows 7 installed in my laptop. Yesterday i installed ubuntu9.0 from a free cd i got. I choosed the option "install side by side with windows7 loader(something like that..)". everything went fine & i installed ubuntu. When i restarted my laptop, i couuld easily boot from both windows 7 loader & ubuntu.
But later when i booted from windows 7, i did a disk management by right clicking "my Computer" & choosing the option "Manage". Actually i deleted a drive & added that empty volume in another drive.
Now when i start my system it shows the following error:
Grub loading
Unknown file system
grub rescue>
====
I have no clue what to do now. please help me at urgent.
Any solution in layman's language is greatly appreciated.
Thanks in advance
P.S- I want all my files(no data loss)& both windows 7 & ubuntu installed.
 
Old 09-26-2012, 12:46 AM   #24
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
9.0 is definately an outdated & unsupported version, you will be better off with a more current version.

Quote:
When i restarted my laptop, i couuld easily boot from both windows 7 loader & ubuntu.
But later when i booted from windows 7, i did a disk management by right clicking "my Computer" & choosing the option "Manage". Actually i deleted a drive & added that empty volume in another drive.
Now when i start my system it shows the following error:
Since you were able to boot windows you may be able to install an upto-date version of Ubuntu, but, I suggest that you backup your data first. You also have the option of repairing windows with a windows installation disk.

In the future open a new thread instead of reviving an old thread.
Good luck.

Last edited by EDDY1; 09-26-2012 at 12:48 AM.
 
Old 09-26-2012, 12:57 AM   #25
psychoashish
LQ Newbie
 
Registered: Sep 2012
Posts: 2

Rep: Reputation: Disabled
Unhappy

Thanks for the prompt reply Eddy
Actually i thought once i install it, i will do an update. And maybe u misunderstood..actally now i cant boot either from windows or from ubuntu. When i start my system i get the error mentioned "unknown file system grub rescue"
And i installed 9.10. I mistyped it as 9.0

Last edited by psychoashish; 09-26-2012 at 12:58 AM.
 
Old 09-26-2012, 02:28 AM   #26
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
I am new to linux. I had windows 7 installed in my laptop. Yesterday i installed ubuntu9.0 from a free cd i got. I choosed the option "install side by side with windows7 loader(something like that..)". everything went fine & i installed ubuntu. When i restarted my laptop, i couuld easily boot from both windows 7 loader & ubuntu.
You were able to start both.
Quote:
But later when i booted from windows 7, i did a disk management by right clicking "my Computer" & choosing the option "Manage". Actually i deleted a drive & added that empty volume in another drive.
After deleting from a partition from windows you can't boot either os.

Was the Ubuntu a desktop version? If so you can boot it & select Try Ubuntu which will let you mount your partitions & the tools that are on th live-cd.
Most likely you deleted the / partition hat contained your grub.
 
Old 07-29-2013, 02:43 AM   #27
anandha
LQ Newbie
 
Registered: Jul 2013
Posts: 2

Rep: Reputation: Disabled
Unknown Filesystem

Quote:
Originally Posted by magnecticfield View Post
Hi, I have dual boot with Ubuntu 9.10 and Windows 7. Today, after using Partition Wizard on Windows to resize its partition, I got the following message when reboot:

Code:
error: unknown filesystem
grub rescue >
I dont actually know what to do, I've been reading some threads on the internet but nothing equal to my case, only people who installed Windows after Linux and lost GRUB. Do I just need a live CD to reinstall GRUB? Can somebody tell what to do? Thanks.
some one help me i got same problem Please
 
Old 07-29-2013, 02:47 AM   #28
anandha
LQ Newbie
 
Registered: Jul 2013
Posts: 2

Rep: Reputation: Disabled
hii every1,
I am new to linux. I had windows 7 installed in my laptop. Yesterday i installed ubuntu9.0 from a free cd i got. I choosed the option "install side by side with windows7 loader(something like that..)". everything went fine & i installed ubuntu. When i restarted my laptop, i couuld easily boot from both windows 7 loader & ubuntu.
But later when i booted from windows 7, i did a disk management by right clicking "my Computer" & choosing the option "Manage". Actually i deleted a drive & added that empty volume in another drive.
Now when i start my system it shows the following error:
Grub loading
Unknown file system
grub rescue>
====
I have no clue what to do now. please help me at urgent.
Any solution in layman's language is greatly appreciated.
Thanks in advance
P.S- I want all my files(no data loss)& both windows 7 & ubuntu installed.
 
Old 07-30-2013, 03:35 AM   #29
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Ubuntu 9 is outdated install the newer version & you should be fine. You most likely deleted 1 of your linux partitions.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Install grub for a filesystem on sdb from a rescue system on sda simonb Linux - General 4 08-27-2009 11:39 PM
GRUB won't load fedora 10 - unknown filesystem type... PHopGood Linux - Newbie 4 04-13-2009 01:00 PM
Boot Error + GRUB + Rescue Mode najeebsyed2 Linux - Software 9 11-01-2007 09:08 AM
Suse 10.3 install failed grub filesystem type unknown susecreamcheese SUSE / openSUSE 7 10-19-2007 04:09 PM
Need to (re)install GRUB: fedora c4 rescue cd (and GRUB) unable to see the harddisk whencat Fedora 4 03-05-2006 02:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration