Find the answer to your Linux question:
Results 1 to 5 of 5
Today I update the kernel from 2.6.8 to 2.6.24 for etch. After I build and install the new kernel version, it show me errors : Alert:/dev/sda1 doesn't exist .Dropping to ...
  1. #1
    Just Joined!
    Join Date
    Aug 2008
    Posts
    8

    [SOLVED] problems about updating kernel to 2.6.24



    Today I update the kernel from 2.6.8 to 2.6.24 for etch.

    After I build and install the new kernel version, it show me errors :

    Alert:/dev/sda1 doesn't exist .Dropping to a shell.

    I search old post about this problem.

    It maybe because the SATA driver was mounted as module.

    So I should manually add it to some configure file so that it can work as kernel boot.

    But which file should be changed >?? .config or menu.lst or fstab??

    Anybody can help me ??

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    What exactly did you build? A Debian kernel or a complete custom one from kernel.org?

    I use the latter on my Etch and as I boot the machine from an SATA drive, I have the kernel configured to have the SATA drivers and the filesystem drivers not as modules but completely built-in. That way I do not need to use an initrd.

  3. #3
    Just Joined!
    Join Date
    Dec 2007
    Posts
    86
    You will have to configure your kernel properly

    - Get and install "Linux-headers"....: And the files for doing the configurations are somewhere there. I could maybe look it up somewhere, as I once did it my self. But in the mean time some one else might give you the paths to the config files.

  4. #4
    Just Joined!
    Join Date
    Aug 2008
    Posts
    8
    It 's form debian kernel. I get answer now .. That's because the modules name is different in 2.6.2*. for example , CONFIG_SCSI_ATA in 2.6.8 should be changed to CONFIG_ATA in 2.6.24.
    I update it to 2.6.18. It works.
    Tks for your reply

  5. #5
    Just Joined!
    Join Date
    Dec 2007
    Posts
    86
    Fantastic!
    Please mark your thread as "Solved". Thank you.

Posting Permissions

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