LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 02-12-2018, 06:14 AM   #1
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Rep: Reputation: Disabled
Slackware 14.2 huge kernel Panic


Slacker,

Few days back I have updated my system (Slackware 14.2).
When I tried to boot with huge kernel it gives me error.

Please check the attachment for error.

I am able to boot with generic kernel with initrd.gz without any problem.

Please suggest....
Attached Thumbnails
Click image for larger version

Name:	kernel-panic.jpg
Views:	344
Size:	238.3 KB
ID:	26982  
 
Old 02-12-2018, 06:41 AM   #2
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
are you sure it's pointing to huge kernel? Looking from the error message, it was unable to mount your root partition due to missing kernel modules which should be included in the initrd
 
Old 02-12-2018, 06:51 AM   #3
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by willysr View Post
are you sure it's pointing to huge kernel? Looking from the error message, it was unable to mount your root partition due to missing kernel modules which should be included in the initrd
As per my understanding, huge kernel include all the drivers.
So I think no need of initrd.gz.

As per error message kernel get loaded, it means it is pointed to huge kernel.

Please suggest....
 
Old 02-12-2018, 07:06 AM   #4
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Yes, you are correct about the huge kernel.

But looking at the error message: Unable to mount root fs is a common sympthom that you probably use generic.
 
Old 02-12-2018, 07:35 AM   #5
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
Thanks for your reply.
 
Old 02-12-2018, 03:26 PM   #6
_peter
Member
 
Registered: Sep 2014
Location: paris
Distribution: slackware
Posts: 314

Rep: Reputation: Disabled
hi, maybe share your lilo configuration and listing of /boot and /lib/modules ?
there are a variety of vmlinuz files, your are most likely to need the smp one wmlinuz.*smp.

Code:
ls -alrt /boot | grep vmlinuz
vmlinuz-generic-smp-4.4.115-smp
vmlinuz-huge-smp-4.4.115-smp
vmlinuz-generic-4.4.115
vmlinuz-huge-4.4.115
vmlinuz-generic -> vmlinuz-generic-4.4.115
vmlinuz-generic-smp -> vmlinuz-generic-smp-4.4.115-smp
vmlinuz-huge -> vmlinuz-huge-4.4.115
vmlinuz-huge-smp -> vmlinuz-huge-smp-4.4.115-smp
vmlinuz -> vmlinuz-huge-smp-4.4.115-smp
https://docs.slackware.com/slackware:beginners_guide
when you created the initrd what was the command output generated ?

Code:
/usr/share/mkinitrd/mkinitrd_command_generator.sh

mkinitrd -c -k 4.4.115-smp
 
1 members found this post helpful.
Old 02-13-2018, 06:56 AM   #7
linuxxer
Member
 
Registered: Apr 2011
Location: I have my own planet
Distribution: SlackwareŽ
Posts: 257

Original Poster
Rep: Reputation: Disabled
I am using Slackware 14.2 64bit version.
 
Old 02-13-2018, 07:57 AM   #8
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Quote:
Originally Posted by linuxxer View Post
As per my understanding, huge kernel include all the drivers.
So I think no need of initrd.gz.

As per error message kernel get loaded, it means it is pointed to huge kernel.

Please suggest....
No, error message doesn't show which 4.4.115 kernel is loaded
 
Old 02-13-2018, 12:58 PM   #9
_peter
Member
 
Registered: Sep 2014
Location: paris
Distribution: slackware
Posts: 314

Rep: Reputation: Disabled
Quote:
Originally Posted by linuxxer View Post
I am using Slackware 14.2 64bit version.
unless you fixed it already,
if you shared specific files and directories content of your setup on which you encounter an issue w/ huge kernel that would help
 
1 members found this post helpful.
Old 02-13-2018, 11:06 PM   #10
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
As _peter mentioned, unless you've fixed it, additional information would be helpful.

I would suggest providing the output of ls -l /boot/ and /etc/lilo.conf to see if something stands out on causing your issue. If you need to boot off an installation "disk", you may need to mount the root drive and adjust the paths slightly for that mounted directory before providing the output.
 
  


Reply

Tags
huge, kernel panic, slackware 14



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
[SOLVED] update-grub is picking up Huge first, advance boot listing will not boot generic kernel gets panic. BW-userx Slackware 30 02-18-2017 05:46 PM
[SOLVED] 14.2/32-bit: huge-smp boots, generic-smp kernel panic rshepard Slackware 10 01-11-2017 08:29 AM
[SOLVED] Custom kernel doesn't work, but now even generic and huge kernels panic. ibrunton Slackware 3 01-27-2014 02:03 PM
[SOLVED] Slackware -current installs with huge kernel, but boots on hugesmp Linux.tar.gz Slackware 8 11-06-2013 07:00 PM
Howto enable EDAC reporting in Slackware generic/huge kernel. granth Slackware 3 02-06-2012 02:20 AM

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

All times are GMT -5. The time now is 02:28 AM.

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