From some time I tried to discover what is happening when I am trying to start my gentoo linux from my ssd drive Samsung 840 Evo.
System is working normally when my ssd is connected to sata3 connector but when I switch it to sata6 I receive kernel panic.
Unfortunately, I can't read the kernel panic message because my framebuffer for grub is too small - I have a nvidia card and I can't get bigger resolution than 1280x800.
I was trying to use netconsole to discover kernel panic message but without luck. I have tried to test netconsole with modprobe with all necessary parameters but netconsole is not sending any packages to other local host.
I was trying to use kdump to login in rescue mode when kernel panic occure but also without luck.
I don't know what I can do more to discover what is wrong with my kernel or maybe with my gentoo.
My motherboard is Asus P8Z77-V LX2.
Here is my kernel config: http://pastebin.com/KEhyw5TQ
Here is my lspci: http://pastebin.com/ZsNK6ViH
I have tried to use netconsole in such way:
Code: Select all
modprobe netconsole netconsole=4444@192.168.1.110/enp3s0,5555@192.168.1.146/68:a8:6d:4f:af:64Code: Select all
#!/bin/bash
kexec -p /boot/vmlinuz-3.15.3-gentoo --append="root=/dev/sdc2 single irqpoll maxcpus=1 reset_devices"Code: Select all
Aug 10 15:40:07 laporath systemd[1]: Starting Service for local.d/kdump.*...

