Find the answer to your Linux question:
Results 1 to 9 of 9
When I try to unmount (when I can mount..) ad external hd, the kernel goes to panic. I use Wheezy with 3.0 kernel and Gnome. On Internet nothing can help ...
  1. #1
    Just Joined!
    Join Date
    Aug 2011
    Location
    Italy
    Posts
    13

    Kernel panic

    When I try to unmount (when I can mount..) ad external hd, the kernel goes to panic. I use Wheezy with 3.0 kernel and Gnome.

    On Internet nothing can help me: what I have to do? Recompile the kernel? Downgrade it?


    Help

    Riccardo

  2. #2
    Guest
    Join Date
    Feb 2005
    Posts
    314
    Boot into single user mode and fsck all partitions, then reboot and try again. If it persists examine dmesg output.

  3. #3
    Just Joined!
    Join Date
    Aug 2011
    Location
    Italy
    Posts
    13
    Quote Originally Posted by cynwulf View Post
    Boot into single user mode and fsck all partitions, then reboot and try again. If it persists examine dmesg output.
    How can I boot as single user mode and fsck all partitions?

    And how can I examine dmesg output?




    Thank you!!

  4. #4
    Guest
    Join Date
    Feb 2005
    Posts
    314
    Quote Originally Posted by riccardo_linux View Post
    How can I boot as single user mode and fsck all partitions?
    when the system boots select "recovery mode" from the grub menu. Once you're in, sit there for a while and read the man page

    Code:
    man fsck
    Quote Originally Posted by riccardo_linux View Post
    And how can I examine dmesg output?

    An easy one:
    Code:
    man dmesg
    Quote Originally Posted by riccardo_linux View Post
    Thank you!!
    You're welcome!

  5. #5
    Just Joined!
    Join Date
    Aug 2011
    Location
    Italy
    Posts
    13
    Ok, I will try.

    Here in attach sono two photos about the problem.

    21092011019.jpg

    21092011020.jpg

  6. #6
    Guest
    Join Date
    Feb 2005
    Posts
    314
    If this a stock kernel or did you build it yourself?

    Post output

    Code:
    uname -r
    Do you have any proprietary drivers installed or any modules/drivers at all which you have compiled yourself and inserted?

  7. #7
    Just Joined!
    Join Date
    Aug 2011
    Location
    Italy
    Posts
    13
    Quote Originally Posted by cynwulf View Post
    If this a stock kernel or did you build it yourself?

    Post output

    Code:
    uname -r
    Do you have any proprietary drivers installed or any modules/drivers at all which you have compiled yourself and inserted?
    This is when I have the kernel panic. I didn't build anithing by myself.

    3.0.0-1-amd64

    No proprietary drivers installed.

  8. #8
    Guest
    Join Date
    Feb 2005
    Posts
    314
    Quote Originally Posted by riccardo_linux View Post
    This is when I have the kernel panic. I didn't build anithing by myself.

    3.0.0-1-amd64

    No proprietary drivers installed.
    You need to file a bug report. Makes sure your system is fully up to date first. Are you running the testing or unstable branch?

    (Or you can try building a newer kernel from git and see if that changes anything)

    Good luck.

  9. #9
    Just Joined!
    Join Date
    Aug 2011
    Location
    Italy
    Posts
    13
    I tried to install Debian Stable: the problem persists so, waiting for a resolution, the only way is to unmount from shell.

    But the question is: the problem is related to the kernel o to other?

Posting Permissions

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