I am trying to install Gentoo from the liveCD. I downloaded the DVD image and burned it on a DVD. The DVD booted fine. Now when I tried to start the installation process I ran into a weird problem:
My drive is a MAXTOR SATA 80 GB drive. I have to use WinXP in one of the partitions (Company policy). So I can not auto partition the system. I created 2 ext3 partition and 1 swap partition for Gentoo. But unfortunately Gentoo installer can not find any partition in the disk.
I used fdisk -l to view the partitions and it showed fine. I can also mount some of the partitions (FAT32 and ext3 partitions). But the installer don't find the partitions.
From a post in the forum, I tried using gpart /dev/sda and this command showed some error. I am going to list the full output here:
Code: Select all
** Error: invalid extended ptbl found at sector(20996955).
Begin scan...
Possible partition(Windows NT/W2K FS), size(10252mb), offset(0mb)
Possible extended partition at offset(17249mb)
Possible partition(Linux swap), size(1043mb), offset(18959mb)
Possible partition(DOS FAT), size(20002mb), offset(20002mb)
Possible partition(DOS FAT), size(10244mb), offset(40005mb)
Possible partition(DOS FAT), size(10244mb), offset(50250mb)
Possible partition(Windows NT/W2K FS), size(15821mb), offset(60494mb)
End scan.
Checking partitions...
* Warning: more than one extended partition: 4.
Partition(OS/2 HPFS, NTFS, QNX or Advanced UNIX): primary
Partition(Linux swap or Solaris/x86): invalid
Partition(DOS or Windows 95 with 32 bit FAT, LBA): invalid
Partition(DOS or Windows 95 with 32 bit FAT, LBA): invalid
Partition(DOS or Windows 95 with 32 bit FAT, LBA): invalid
Partition(OS/2 HPFS, NTFS, QNX or Advanced UNIX): primary
Ok.
Guessed primary partition table:
Primary partition(1)
type: 007(0x07)(OS/2 HPFS, NTFS, QNX or Advanced UNIX)
size: 10252mb #s(20996888) s(63-20996950)
chs: (0/1/1)-(1023/254/63)d (0/1/1)-(1306/254/59)r
Primary partition(2)
type: 015(0x0F)(Extended DOS, LBA)
size: 29753mb #s(60934545) s(35326935-96261479)
chs: (1023/254/63)-(1023/254/63)d (2199/0/1)-(5991/254/63)r
Primary partition(3)
type: 007(0x07)(OS/2 HPFS, NTFS, QNX or Advanced UNIX)
size: 15821mb #s(32403040) s(123893343-156296382)
chs: (1023/254/63)-(1023/254/63)d (7712/1/1)-(9728/254/61)r
Primary partition(4)
type: 000(0x00)(unused)
size: 0mb #s(0) s(0-0)
chs: (0/0/0)-(0/0/0)d (0/0/0)-(0/0/0)r
By the way, I installed Red Hat 7.3 quite a few times and also installed Fedora Core (2,4,5) and Mandriva. By far Gentoo has the best approach to GUI Installer. Great Job. I am really looking forward to using Gentoo and Portage.
Regards.

