Results 21 to 24 of 24
Originally Posted by kevkim55
Did you compile ext3 as a module ? If yes, you need to recompile your kernel with ext3 integrated into your kernel.
In case you have ...
- 08-14-2007 #21Just Joined!
- Join Date
- Jun 2007
- Posts
- 34
- 08-14-2007 #22Linux Newbie
- Join Date
- Dec 2005
- Location
- Toronto
- Posts
- 127
OK, let's go thru' it all once again !I did compile ext3 integrated into the kernel but same errors still
You have an ide disk and linux is installed on /dev/hda1 and you've got your menu.lst updated as follows:
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.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
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.
- 08-16-2007 #23Just Joined!
- Join Date
- Jun 2007
- Posts
- 34
- 08-16-2007 #24Linux Newbie
- Join Date
- Dec 2005
- Location
- Toronto
- Posts
- 127
Glad, you'd it resolved. Goodluck with your new kernel !



Reply With Quote