LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-04-2016, 06:23 PM   #1
horizn
Member
 
Registered: Jan 2015
Location: UK and Poland
Distribution: Slackware + Debian + Ubuntu
Posts: 170

Rep: Reputation: Disabled
14.2 won't boot after installation (kernel panic)


I've just installed 14.2 pn software raid1, and got kernel panic as on attached screenshot:

https://postimg.org/image/dfg1ckfch/

This is pn kernel huge. on generic kernel there is no kernel panic but it stops booting because it is not able to find / partition.

Any idea?
 
Old 07-04-2016, 07:42 PM   #2
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
We're going to need a little more detail.
 
Old 07-05-2016, 01:06 AM   #3
horizn
Member
 
Registered: Jan 2015
Location: UK and Poland
Distribution: Slackware + Debian + Ubuntu
Posts: 170

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Richard Cranium View Post
We're going to need a little more detail.
What details?
 
Old 07-05-2016, 01:11 AM   #4
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
With the level of detail about your setup that you've provided, my guess is that you screwed something up.
 
Old 07-05-2016, 01:20 AM   #5
moesasji
Member
 
Registered: May 2008
Distribution: Slackware Current / OpenBSD
Posts: 322

Rep: Reputation: 104Reputation: 104
The reason we need more details is because we can't tell from a screenshot what your system is and what you did and tried. Information that would for example help?

0) What is the hardware you are installing on?
1) What bootloader are you using?
2) As this is a raid1 system; did you configure it? How?
3) What have you tried to do to figure out what causes this?

In other words if you ask for help you have to give enough information that people can actually try to help you.
 
Old 07-05-2016, 03:00 AM   #6
horizn
Member
 
Registered: Jan 2015
Location: UK and Poland
Distribution: Slackware + Debian + Ubuntu
Posts: 170

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by moesasji View Post
The reason we need more details is because we can't tell from a screenshot what your system is and what you did and tried. Information that would for example help?

0) What is the hardware you are installing on?
1) What bootloader are you using?
2) As this is a raid1 system; did you configure it? How?
3) What have you tried to do to figure out what causes this?

In other words if you ask for help you have to give enough information that people can actually try to help you.
0. Gigabyte G41M Combo + Core2Quad + 4GB DDR3
1. LILO
2. As mentioned in README_RAID.TXT, I've done it many time (with luck) for different hardware configurations on Slackware 14.1
3. I've tried both with Kernel huge and generic as mentioned in README_RAID.TXT but with no luck. 14.1 in RAID1 installed in the same way works fine, so I suspect lack of support for some piece of hardware.
 
Old 07-05-2016, 06:25 AM   #7
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Device (9,0) your kernel tries to mount as root is tape device. There is sr and sda available, but no md (software RAID). Looks like your initrd is not up to the task.

Last edited by Emerson; 07-05-2016 at 06:27 AM.
 
Old 07-05-2016, 07:08 AM   #8
horizn
Member
 
Registered: Jan 2015
Location: UK and Poland
Distribution: Slackware + Debian + Ubuntu
Posts: 170

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Emerson View Post
Device (9,0) your kernel tries to mount as root is tape device. There is sr and sda available, but no md (software RAID). Looks like your initrd is not up to the task.
I've just installed 14.2 on software RAID1 in VirtualBox and have the same issue. So something must be different since 14.1 if it comes to software RAID1 setup.
 
Old 07-05-2016, 07:23 AM   #9
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Maybe check it with this: http://www.cgsecurity.org/wiki/TestDisk
https://en.wikipedia.org/wiki/TestDisk

I never played with raid so I don't have any insight on that. My p9807u fx laptop didn't like the default kernel but liked the huge one.
 
Old 07-05-2016, 10:37 AM   #10
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
If you are using an initrd, what are the contents of /boot/initrd-tree/etc/mdadm.conf? (I'm at work and typing the path from memory.)

It's possible that auto-detect of raid partitions was finally turned off in 4.4.x kernels.

(All of my desktop machines are using software RAID1, so I can tell you that 14.2 is quite capable of starting software RAID1 arrays.)

Last edited by Richard Cranium; 07-05-2016 at 10:39 AM. Reason: More specific on the type of RAID1.
 
Old 07-05-2016, 11:16 AM   #11
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Mine panics when usb storage is plugged in on boot, otherwise works fine.
Using custom kernel 4.4.14 and grub, no initrd, no UUID.
 
Old 07-05-2016, 05:15 PM   #12
horizn
Member
 
Registered: Jan 2015
Location: UK and Poland
Distribution: Slackware + Debian + Ubuntu
Posts: 170

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Richard Cranium View Post
If you are using an initrd, what are the contents of /boot/initrd-tree/etc/mdadm.conf? (I'm at work and typing the path from memory.)

It's possible that auto-detect of raid partitions was finally turned off in 4.4.x kernels.

(All of my desktop machines are using software RAID1, so I can tell you that 14.2 is quite capable of starting software RAID1 arrays.)
I'll check tomorrow, because at home I've installed 14.2 on single hdd.
 
Old 07-05-2016, 08:09 PM   #13
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
I will add that all of my machines use a dedicated ext2 /boot partition to hold the kernel and initrd images.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kernel panic Ubuntu won't boot Pedroski Linux - Hardware 12 03-24-2014 06:08 PM
deleted glibc rpm, OS won't boot, getting kernel panic abylin1 Red Hat 2 05-01-2009 05:12 PM
Changed Motherboard: System Won't boot - Kernel Panic n1wil Red Hat 1 06-16-2006 09:45 AM
New kernel won´t boot. Kernel panic aquarius_kasuia Linux - General 5 10-21-2005 04:02 AM
Another Kernal panic prob--new installation won't boot! ChillyWilly Linux - Newbie 1 06-15-2004 09:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration