Gentoo Archives: gentoo-amd64

From: Peter Humphrey <prh@××××××××××.uk>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Problems getting started
Date: Fri, 23 Dec 2005 16:07:41
Message-Id: 43AC1FE1.4080909@gotadsl.co.uk
In Reply to: Re: [gentoo-amd64] Problems getting started by Peter Martin
1 Peter Martin wrote:
2 > I think I still may have a problem linked to previous on this thread.
3 >
4 > I just did an 'df -h' and realized that it tells me;
5 > /dev/hda3 73G 1.6G 68G 3% /mnt/gentoo
6 > /dev/hda1 73G 1.6G 68G 3% /mnt/gentoo/boot
7 >
8 > It looks as if the 2 partitions are actually one?
9 > hda1 should only be a partition of 100M?
10 > do I have to go back and start over?
11
12 I hope not. Where did you install GRUB? In the MBR (of /dev/hda) or in the
13 boot sector of /dev/hda1? Does your /boot/grub/grub.conf have the right
14 settings to match that? Here's an example from mine, which has all Linux
15 systems on the second disk (I use BootMagic to get me to /dev/hdb2; sorry
16 about the wrap - the kernel line is all one):
17
18 title Gentoo XFCE
19 root (hd1,1)
20 kernel (hd1,1)/kernel-2.6.14-gentoo-r5 root=/dev/hdb7
21 video=vesafb:ywrap vga=0x31A splash=native console=tty1 /dev/hdd=ide-cd
22 ide0=ata66
23
24 Here you can see that /dev/hdb2 is my boot partition, 100MB like yours,
25 where the kernel file is stored, and that my Xfce root partition is
26 /dev/hdb7, a logical partition (inside /dev/hda4 though that doesn't matter).
27
28 HTH
29
30 --
31 Rgds
32 Peter.
33 --
34 gentoo-amd64@g.o mailing list