Quote: |
I did compile ext3 integrated into the kernel but same errors still
| OK, let's go thru' it all once again !
You have an ide disk and linux is installed on /dev/hda1 and you've got your menu.lst updated as follows: Quote:
title Ubuntu, kernel 2.6.22.1
root (hd0,0)
kernel /boot/vmlinuz-2.6.22.1 root=/dev/hda1 ro
initrd /boot/initrd-2.6.22.1.img
| The partition /dev/hda1 is your root partition and has an ext3 filesystem. You've integrated ext3 support into your kernel. If you've done this all, it should boot just fine.
There's one thing you'll have to check and make certain. Check your kernel configuration and see that you've IDE support integrated into the kernel and not as a module. This includes all the required IDE/ATA core, generic etc. support including the driver for your IDE controller.
If you've all this and still can't get it working then, I've run out of explanations. Maybe, you should try downgrading to 2.6.22 or so. |