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 07-29-2010, 07:38 PM   #1
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Rep: Reputation: 19
* emergency: Grub error*


ERIC! Why are you sleeping in Spain right nowww... Need ya!

I have a new laptop
Toshiba Satellite L455
Intel Celeron 900

My original Win7 was working fine. I adjusted partitions (properly) to add Kubuntu 10.04 as dual boot.

My Kubuntu had all kinds of bugs, glitches, ISSUES, even after the updates. So I decided that I'd clear that partition and re-install.

I guess I thought I was doing the right thing, but appearently not.

I opened Win7, and opened its partition manager (device manager?). I right-clicked on the SWAP partition, and selected "delete partition". Then, I right clicked on the Kubuntu partition, and again selected "delete partition". The two partitions, graphically, merged into one free space.

After that, in attempt to begin the re-install of Kubuntu, I restarted the computer. After the Toshiba logo screen, I received a console screen that simply says:

Quote:
error: no such partition
grub rescue>
What did I do. Please help me restore my Win7 (already loaded with important work).

Thank you
 
Old 07-29-2010, 07:48 PM   #2
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
http://support.microsoft.com/kb/927392
 
1 members found this post helpful.
Old 07-29-2010, 08:08 PM   #3
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
I appreciate the reply, AlucardZero.

I have started the recovery on that computer. I hope this does not reformat/re-install.

My first two options are:

Quote:
*Toshiba recovery wizard
*System recovery wizard
Which should I choose?
 
Old 07-29-2010, 08:33 PM   #4
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
Please!!1 GRUB wizards!! Help me!!!
 
Old 07-29-2010, 08:47 PM   #5
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
From the first paragraph on the microsoft site AllucardZero referred you to:

Quote:
Note When you are troubleshooting startup issues by using the Windows RE, you should first try the Startup Repair option in the System Recovery Options dialog box. If the Startup Repair option does not resolve the issue, or if you must troubleshoot more steps manually, use the Bootrec.exe tool.

If the above method fails, there are additional detailed instructions on the page for which you will need your installation disc.
 
1 members found this post helpful.
Old 07-29-2010, 11:03 PM   #6
vigilandy
Member
 
Registered: Mar 2010
Location: Tokyo
Distribution: Arch, Fedora
Posts: 71

Rep: Reputation: 23
I suspect you wiped /boot along with Kubuntu and now the MBR points to an unbootable sector.

To restore the MBR, you can use the windows recovery disk. However, if you're planning on reinstalling Kubuntu or another *nix distro, you can rewrite the MBR during the reinstallation. Just make sure the windows partition is detected during installation. But you've already done this once when you first installed Kubuntu, so you should be ok.
 
1 members found this post helpful.
Old 07-30-2010, 12:26 AM   #7
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello Neal,

Just like vigilandy said, by deleting the Kubuntu partition you also deleted /boot in my opinion and are stuck with a reference in your MBR (Master Boot Record) that points to a non-existing Grub. The options are like various users pointed out:
1. Use Windows recovery to fix the MBR
2. Reinstall Kubuntu (or other Linux) and make sure it detects Windows partition. The installer will install Grub to the MBR and normally will detect Win7 too. As pointed out you already did that once so shouldn't be a problem.
2. Download a utility CD like Hiren's BootCD or Ultimate Boot CD and use the MBR utilities. (only use this option if you really know what you're doing.

Based on your knowledge, I'd go for 1 or two and since you're a big Linux fan I'd go for 2. If you didn't like Kubuntu try another distro like SimplyMEPIS 8.5. That one's also based on Debian, comes with KDE, has an easy learning curve and comes with lots of wireless drivers included.

Kind regards,

Eric
 
1 members found this post helpful.
Old 07-30-2010, 11:37 AM   #8
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
OK, now,

The Kubuntu installation, for some reason has managed to boot.

My question:

Will re-installing Kubuntu re-generate the mbr, and allow me to resume usage of Win7, with all my file in tact????

Thank you
 
Old 07-30-2010, 12:02 PM   #9
vigilandy
Member
 
Registered: Mar 2010
Location: Tokyo
Distribution: Arch, Fedora
Posts: 71

Rep: Reputation: 23
Quote:
Will re-installing Kubuntu re-generate the mbr
I haven't done a *buntu installation in a while, but when it's installing the bootloader, by default it will rewrite the MBR and since it will probable detect your windows partition, it will automatically add that boot option.

Quote:
and allow me to resume usage of Win7, with all my file in tact????
As long as you haven't touched the windows partition, all the data should be intact.
 
1 members found this post helpful.
Old 07-30-2010, 12:12 PM   #10
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
Ok thank you for the re-assurance, Vigilandy!
And thank you everyone for your time. Thumbs up!

Hare Krishna!!!


.
 
Old 07-30-2010, 12:15 PM   #11
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
Wait...
NOT solved until I confirm that both OS are in tact and operable. Install done, checking now...
 
Old 07-30-2010, 12:21 PM   #12
Bhakta Neal
Member
 
Registered: Jul 2010
Location: Big Island, Hawaii
Distribution: Kubuntu10.04
Posts: 248

Original Poster
Rep: Reputation: 19
Yes, all is good in both Win7 and Kubuntu (except for the same exact issues as the last install, namely the firefox) (see my other threads).
Thank yous
 
Old 07-30-2010, 04:56 PM   #13
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi Neal,

Great to hear you got it solved!! Enjoy Linux!

Kind regards,

Eric
 
1 members found this post helpful.
  


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
GRUB error: unknown filesystem, grub rescue magnecticfield Linux - Newbie 28 07-30-2013 03:35 AM
[SOLVED] Grub can't find grub.cfg when booting - error: no such device Breagha Linux - Software 8 03-14-2010 12:40 PM
booting "other" with grub loads a diagnostic window for xp, not xp--EMERGENCY! kariwojo Fedora 4 12-06-2005 07:53 PM
Grub Error 17: Cannot mount selected partition and other Grub problems Sebastian Naitsabes Linux - General 1 07-05-2005 08:33 AM
EMERGENCY, error booting MDK9.2, even in failsafe DesertWolf0132 Linux - Newbie 3 07-21-2004 08:44 PM

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

All times are GMT -5. The time now is 09:26 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