Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
new install grub troubles
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Abe_the_Man
n00b
n00b


Joined: 26 Aug 2003
Posts: 21
Location: CANADA

PostPosted: Wed Oct 08, 2003 6:30 am    Post subject: new install grub troubles Reply with quote

I decided to give gentoo another try after a couple months. Everything went really well untill configureing grub here's what happens.

grub> root (hd0,2)
filesystem type is reiserfs, partition type 0x83

grub> setup (hd0)
Checking if "/boot/grub/stage1/" exists... no
Checking if "/grub/stage1/" exists... no

Error 15 file not found

What's going on here?? I also tried installing lilo but i couldn't get it to boot propperly.

Please help. Have new games......must.....play!
_________________
If Bill Gates and the Linux Penguin got in a fight, who would win??
Back to top
View user's profile Send private message
percking
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jul 2003
Posts: 90

PostPosted: Wed Oct 08, 2003 7:13 am    Post subject: Reply with quote

I really have no idea but i have to ask...

did you look and see if those files are there??
If not did you look to see what they are and where to find copies??
and if the boot drive is mounted at all??



percking
_________________________________________________
As seen on t-shirt:

What is your OS's main usage?:
Linux - Servers
Mac - Graphics
Windows - Solitaire
Back to top
View user's profile Send private message
Pete_Keller
l33t
l33t


Joined: 30 Sep 2003
Posts: 664
Location: Norwich, CT USA

PostPosted: Thu Oct 09, 2003 3:05 am    Post subject: Reply with quote

Abe, did you configure your system like the install guide listed with /dev/hda1 as your boot partition, /dev/hda2 as your swap partition, and /dev/hda3 as your root (/) partition?

If so, your line should be root (hd0,0),
and the second line should be setup (hd0)

Pete
Back to top
View user's profile Send private message
MauriceXSi
n00b
n00b


Joined: 09 Oct 2003
Posts: 1
Location: Netherlands

PostPosted: Thu Oct 09, 2003 6:18 pm    Post subject: Re: new install grub troubles Reply with quote

[quote="Abe_the_Man"]

Error 15 file not found

What's going on here?? I also tried installing lilo but i couldn't get it to boot propperly.

quote]

Jeezzz, I've got the same problem!

Just did a stage1 install, followed the install guide, reboot and receive the same error!
Help???? :?:
Back to top
View user's profile Send private message
captnjameskirk
n00b
n00b


Joined: 11 Jun 2002
Posts: 48

PostPosted: Thu Oct 09, 2003 6:41 pm    Post subject: Re: new install grub troubles Reply with quote

Quote:


Error 15 file not found

What's going on here?? I also tried installing lilo but i couldn't get it to boot propperly.

Jeezzz, I've got the same problem!

Just did a stage1 install, followed the install guide, reboot and receive the same error!
Help???? :?:


I just did a fresh install, and I think I found the problem. Even though your boot parition is /boot, what you have to do is leave out the "/boot" in everything relating to the setup. In otherwords, you type in
Code:

root (hd0,X)/grub/kernel-your.kernel.ver root=/dev/hdaX

instead of
Code:

root (hd0,X)/boot/grub/kernel-your.kernel.ver root=/dev/hdaX


Do this with the splashimage, initrd, etc, etc. Now it boots up fine. Crazy, huh? I think this is probably a bug in the newest version of grub which get's pulled in by an emerge sync.

Also note that this is a different error than the original poster's (not finding the stages). When you get that error, it usually means you're trying to run grub after wiping out the boot parition. You need to remerge grub first (which will install the stages into /boot). There may be another way around this without remerging it, but that's the easiest way.
_________________
Are you out of your Vulcan mind?
Back to top
View user's profile Send private message
jasm
Tux's lil' helper
Tux's lil' helper


Joined: 10 Sep 2003
Posts: 80
Location: Belgium

PostPosted: Thu Oct 09, 2003 7:07 pm    Post subject: Reply with quote

FYI

When I look at my boot partition, it contains a symbolic link to itself (beside all the kernels and related stuff of course). I don't know how it got there however. I just did a normal stage 3 install
Code:
#> mount /boot
#> cd /boot
#> ls -l
<...snip...>
lrwxrwxrwx    1 root     root            1 Sep  6 18:46 boot -> .
<...snip...>

I've also double checked this with another distro ... found exactly the same link.

Note that my menu.lst file also contains the "/boot" part.
Adding this link to inside the boot partition might solve it.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum