Find the answer to your Linux question:
Page 3 of 3 FirstFirst 1 2 3
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 ...
  1. #21
    Just Joined!
    Join Date
    Jun 2007
    Posts
    34

    still no luck

    Quote Originally Posted by kevkim55 View Post
    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 ext3 compiled as a module, you'll have to include ext3 module in the initrd image and make sure that init script in the initrd image loads the ext3 module before it attempts to mount the root filesystem.

    Let me know if this was helpful !
    Hi kevkim55,

    I did compile ext3 integrated into the kernel but same errors still

  2. #22
    Linux Newbie
    Join Date
    Dec 2005
    Location
    Toronto
    Posts
    127
    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:
    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.

  3. #23
    Just Joined!
    Join Date
    Jun 2007
    Posts
    34

    that was it.....you are a GENIUS!

    Quote Originally Posted by kevkim55 View Post
    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:


    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.
    Hi Kevkim55,

    That was it. You are a Genius:))

    Thanks a lot to all of you ( Devils_Casper, Dapper Dan and Kevkim55)

  4. #24
    Linux Newbie
    Join Date
    Dec 2005
    Location
    Toronto
    Posts
    127
    Glad, you'd it resolved. Goodluck with your new kernel !

Page 3 of 3 FirstFirst 1 2 3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...