LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 07-04-2006, 07:53 PM   #1
dfego
LQ Newbie
 
Registered: Jul 2006
Location: New Rochelle, NY
Distribution: Gentoo
Posts: 18

Rep: Reputation: 0
Installed But Won't get past GRUB


I just attempted to install Slackware (twice), and both times, after restarting after the setup, I get:

Code:
GRUB Loading stage1.5.



GRUB loading, please wait...
Error 15
Now, I've done a bit of research, and know error 15 is "file not found," but I have no idea what file it's looking for, and why it can't find it.

What I've done so far is go through the steps on Installation Disk 1 and restarted my computer (with no CD). To my knowledge that's all I had to do, but it just won't work. Any suggestions?
 
Old 07-04-2006, 07:55 PM   #2
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
did you set your partition bootable when using cfdisk or fdisk prior to setup? if not, you should be able to boot with the cd 1 again and change that, writing changes, and reboot..hope that helps
 
Old 07-04-2006, 08:11 PM   #3
dfego
LQ Newbie
 
Registered: Jul 2006
Location: New Rochelle, NY
Distribution: Gentoo
Posts: 18

Original Poster
Rep: Reputation: 0
Yes, I just checked. My /dev/hda3 (that should mount /) is bootable.
 
Old 07-04-2006, 08:19 PM   #4
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
try 'grub-install /dev/hdX' where X is the harddrive you want to (re)install it to.. 'a' for primary master, b for primary slave, c for secondary master, d for secondary slave
 
Old 07-04-2006, 08:21 PM   #5
dfego
LQ Newbie
 
Registered: Jul 2006
Location: New Rochelle, NY
Distribution: Gentoo
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by nadroj
try 'grub-install /dev/hdX' where X is the harddrive you want to (re)install it to.. 'a' for primary master, b for primary slave, c for secondary master, d for secondary slave
Forgive me for asking, but try that where? When I do it from the root prompt (with the CD in) it doesn't seem to recognize the command.
 
Old 07-04-2006, 08:29 PM   #6
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
lets say you installed to a partition on /dev/hda... after booting to the cd run 'mount /dev/hda# /mnt' where # is the partition number, probably 1.. then 'chroot /mnt' and then 'grub-install /dev/hda'
after doing this take a look at /boot/grub/grub.conf and see if you can make out any mistakes in it

Last edited by nadroj; 07-04-2006 at 08:33 PM.
 
Old 07-04-2006, 08:37 PM   #7
dfego
LQ Newbie
 
Registered: Jul 2006
Location: New Rochelle, NY
Distribution: Gentoo
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by nadroj
lets say you installed to a partition on /dev/hda... after booting to the cd run 'mount /dev/hda# /mnt' where # is the partition number, probably 1.. then 'chroot /mnt' and then 'grub-install /dev/hda'
after doing this take a look at /boot/grub/grub.conf and see if you can make out any mistakes in it
I get the following when attempting to do this:
Code:
sh: grub-install: command not found
That's after doing:
Code:
# mount /dev/hda3 /mnt
#chroot /mnt
 
Old 07-04-2006, 08:42 PM   #8
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
try /sbin/grub-install
 
Old 07-04-2006, 08:45 PM   #9
dfego
LQ Newbie
 
Registered: Jul 2006
Location: New Rochelle, NY
Distribution: Gentoo
Posts: 18

Original Poster
Rep: Reputation: 0
In the meantime, I had actually checked that, and it doesn't seem to be there, either.
 
Old 07-04-2006, 08:46 PM   #10
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
How did you end up w/grub?

Slackware install routine uses lilo....
 
Old 07-04-2006, 08:49 PM   #11
dfego
LQ Newbie
 
Registered: Jul 2006
Location: New Rochelle, NY
Distribution: Gentoo
Posts: 18

Original Poster
Rep: Reputation: 0
The first time, I let it do the Lilo thing, and I got the same error message. The second time around, I skipped doing Lilo.
 
Old 07-04-2006, 09:45 PM   #12
dfego
LQ Newbie
 
Registered: Jul 2006
Location: New Rochelle, NY
Distribution: Gentoo
Posts: 18

Original Poster
Rep: Reputation: 0
Ok, I reinstalled (again) and got it to work by selecting the option to install Lilo to the MBR. I didn't earlier, because it said it was possibly unsafe, but I vaguely remember GRUB being installed to the MBR, so I gave it a go. Thanks for all the help, guys.
 
  


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
Installed SuSE 10, can't get past router??? gtzpower Linux - Networking 4 03-30-2006 01:17 PM
grub not booting past approx 30GB on 100GB drive marvinudy Linux - Hardware 6 03-28-2006 10:43 PM
GRUB won't past Stage 2~ "Error 2" ~ FC3+XP stevie_velvet Fedora 4 03-29-2005 07:58 AM
After installing linux wont let me get past GRUB!! logdog Linux - Newbie 5 08-08-2004 02:36 PM
Installed Fedora, which installed Grub - how to boot to Knoppix? squall14716 Linux - General 3 03-15-2004 03:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

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