active wrote:rouben: try to post here your boot loader config file. If you use "LiLo", have you tried to use Grub? If yes, did you find the same problems? (this is useful also for f41t3r)
I'm using Grub, I stopped using LILO a while ago.
My grub.conf is pretty simple:
Code: Select all
title Gentoo 2.6
kernel (hd0,4)/boot/kernel-2.6 root=/dev/hda5
title Gentoo 2.4
kernel (hd0,4)/boot/kernel-2.4 root=/dev/hda5
I didn't use genkernel, and I'm positive that I have both my IDE chipset and filesystem drivers built into the kernel (I doublecked this ad nauseum, I even built a kernel will
all the IDE and filesystem options built-in, not as modules, but to no avail). After all, 2.4 kernels with identical configs are able to boot just fine using identical lilo configs.
At first I thought this is related to the fact that I have a single partition for everything (i.e. no separate /boot partition), or perhaps because I used reiserfs rather than ext2 or ext3. However, after researching this a bit, I noticed quite a few people having exactly the same issue with ext2, ext3 and reiser...
Actually, just now, I notices something interesting that has a direct connection to my (and perhaps everyone else's) problem. The following line in my kernel output, just after the IDE chipset lines, right after the hda geometry output:
/dev/ide/host0/bus0/target0/lun0: unknown partition table
That would definitely explain the error I've been getting, now wouldn't it?

I never noticed this line before, in part because I never tried to boot the kernel in a high-res framebuffer mode and this line zipped by too fast for me to see. I am curious, f41t3r, do you notice anything similar to this in your kernel output, when you try to boot?
I'm using the latest 2.6 gentoo-dev-sources, by the way. I've tried some older releases too.