Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Grub and Dual boot
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
poet1493
n00b
n00b


Joined: 24 Nov 2003
Posts: 12

PostPosted: Sat Nov 29, 2003 7:10 am    Post subject: Grub and Dual boot Reply with quote

I just installed gentoo on my puter and i made it a dual boot with grub i have oh hda my win xp and then on hdf i have gentoo so i just rebooted after install and grub gives me the choice of gentoo or win xp i tried to go into gentoo but i get this error
booting ` Gentoo Linux"
root (hd3,0)
filesystem type is ext2fs, partition type 0x83
kernel (hd3,0) /boot/bzImage root=hdf3

error 1: filename msut be either an absolute pathname or blocklist

please some one help me.....
Back to top
View user's profile Send private message
Helena
Veteran
Veteran


Joined: 02 Apr 2003
Posts: 1114
Location: Den Dolder, The Netherlands

PostPosted: Sat Nov 29, 2003 8:08 am    Post subject: Re: Grub and Dual boot Reply with quote

poet1493 wrote:
I just installed gentoo on my puter and i made it a dual boot with grub i have oh hda my win xp and then on hdf i have gentoo so i just rebooted after install and grub gives me the choice of gentoo or win xp i tried to go into gentoo but i get this error
booting ` Gentoo Linux"
root (hd3,0)
filesystem type is ext2fs, partition type 0x83
kernel (hd3,0) /boot/bzImage root=hdf3

error 1: filename msut be either an absolute pathname or blocklist

please some one help me.....
You have to change the grub line to
Code:
kernel (hd3,0)/boot/bzImage root=/dev/hdf3
assuming your numbers are right. So no space after (hd3,0) and correct root= option.
Back to top
View user's profile Send private message
poet1493
n00b
n00b


Joined: 24 Nov 2003
Posts: 12

PostPosted: Sat Nov 29, 2003 10:56 pm    Post subject: Reply with quote

yeah i forgot to put that in there it is
kernel (hd3,0) /boot/bzImage root=/dev/hdf3
so is there anything else that it could be ?
i have heard something about linking but i dont know how to do it
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Sun Nov 30, 2003 3:10 am    Post subject: Reply with quote

poet1493 wrote:
I just installed gentoo on my puter and i made it a dual boot with grub i have oh hda my win xp and then on hdf i have gentoo ...

You only mention 2 of your harddrives (hda and hdf), but you are telling GRUB that the kernel is located on the 1st partition of your 4th harddrive (hd3,0). If you don't have that many harddrives, you should probably tell GRUB (hd1,0) instead.

And like Helena said, get rid of the blank space in front of /boot/bzImage

This might fix part of the problem you are having.
Back to top
View user's profile Send private message
poet1493
n00b
n00b


Joined: 24 Nov 2003
Posts: 12

PostPosted: Mon Dec 01, 2003 5:50 pm    Post subject: All better Reply with quote

i finally got it all worked out. i would like to thank you all for trying to help me get this working
what i had to do was take the (hd3,0) out of this line

Code:
kernel (hd3,0) /boot/bzImage root=/dev/hdf3


to read like this

Code:
kernel /boot/bzImage root=/dev/hdf3


:D
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