View previous topic :: View next topic |
Author |
Message |
Robcau n00b
Joined: 26 Dec 2003 Posts: 8 Location: Brugge - Belgium
|
Posted: Fri Jan 16, 2004 2:29 pm Post subject: Kernel Panic after working with WindoZ |
|
|
First off all my computer:
1 IDE hda - Maxtor 20 GB - Windows XP on it
1 IDE hdd - Maxtor 40 GB - Linux on it (and a little partition for windows storage no system of windows on it)
1 SATA md0 - Maxtor 120 GB - only windows storage
1 IDE - DVDROM drive
1 IDE - CDRW drive
Mainboard: Soltek 75FRN
Processor: AMD 2400+
RAM: 1024MB
So a month ago i installed Gentoo on it, because i hate Windows, but i still need Windows for invoice-programs from work.
Ecerything went good, Gentoo runs like it has to run, but the only problem is when i use Windows and I reboot, when i go to Gentoo after that reboot it gives me a kernel Panic. The only thing i have to do is boot from live cd and then:
# mount /dev/hda3 /mnt/gentoo
# mount /dev/hda1 /mnt/gentoo/boot
# cd /mnt/gentoo
# mount -t proc /proc /mnt/gentoo/proc
# chroot /mnt/gentoo /bin/bash
# env-update
>>> Regenerating /etc/ld.so.cashe...
hdd: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdd: dma_intr: error=0x84 { DriveStatusError BadCRC }
* Cashing service dependencies... [ ok ]
When i simple reboot after that everything works like it has to
Does anyone know this problem? Is there a solution? _________________ Greetings,
Robin |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Fri Jan 16, 2004 2:54 pm Post subject: |
|
|
What exactly happens when you boot it and it panics?
At what point does this happen?
Please be as precise as possible.
The drive may be bad, but we always hope not... |
|
Back to top |
|
|
Robcau n00b
Joined: 26 Dec 2003 Posts: 8 Location: Brugge - Belgium
|
Posted: Sun Jan 18, 2004 9:29 am Post subject: |
|
|
hdd: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
hdd: task_in_intr: error=0x04 { DriveStatusError }
ide1: reset: success
hdd: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
hdd: task_in_intr: error=0x04 { DriveStatusError }
end_request: I/O error, dev hdd, sector 71056992
EXT3-fs error (device hdd3): ext3_get_inode_loc: unable to read inode block - inode=4366313, block=8749068
Kernel panic: No init found. Try passing init= option to kernel _________________ Greetings,
Robin |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Sun Jan 18, 2004 5:47 pm Post subject: |
|
|
Since the problem only occurs when rebooting from Windows, I think Windows leaves the IDE controller in an invalid state; this would not surprise me.
Check the IDE transfer mode used in Windows, and in Gentoo (when it runs) with hdparm.
If these are not the same or similar, maybe that's it.
If Windows is to blame for this (more than likely) it should be solved by doing a hard reboot (turn it off then on again).
I agree that this is less than optimal. |
|
Back to top |
|
|
|