LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-19-2006, 08:35 PM   #1
turner pond
LQ Newbie
 
Registered: Apr 2006
Posts: 1

Rep: Reputation: 0
grub loading error 15


I recently installed Slackware 10.2 on my Toshiba laptop, but when attempting to boot I get an Error 15 message.
What is Error 15. What do I need to do to do in order to boot my system?
Thanks...............tp.
 
Old 04-19-2006, 09:06 PM   #2
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Rep: Reputation: 45
Quote:
Originally Posted by turner pond
I recently installed Slackware 10.2 on my Toshiba laptop, but when attempting to boot I get an Error 15 message.
What is Error 15. What do I need to do to do in order to boot my system?
Thanks...............tp.
Hi,
boot the machine using the Slackware 10.2 installtion first cd.
get inside the system running either of the following commands

#linux root=/dev/hdx<no.> ro
e.g #linux root=/dev/hda9 ro
where hda9 is my root partition. You should enter yours
or
#<your kernel> root=/dev/hdx<no.> noinitrd ro
e.g #bare.i root=/dev/hds9 noinitrd ro
here "bare.i" is the kernel i installed. You should enter yours.

So do either of them, get inside. Post the output of following:
#cat /etc/lilo.conf
and
#fdisk -l

regards

Last edited by b0nd; 04-19-2006 at 09:07 PM.
 
Old 04-26-2006, 08:47 AM   #3
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
me thinks it refers to error 15 for grub.....and means your search if you installed grub has a wrong filename or you mis-understood the root command as per my tutorial....if /boot has its own partition then grub has this setup

root (hd0,0) (the boot partition is here)
kernel /vmlinuz root-/dev/hda ro (where you change hda to whereever / partition is
initrd /initrd.img


if /boot is on the same partition as / then it may look like this
root (hd0,0) (boot is a sub folder)
kernel /boot/vmlinuz etc
initrd /boot/etc
 
Old 04-26-2006, 01:04 PM   #4
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Rep: Reputation: 45
Quote:
Originally Posted by ruudra
Hi,
boot the machine using the Slackware 10.2 installtion first cd.
get inside the system running either of the following commands

#linux root=/dev/hdx<no.> ro
e.g #linux root=/dev/hda9 ro
where hda9 is my root partition. You should enter yours
or
#<your kernel> root=/dev/hdx<no.> noinitrd ro
e.g #bare.i root=/dev/hds9 noinitrd ro
here "bare.i" is the kernel i installed. You should enter yours.

So do either of them, get inside. Post the output of following:
#cat /etc/lilo.conf
and
#fdisk -l

regards
I'm extremely sorry. Don't know where my mind was.
Problem is of grub and i talked about lilo.

post the o/p of
#cat /etc/grub.conf
and
#fdisk -l

regards
 
Old 10-07-2006, 06:27 PM   #5
Nelda Nolen
LQ Newbie
 
Registered: Dec 2005
Posts: 6
Blog Entries: 1

Rep: Reputation: 0
Talking Error 15

Hello, I am new and ignorant of linux systems, but I bought a laptop that had a win2kpro and a linux program that ran a dj prgm called ' final scratch' using linux. But when it got here today, priority mail, it does nothing but give the GRUB error 15, and I even used the restore disc and let it format c and d? and verified sys restored, but nothing has changed the error msg is still all I can get. I don't know anything about linux, or any of the systems for linux. But I bought this for my adult daughter who is raising her kids and going to college, and I wanted to make her life easier! haha, Sure has frustrated mine! Ok, so if anyone can give me a SIMPLE solution, for a dumb okie, I sure would appreciate it! Should I go download a w2k bootable cd?
Thanks for letting me rant!
Nelda

Last edited by Nelda Nolen; 10-07-2006 at 06:30 PM.
 
Old 10-07-2006, 10:09 PM   #6
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
ok if you just bought it ....the shop should give you support but lets pretend they don't

2) what do you understand is your rescue disk?

I suggest its a microsoft product and so you can restore the master boot record which is the first start up of the hard drive with the rescue cd in....I think the command you are looking for is

If you have Windows NT / 2000 / XP, you can boot from startup floppy disks or CD-ROM, choose repair option during setup, and run Recovery Console. When you are logged on, you can run FIXMBR command to fix MBR.

3) there is not enough info supplied on whether you really have a linux partition or not.....you will need to download a live cd if you want to learn linux quicker than try to get your relative to learn on the fly.

therefore if the fixmbr works....get rid of the partition for linux and smooth your way in by running a live cd such as knoppix or freespire.


good luck
 
Old 10-10-2006, 10:09 AM   #7
Nelda Nolen
LQ Newbie
 
Registered: Dec 2005
Posts: 6
Blog Entries: 1

Rep: Reputation: 0
Thank you for your reply.........
Yes, it had a linux partition, and that was the holdup. I called and talked to the seller, and he said, oh, I forgot to mention that! So I did as you suggested and booted from disk and let winxp fix the MBR, THEN ran the system restore discs and it is Cured! tada
THANK YOU so much, you saved my sanity! haha
 
  


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 Error 17 cmlal Slackware - Installation 38 11-27-2010 03:21 AM
Error after loading Ubuntu from GRUB rapaport Ubuntu 7 06-09-2008 05:27 AM
GRUB Loading stage2Geom Error fr0zen Linux - Software 2 07-27-2005 11:04 AM
GRUB loading statge2read error rollerhl Linux - General 2 03-05-2005 08:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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