Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
very weird grub error
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
cyphos
n00b
n00b


Joined: 30 Apr 2002
Posts: 33
Location: Canada

PostPosted: Tue Apr 30, 2002 2:09 pm    Post subject: very weird grub error Reply with quote

Hey,

I have just finsihed installing my Gentoo Linux system, and I am trying to complete the final step - installing grub. Now, please don't laugh at my stupidity, but when I built my computer I forgot to set my hard drive to master...so currently my only hard drive is /dev/hdb. Anyhow, could this propose any problems when installing grub?

I'm using ext3 for my root partition (/dev/hdb7) and ext2 for my boot partition (/dev/hdb5).

when I type:
root (hd0,6)

I receive no errors. :)

but when I type:
setup (hd0)

I get the following errors: :(
Checking for /boot/grub/stage1..no
Checking for /grub/stage1..no

Error 15: File not found

Yet when I look at my /boot partition, stage1, and stage2 are both there.

Any idea?

Thanks,
Cyp.

[/code]
Back to top
View user's profile Send private message
stevenL
Guest





PostPosted: Tue Apr 30, 2002 2:29 pm    Post subject: Reply with quote

The stage1 and stage2 files are inside your boot partition.
You should do:
grub
>root (hd1,4) /* note (hd1,4) is /dev/hdb5 */
>setup (hd0)
>quit
Back to top
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Tue Apr 30, 2002 3:07 pm    Post subject: Reply with quote

stevenL wrote:
You should do:
grub
>root (hd1,4) /* note (hd1,4) is /dev/hdb5 */
>setup (hd0)
>quit


Not exactly. As cyphos said, "currently my only hard drive is /dev/hdb". So, the way to go is:
Code:
root (hd0,4)
setup (hd0)

_________________
| www.gentoo.org | www.tldp.org | www.google.com |
Back to top
View user's profile Send private message
Guest






PostPosted: Wed May 01, 2002 8:05 am    Post subject: Re: very weird grub error Reply with quote

well if its hdb wouldnt you use root(1,6) and setup(hd1) ?
Back to top
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Wed May 01, 2002 10:28 pm    Post subject: Reply with quote

No:
https://forums.gentoo.org/viewtopic.php?t=50&highlight=#249
https://forums.gentoo.org/viewtopic.php?t=50&highlight=#887
_________________
| www.gentoo.org | www.tldp.org | www.google.com |
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