Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
.
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
intimidat0r
n00b
n00b


Joined: 15 Oct 2005
Posts: 47

PostPosted: Sun Oct 16, 2005 6:40 am    Post subject: . Reply with quote

.

Last edited by intimidat0r on Wed Oct 14, 2020 12:33 am; edited 1 time in total
Back to top
View user's profile Send private message
dbasetrinity
Apprentice
Apprentice


Joined: 25 Jun 2005
Posts: 167

PostPosted: Sun Oct 16, 2005 7:04 am    Post subject: Reply with quote

title=Gentoo Linux 2.6.11-r11
# Partition where the kernel image (or OS) is located
root(hd0,4)
kernel /kernel-2.6.11-gentoo-r11 root=/dev/hda5


should be

title=Gentoo Linux 2.6.11-r11
root (hd0,4)
kernel /kernel-2.6.11-gentoo-r11 root=/dev/hda5

Just in case that doesnt resolve you issue please post the output of /ls boot and your fstab also wouldnt hurt.

did you build your own kernel or did you use genkernel because if you used genkernel you need to have the init.d /initramfs line in there.. hope this helps good luck
Back to top
View user's profile Send private message
intimidat0r
n00b
n00b


Joined: 15 Oct 2005
Posts: 47

PostPosted: Sun Oct 16, 2005 7:24 am    Post subject: Reply with quote

.

Last edited by intimidat0r on Wed Oct 14, 2020 12:33 am; edited 1 time in total
Back to top
View user's profile Send private message
MickKi
Veteran
Veteran


Joined: 08 Feb 2004
Posts: 1173

PostPosted: Sun Oct 16, 2005 11:00 am    Post subject: Reply with quote

The expression root (hd0,1) refers to the partition where Grub keeps its files, (here shown as first drive, second partition). This usually is the same partition where /boot is placed. If you run # ls -la /boot (with the /boot partition mounted) and you can see the /boot/grub/ directory then root (hd0,1) is the same partition as your /boot. If you cannot see the grub directory in there you can enter grub:
Code:
# grub
grub> root (
and then press tab to use Grub's auto-completion feature. It will search for grub's directory and suggest suitable drives and partitions.

The expression root=/dev/hda5 refers to your Linux OS root fs.
_________________
Regards,
Mick
Back to top
View user's profile Send private message
daywalkerNT
n00b
n00b


Joined: 01 Oct 2005
Posts: 40

PostPosted: Sun Oct 16, 2005 8:46 pm    Post subject: Reply with quote

Yeah, just so i don't get confused every time I re-install gentoo, i check to see that
these two lines are the same ...the (hdx,n) part

splashimage=(hd0,4)/grub/splash.xpm.gz
root(hd0,4)


And this one different

root=/dev/hda5


keeps my sanity
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