On Mon, Jun 21, 2004 at 02:50:48PM +0200, Martin Markgraf wrote:
Hello list,
I have an Asus K8V SE Delux with AMD Athlon 64, one S-ATA harddisk and an Adaptec 29160 wich is only connected to an DLT streamer. The system works fine until I have updated the kernel to kernel-default-2.6.5-7.75 via YAST Online-Update. After this update the system hangs during boot with
"ReiserFS: hda2: checking transactions log (hda2)"
hda2 is your root ?
as the last message. There the system stands forever.
Did you try pci=noacpi ? If that doesn't help please boot into single user mode with the adaptec by specifying single on the boot loader prompt, then do echo 1 > /proc/sys/kernel/sysrq echo 9 > /proc/sys/sysrq-trigger klogconsole -r0 mount -n -o remount,rw / (if hda2 wasn't your root do mount /path/to/hda2mountpoint ) Does it already hang? Are there are any messages on the screen? If it hangs do alt-sysrq-t and check for the backtrace of the mount process and report that. Best would be if you could connect a serial console before this to catch all messages. -Andi