- Aug 15, 2000
- 52,763
- 1
- 0
Not sure if this belongs in software, OS, or tech support. It's a question about how-to, so I dumped it into tech support. If this ain't the place, sorry. Mods can move it. 
I'm editing grub.conf and need to know what the root line needs to be.
Partitioning Scheme:
/dev/hda1 = /boot (ext3)
/dev/hda2 = swap
/dev/hda3 = / (ext3)
In grub.conf, here's what I got so far:
My question is this: I'm fairly certain that "root" is the /dev/hda3 listed in the partitioning scheme because of the whole "/" thing. However, the guide that I'm following has (hd0,0) listed for root in the grub config file -even though they suggest the same partitioning scheme earlier in the guide that I'm using.
So, which is it? (hd0,0) or (hd0,2) for root??
I'm editing grub.conf and need to know what the root line needs to be.
Partitioning Scheme:
/dev/hda1 = /boot (ext3)
/dev/hda2 = swap
/dev/hda3 = / (ext3)
In grub.conf, here's what I got so far:
default 0
timeout 10
#splashimage=(hd0,0)/grub/splash.xpm.gz
title-Gentoo Linux 2.6.8-r10
root (hd0,2)
kernel /kernel-2.4.26-gentoo-r6 root=/dev/hda3
My question is this: I'm fairly certain that "root" is the /dev/hda3 listed in the partitioning scheme because of the whole "/" thing. However, the guide that I'm following has (hd0,0) listed for root in the grub config file -even though they suggest the same partitioning scheme earlier in the guide that I'm using.
So, which is it? (hd0,0) or (hd0,2) for root??