Basically, when I get to the point of install where I reboot, GRUB gives me Error 17 then hangs. LILO won't work either, spamming 01 01 01 01 01 about 50 times then hanging.
This is my first attempt at a gentoo install, but not my first linux OS.
Relevent information:
Linux Kernel version 2.6.12-gentoo-r6
I have two hard drives. One 200GB with nothing but my attempted gentoo install, and the other a 6GB functional winxp install for certain games.
the 200G linux hard drive is currently /dev/hda with three partitions
/dev/hda1 (Main ~199GB "/" ReiserFS partition)
/dev/hda2 (Boot ~50MB "/boot" ext2 partition)
/dev/hda3 (Swap ~950MB linux swap partition)
and I have
/dev/hdd1 (Main 6GB Windows XP NTFS partition)
my grub.conf looks similar to this:
Code: Select all
default 0
timeout 10
splashimage=(hd0,1)/grub/splash.xpm.gz
title=Gentoo Linux
root (hd0,1)
kernel=/kernel-2.6.12-gentoo-r6 root=/dev/hda1
title=Winblows XP
rootnoverify (hd1,0)
makeactive
chainloader +1
In case you want to see my fstab it looks like this:
Code: Select all
/dev/hda2 /boot ext2 defaults,noatime 1 2
/dev/hda1 / reiserfs notail,noatime 0 1
/dev/hda3 none swap sw 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
I am at a complete loss as to what the problem could be.
If it matters I'm running an old E-Machines with a Celeron 500MHz and 256M of pc100 SDRAM. (my old much better comp got rained on, long story)
Any other info you need let me know, and help would be a godsend. I've tried everything I can think of and I gotta get this shit working. I really want to try this distro as it's come highly recommended by some geek friends of mine.
Thanks in advance,
- trix




