LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 06-12-2018, 02:58 PM   #1
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 1,978

Rep: Reputation: 271Reputation: 271Reputation: 271
Upgraded to 64-bit but the kernel crashes on load


I've used 32-bit for 21 years then tried to upgrade to 64-bit with the package kernel. After installing all the 64-bit packages I re-booted and the kernel crashes. I've built my kernel for 20 years; I'd keep the previous kernel around in case I had trouble with the new kernel. But that doesn't work with a bunch of 64-bit packages installed.

I'm at the university library using one of their public computers. I have a bootable flash drive at home. Is there a way to use both 32 & 64? What's the best way to trouble-shoot my problem?
 
Old 06-12-2018, 03:16 PM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
Today 64 Bit systems are the standart.
 
Old 06-12-2018, 03:42 PM   #3
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 1,978

Original Poster
Rep: Reputation: 271Reputation: 271Reputation: 271
Quote:
Originally Posted by Keruskerfuerst View Post
Today 64 Bit systems are the standart.
That solves my problem!
 
Old 06-12-2018, 04:44 PM   #4
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107
Quote:
Originally Posted by Keruskerfuerst View Post
Today 64 Bit systems are the standart.
Answer not relevant to the question, plus a typo in your english, plus you're someone who does not even appear to run Slackware. Well done.
 
1 members found this post helpful.
Old 06-12-2018, 04:49 PM   #5
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107
Quote:
Originally Posted by RandomTroll View Post
I've used 32-bit for 21 years then tried to upgrade to 64-bit with the package kernel. After installing all the 64-bit packages I re-booted and the kernel crashes. I've built my kernel for 20 years; I'd keep the previous kernel around in case I had trouble with the new kernel. But that doesn't work with a bunch of 64-bit packages installed.
I don't quite follow. You upgraded a 32bit OS using 64bit packages? Do you have a mix of old 32bit and new 64bit packages now? Did you also upgrade the Slackware version? Which version?

Quote:
I'm at the university library using one of their public computers. I have a bootable flash drive at home. Is there a way to use both 32 & 64? What's the best way to trouble-shoot my problem?
You can not use both 32bit and 64bit on one system. Unless you do an install of 64bit Slackware and add a set of multilib packages so that you can run 32bit proprierary binary-only programs, or Wine.
Or you install a 64bit kernel with 32bit userspace (i.e. the rest of the distro packages).
But since it is not clear to me what exactly you did and how you did it, I can not give a better answer.
I am afraid your best bet is a full re-install.
 
Old 06-12-2018, 06:20 PM   #6
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 1,978

Original Poster
Rep: Reputation: 271Reputation: 271Reputation: 271
The huge kernel worked; the generic kernel is uncorrupted, so it must have been missing something.

I installed 682 64-bit packages. I was surprised that they didn't remove their 32-bit counterparts.

I've been using fvwm95 all these years; unfortunately it lacks a 64-bit version. I'll have to choose a new one.

I haven't done a full install in 20 years... I forgot how to do it.
 
Old 06-12-2018, 08:17 PM   #7
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian, OpenBSD
Posts: 7,352

Rep: Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751
Quote:
Originally Posted by RandomTroll View Post
I haven't done a full install in 20 years... I forgot how to do it.
The installation procedure hasn't changed a lot since I started Slacking in 04. The documentation is excellent.

https://docs.slackware.com/slackware:install
 
Old 06-12-2018, 10:54 PM   #8
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Quote:
Originally Posted by RandomTroll View Post
I've been using fvwm95 all these years; unfortunately it lacks a 64-bit version. I'll have to choose a new one.
Take a look at the slackbuild https://slackbuilds.org/slackbuilds/...m95.SlackBuild. It builds and runs on my 64-bit system just fine

Last edited by Gordie; 06-12-2018 at 10:55 PM. Reason: OCD made me correct spelling
 
1 members found this post helpful.
Old 06-13-2018, 12:46 AM   #9
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 1,978

Original Poster
Rep: Reputation: 271Reputation: 271Reputation: 271
Quote:
Originally Posted by hitest View Post
The installation procedure hasn't changed a lot since I started Slacking in 04. The documentation is excellent.
documentation? read?

Quote:
Originally Posted by Gordie View Post
Take a look at the slackbuild ... It builds and runs on my 64-bit system just fine
Thanks! It does. I start up with a full-screen xterm, no menus, then launch every app with
Code:
 app &
. Not only has system.fvwm95rc moved but I can't get fvwm95 to do what I want. The changes I make don't take. Have you a tip?
 
Old 06-13-2018, 01:01 AM   #10
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
Your nickname is highly interesting...
 
Old 06-13-2018, 08:19 AM   #11
RandomTroll
Senior Member
 
Registered: Mar 2010
Distribution: Slackware
Posts: 1,978

Original Poster
Rep: Reputation: 271Reputation: 271Reputation: 271
Quote:
Originally Posted by Keruskerfuerst View Post
Your nickname is highly interesting...
Isn't it though? It has a pedigree of at least 50 years, possibly longer.
 
Old 06-13-2018, 09:14 AM   #12
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian, OpenBSD
Posts: 7,352

Rep: Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751Reputation: 3751
Quote:
Originally Posted by RandomTroll View Post
documentation? read?
Well, RandomTroll, you did say you forgot how to install Slackware. Heh.
 
  


Reply



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] Crashes in throwing exceptions if code compiled in 32 bit explicity on 64 bit system gaurav.rustagi Programming 10 01-30-2012 06:11 AM
[SOLVED] Slackware 64 crashes after booting generic kernel (64 bit) sombragris Slackware 14 05-04-2011 08:18 AM
[SOLVED] 64 bit kernel wont load on Inspiron 6400/e1505 blither Linux - Laptop and Netbook 10 05-19-2010 06:41 AM
Upgraded from 32 bit to 64 bit processor and... swright007 Linux - Newbie 13 11-03-2008 02:08 PM
Upgraded to 2.6.10: ALSA crashes kernel intens Linux - Hardware 0 01-02-2005 07:24 AM

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

All times are GMT -5. The time now is 01:03 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