LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 09-02-2008, 08:57 AM   #1
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Rep: Reputation: 88
Unhappy GRUB loading, please wait ERROR 15


Hi Guys,

This morning I turned on my PC and I got 'ERROR 15' while loading GRUB. My computer was working fine last Thursday and I haven't done any updates. (haven't used it since then)
I'm running open Suse 11.0.
I also tried Suse's DVD repair option which went through a lot of steps and repaired a few things and after that I rebooted the system and now I'm just getting grub>_ .
Can anyone help me???
thanks!
 
Old 09-02-2008, 09:30 AM   #2
Agrouf
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596

Rep: Reputation: 80
do you know on which partition grub is installed?
 
Old 09-02-2008, 09:58 AM   #3
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Original Poster
Rep: Reputation: 88
HI,
Never mind. I copied my important data and I'm reinstalling OpenSuse as I type.
Thanks for your help!
 
Old 09-02-2008, 10:08 AM   #4
Agrouf
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596

Rep: Reputation: 80
Ouch! That's like using a nuclear bomb to kill a fly!
You just had 2 commands to type:

grub>root(hd0,0)
grub>setup(hd0)

Just had to know if grub was on hd0,0 or somewhere else. If you didn't know, you just had one additional command to find it.
That would have took 2 seconds, maybe up to 10 seconds if you type slow.

Last edited by Agrouf; 09-02-2008 at 10:10 AM.
 
Old 09-02-2008, 10:17 AM   #5
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Original Poster
Rep: Reputation: 88
lol!!! if I knew it was that easy to fix I would've tried it! lol I just learned something new! lol I needed to start using this system asap so now it is going to take longer until it is fully configured and operational! lol thanks a lot. I'm writing the command you sent me on my little Linux pocket guide.
Last Thursday I run the following command to Mount a HD that had a viruses and I needed to have full permissions mount -t ntfs-3g /dev/hda1 /dev/cesar which worked fine and I was able to delete a virus from this HD. Do you think running the command above messed up something?
Thanks!
 
Old 09-02-2008, 10:31 AM   #6
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Original Poster
Rep: Reputation: 88
installation just finshed! I missed Linux all morning! lol
 
Old 09-02-2008, 12:14 PM   #7
Agrouf
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596

Rep: Reputation: 80
No, I don't think the command you typed could have messed something, although it is incorrect command and must have failed because you have to use a device and mount point, and not 2 devices with the mount command. Maybe /dev/cesar is a regular directory, but in this case you shouldn't put that in /dev.
Anyway, if you have a ntfs drive, I suppose you have Windows. And if you have Windows, it is highly likely that the mbr has been messed up from there since Windows doesn't know the existance of GRUB and ignores it. Instead, GRUB tries to make Windows think it is alone on the hard drive. Windows could have fucked grub silently and it wouldn't even make it feel bad!

Last edited by Agrouf; 09-02-2008 at 12:16 PM.
 
Old 09-02-2008, 12:23 PM   #8
lorebett
Member
 
Registered: May 2004
Location: Italy
Distribution: Ubuntu, Gentoo
Posts: 57

Rep: Reputation: 16
In case it happens again, I found this document quite useful: http://www.sorgonet.com/linux/grubrestore/
 
Old 09-02-2008, 12:28 PM   #9
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Original Poster
Rep: Reputation: 88
sorry the command was mount -t ntfs-3g /dev/hda1 /MNT/cesar ... and yes, I have a dual boot system. Probably the virus that I was working on messed up my boot partition.
 
Old 09-02-2008, 02:37 PM   #10
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Original Poster
Rep: Reputation: 88
it wasn't the command I entered last week. I had to re-connect the same hd to my linux box and now when i rebooted the system it came up fine. I think it was the long weekend what damaged my boot loader! lol
Thanks guys!
 
Old 09-03-2008, 02:54 AM   #11
Sinaz
LQ Newbie
 
Registered: Sep 2005
Location: Siberia-Gasteiz
Distribution: Debian Sarge
Posts: 13

Rep: Reputation: 0
I got the same error last week, but I was not sure where grub was so I had to find it first.
Code:
find /boot/grub/stage1
and then edited root on every kernel option...
Agrouf, will this do it for all kernels at once?
Quote:
grub>root(hd0,0)
grub>setup(hd0)
Thanks!
 
Old 09-03-2008, 03:09 AM   #12
Agrouf
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596

Rep: Reputation: 80
You could edit the device.map file
Are you sure it was grub error 15?
 
Old 09-03-2008, 05:39 AM   #13
Sinaz
LQ Newbie
 
Registered: Sep 2005
Location: Siberia-Gasteiz
Distribution: Debian Sarge
Posts: 13

Rep: Reputation: 0
I think so.
Somehow in each kernel root line it was pointing to an incorrect location say (hd0,0) instead of (hd0,2). What I don't understand is why that happened, I think windows has something to do with it because I wasn't able to boot windows either.
 
Old 09-04-2008, 12:10 AM   #14
ceantuco
Member
 
Registered: Mar 2008
Location: New York
Distribution: Debian
Posts: 809

Original Poster
Rep: Reputation: 88
Hi Sinaz,

Did you do any Windows update? the machine that I have the issue with runs Suse and Windows xp. I remember last Thursday I had to connect that infected hard drive to the machine running xp to run a virus scan. I remembered I installed AVG free antivirus but then I rebooted the machine to use Suse and it worked just fine. I wonder if the AVG installation or a possible automatic windows update had something to do with it.
One thing I'm sure is that I didn't run any updates for OpenSuse.
 
Old 09-04-2008, 05:16 AM   #15
Sinaz
LQ Newbie
 
Registered: Sep 2005
Location: Siberia-Gasteiz
Distribution: Debian Sarge
Posts: 13

Rep: Reputation: 0
No I didn't update windows but it's been having long shutdown times (several minutes) lately. I'm not really sure what happened because now it's my parents desktop computer and who knows what they have done to the poor machine! Anyway I was unable to boot linux nor windows until I found the solution I wrote above.
Could be that the hard drive is old? It's a seagate barracuda of 40 GB and it's been running for more than 6 years I think.

Anyway now linux is working again and what is better is that I have learned how to deal a bit with grub!
 
  


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 Loading, Please Wait......Error 18 Braytac Linux - Hardware 19 06-16-2013 02:16 AM
GRUB Loading starge 1.5... GRUB Loading please wait ERROR 21 davidjames Linux - Newbie 2 03-03-2008 10:01 AM
GRUB Loading, Please wait.. error 17 shooglelux Ubuntu 5 10-02-2007 01:48 PM
Grub Loading, Please Wait Error 18 peterfc Linux - Desktop 1 09-17-2006 10:01 AM
GRUB loading, please wait.... Error 17 superfly1031 Linux - Software 2 12-07-2005 04:22 PM

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

All times are GMT -5. The time now is 10:06 AM.

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