Sometimes when I boot, the process appears to start normally, but then it suddenly becomes corrupted filling the screen with a list. This moves so quickly that I don’t see any initial error message. See the attached pic.
This happens maybe about 20% of the time. The other 80% are normal boots. Is there a log file that should capture all of the output? If so, I could post some of that here.
The question is: what is likely to cause this, and how could I fix it? My hope is that its not a hardware problem… Thanks.
That looks to me like a kernel panic, these are harder to diagnose as they are usually related to a hardware failure.
You can use this command to see if you can find the culprit:
sudo journalctl --dmesg
If you catch it on the next boot you can use this instread:
Yes, I was afraid of this probably being a hardware issue. In them meantime I realized that I think this problem arose since I added an Adaptec 8405 RAID controller.
Checking the Adaptec site, I find Linux drivers are provided for Debian, Fedora, Red Hat, SuSE, and Ubuntu. Arch, etc. is not officially supported, but they do provide a link to Linux driver source code.
And I’m not having any issues like BSOD on my Windows side using the official drivers.
Is it likely this could be related to the new RAID card? And if so, any chance I can get this supported?
Unfortunately, other than the raid controller, I have no idea what could be causing your issue at this point.
The last error that I can see in your initial screen shot is ata4.00 related.
I have not experienced one of the kernel panics in the last few days. I did look through the journalctl output. The only thing that looked somewhat suspicious in there was the following.
Not sure how to fix this, and not sure if it could be related to the kernel panics…
Jun 02 16:26:52 mike-pc kernel: NVRM: Your system is not currently configured to drive a VGA console
Jun 02 16:26:52 mike-pc kernel: NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
Jun 02 16:26:52 mike-pc kernel: NVRM: requires the use of a text-mode VGA console. Use of other console
Jun 02 16:26:52 mike-pc kernel: NVRM: drivers including, but not limited to, vesafb, may result in
Jun 02 16:26:52 mike-pc kernel: NVRM: corruption and stability problems, and is not supported.
Also, is there anything I should do about the md_mod kernel module not being loaded?
Could be, the nvrm error has to do with the nvidia driver and the framebuffer for the console. this is a common issue on UEFI systems. There maybe some grub options, etc. you can use to fix the issue with the framebuffer and your nvidia cards, a search online may be helpful for that error.
I’m not 100% sure on how raid works, but your controller card would use the aacraid module. I believe the md_mod driver is used for software raid solutions.
I was advised to check the systemd journal, which I did as follows.
Any action I should take based on this output?
Thanks again!
[code]$ journalctl -p 3 -xb
– Logs begin at Wed 2016-03-02 15:35:05 CST, end at Sat 2016-06-04 04:28:02 CDT. –
Jun 04 04:25:07 mike-pc systemd[1]: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device: Dev dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device appeared twice with different sysfs paths /sys/devices/p
Jun 04 04:25:07 mike-pc nmbd[1801]: [2016/06/04 04:25:07.857032, 0] …/lib/util/become_daemon.c:135(daemon_status)
Jun 04 04:25:07 mike-pc nmbd[1801]: STATUS=daemon ‘nmbd’ : No local IPv4 non-loopback interfaces available, waiting for interface …NOTE: NetBIOS name resolution is not supported for Internet Protocol Version 6 (IPv6).
Jun 04 04:25:08 mike-pc smbd[1818]: [2016/06/04 04:25:08.014124, 0] …/lib/util/become_daemon.c:124(daemon_ready)
Jun 04 04:25:08 mike-pc smbd[1818]: STATUS=daemon ‘smbd’ finished starting up and ready to serve connections
Jun 04 04:25:10 mike-pc ntpd[1986]: bind(21) AF_INET6 fe80::eb40:ac46:2515:f638%2#123 flags 0x11 failed: Cannot assign requested address
Jun 04 04:25:10 mike-pc ntpd[1986]: unable to create socket on eno1 (5) for fe80::eb40:ac46:2515:f638%2#123
Jun 04 04:25:11 mike-pc ntpd[1986]: bind(24) AF_INET6 fe80::eb40:ac46:2515:f638%2#123 flags 0x11 failed: Cannot assign requested address
Jun 04 04:25:11 mike-pc ntpd[1986]: unable to create socket on eno1 (6) for fe80::eb40:ac46:2515:f638%2#123
Jun 04 04:25:11 mike-pc nmbd[1801]: [2016/06/04 04:25:11.795277, 0] …/lib/util/become_daemon.c:124(daemon_ready)
Jun 04 04:25:11 mike-pc nmbd[1801]: STATUS=daemon ‘nmbd’ finished starting up and ready to serve connections
Jun 04 04:25:44 mike-pc nmbd[1801]: [2016/06/04 04:25:44.875026, 0] …/source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
Jun 04 04:25:44 mike-pc nmbd[1801]: *****
Jun 04 04:25:44 mike-pc nmbd[1801]:
Jun 04 04:25:44 mike-pc nmbd[1801]: Samba name server MIKE-PC is now a local master browser for workgroup WORKGROUP on subnet 192.168.0.6
Jun 04 04:25:44 mike-pc nmbd[1801]:
Jun 04 04:25:44 mike-pc nmbd[1801]: *****
Jun 04 04:26:01 mike-pc systemd-coredump[2109]: Process 2105 (ksplashqml) of user 1000 dumped core.
All that is telling me is that you have a drive that is being seen twice at duiferent pathsm, and that ksplash has crashed.
This is very likely the nvidia driver that is causing the crash.