Find the answer to your Linux question:
Results 1 to 5 of 5
During the install, I had to install Debian w/ the 2.4 series since I need kernel headers to install my wireless adapter. Appearantly the 2.4 kernel sees my SATA drive ...
  1. #1
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602

    Problems with 2.6.15 kernel + SATA drive



    During the install, I had to install Debian w/ the 2.4 series since I need kernel headers to install my wireless adapter. Appearantly the 2.4 kernel sees my SATA drive as hde and not sd*, so it configured everything that way. So when I was able to download the install the 2.6 kernel the initrd that was created has all the my partitions pointing to hde and not sda! This causes a major issue since my swap and /home directory are mounted by the initrd which calls them from hde5 and hde6 (respectively). So now, when I boot with the 2.6 kernel I get all sorts of error (saying that hde5 and hde6 don't exist) and neither my home directory or swap get mounted/turn on.

    So my question is, is there anyway to get the initrd fixed to point to "sda" and not "hde"?

    I hope I explained all this stuff correctly!

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    You don't need to fix the initrd.

    Just modify /etc/fstab and /boot/grub/menu.lst to sda instead of hda.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602
    <== Feels kind of dumb... I should have known that!

    Thanks

  4. #4
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Hey, no problemo.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  5. #5
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602
    Turns out all that didn't matter, I had to move back to the 2.4 kernel cause the new 2.6.15 doesn't want to compile my wireless adapter driver. Now I have another (unrelated) issue... The sound doesn't work in Gnome! Whenever I double click the little speaker I get an error message that says:
    No volume control elements and/or devices found.
    Kinda wierd since it was working just fine when I booted Gnome with the 2.6 kernel.

    It's probably going to be something dumb again, but I'm kinda lost right now!

Posting Permissions

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