Originally posted by Mpemba Effect
Keep at it mate, don't let it defeat you yet. Your like there, all it is, is getting it to boot. Is bzImage in /boot?
.
... I've never done any computer courses or even learnt any computing at school (in fact I don't even think there was any computer classes at my place when I was doing GCSE's). So I did all the sciences and then then to do a degree in Physiology and Biochemistry. Only after uni did I get a job to buy a cool computer .... and now it's like .. throw away the science and try to get into computing ... I know next to nothing on programming 
Originally posted by [RB]
Yep it's there. I'm not annoyed at all which is rather strange. I don't think I should be anyway cos I feel like I've learned a lot just by going through the install. Rather pleased actually.
Close but no cigar!
I'll keep trying till I get it right!
[RB]
Originally posted by Mpemba Effect
At the most I think you'll only need to recompile the Kernel and maybe redo the grub ... although it does look ok to me.
Here's mine, Im 15, a geek. I got into Linux through finding it on the net. Spent weeks downloading it on my 56k, got a copy of RH 6.2 installed it dual boot on my Dad's Dell machine. Loved it! I started programming when I was 8 on a BBC Micro, great machine that used BASIC
I then started messing around in C when I hit Linux, I admin Im not a hot C programmer yet. I need more experience

Boot off the CD, get chrooted into the system and then do the recompile etcOriginally posted by [RB]
How do I go about doing that? How do I boot off the cd and make hda3 root instead of the files from the cd?
Thanks
[RB]


?Originally posted by [RB]
Started from scratch. Bootstrapping process just been started again so hopefully it will be ready in the morning.
Here's hoping!
[RB]

/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda6 / ext2 noatime 0 1
/dev/hda5 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
proc /proc proc defaults 0 0
/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda3 / ext3 noatime 0 1
/dev/hda2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
proc /proc proc defaults 0 0
... but I'm assuming you did follow the partitioning exactly.

Booting 'Gentoo Linux'
root (hd0,0)
File system type is ext2fs, partition type 0x83
kernel /boot/bzImage root=/dev/hda6
[Linux-bzImage, setup=0xa00, size=0xe91cc]
you know I think I know whats wrong
(you did exactly the same this time as you did last time right?) OK.Is this your fstab?Code:/dev/hda1 /boot ext2 noauto,noatime 1 2 /dev/hda6 / ext2 noatime 0 1 /dev/hda5 none swap sw 0 0 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0 proc /proc proc defaults 0 0
Is this your menu.lst/menu.conf?Code:default 0 timeout 30 splashimage=(hd0,0)/boot/grub/splash.xpm.gz title=Gentoo Linux root (hd0,0) kernel /boot/bzImage root=/dev/hda3

default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux
root (hd0,0)
kernel /boot/bzImage root=/dev/hda6