LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 11-07-2017, 09:39 AM   #1
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
X Belly Up after boot


I have a Mint-18.1 install in a VM here, and I have some work in a Cad package. I did perform what I thought was the kosher way to get this updated, i.e
Code:
sudo apt-get update
sudo apt-get upgrade
Is that correct? I have my doubts, because X won't boot now.

In Xorg.0.log, most is good, but here's the messy stuff, and the end.
Code:
[    22.541] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    22.541] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    22.541] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    22.546] (EE) No devices detected. [I have an Intel HD4000]
...
[    22.548] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    22.548] (EE) Failed to load module "vesa" (module does not exist, 0)
...
[    22.549] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[    22.549] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[    22.549] (II) vboxvideo: kernel driver found, not loading.
[    22.549] (II) vboxvideo: kernel driver found, not loading.
[    22.552] (II) modeset(0): using drv /dev/dri/card0
[    22.552] (**) modeset(0): Depth 24, (--) framebuffer bpp 32
[    22.552] (==) modeset(0): RGB weight 888
[    22.552] (==) modeset(0): Default visual is TrueColor
[    22.552] (II) Loading sub module "glamoregl"
[    22.552] (II) LoadModule: "glamoregl"
[    22.553] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    22.558] (II) Module glamoregl: vendor="X.Org Foundation"
[    22.558]    compiled for 1.18.4, module version = 1.0.0
[    22.558]    ABI class: X.Org ANSI C Emulation, version 0.4
[    22.558] (II) glamor: OpenGL accelerated X.org driver based.
[    22.582] (EE) 
[    22.582] (EE) Backtrace:
But there is no backtrace. Now this is a VM, and I have a restorable backup. I even have the logs on my host system. I'd like to rescue instead of restoring. What's broken, and how do I fix it?

Last edited by business_kid; 11-07-2017 at 09:45 AM.
 
Old 11-07-2017, 05:02 PM   #2
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,150

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
was the upgrade from within the vm or on the host, vbox is very picky about kernel modules you may need to upgrade the vbox drivers as well.
I always do afresh install of vbox after any changes to the kernel, saves faffing about
 
Old 11-08-2017, 03:39 AM   #3
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Original Poster
Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Upgrade from within the VM. Was that wrong?
 
Old 11-08-2017, 04:30 AM   #4
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,150

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
no just means that vbox itself doesnt need rebuilding.
 
Old 11-08-2017, 06:53 AM   #5
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
The safer way to upgrade Mint is to use the Update Manager, not the terminal, because of the "Level" system used by Linux Mint.
 
Old 11-08-2017, 02:46 PM   #6
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Original Poster
Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
Originally Posted by TxLonghorn View Post
The safer way to upgrade Mint is to use the Update Manager, not the terminal, because of the "Level" system used by Linux Mint.
Can I do that now (X not booting), or should I restore the backup?

Quote:
Originally Posted by
Keith Hedger;
no just means that vbox itself doesn't need rebuilding.
Today 09:39
The modules are rebuilt on every reboot anyhow, perhaps twice a week.
 
Old 11-09-2017, 06:16 AM   #7
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by business_kid View Post
Can I do that now (X not booting), or should I restore the backup?
Restore the backup. You have already pulled in updates that may have caused your problem.

Can you boot to an older kernel?
 
Old 11-09-2017, 10:13 AM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Original Poster
Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
Originally Posted by TxLonghorn View Post
Restore the backup. You have already pulled in updates that may have caused your problem.

Can you boot to an older kernel?
Consider the backup restored. It will go in shortly - housekeeping to do first.I'll be on an older kernel then.
 
Old 11-10-2017, 01:31 PM   #9
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Original Poster
Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Ok, Backup back in which is basically the install cd, freecad, and my work files. uname -a reports
Code:
dec@dec-VirtualBox ~ $ uname -a
Linux dec-VirtualBox 4.4.0-53-generic #74-Ubuntu SMP Fri Dec 2 15:59:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
What, please, is the Kosher way to update seeing as I managed a teetotal screw-up last time?
 
Old 11-11-2017, 07:33 AM   #10
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by business_kid View Post
What, please, is the Kosher way to update seeing as I managed a teetotal screw-up last time?
As I mentioned previously, use the Update Manager - the "shield" icon on the Panel near the clock. Leave it at the default settings. It shows blue when there is an update available, and shows a green check mark when everything is up to date.
The default settings do not update the kernel. To do that, open the Update Manager > View menu > Linux Kernels. Using that menu you can either install a new kernel or delete an old one. I love it because it is so easy. You just click on the old kernel > Remove - and you are done!

Last edited by TxLonghorn; 11-11-2017 at 07:38 AM.
 
1 members found this post helpful.
Old 11-11-2017, 08:49 AM   #11
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Original Poster
Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Well, thank you, I took out a magnifying glass and spotted this icon you mentioned. Slowly doing a lot of updating ATM. Will mark solved unless it goes belly-up again, in which circumstance I'll start whining again :-). I
 
Old 11-11-2017, 12:57 PM   #12
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Original Poster
Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Sorted, Thanks.
 
  


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
LXer: With Linspire in Its Belly, Xandros Eyes Expansion LXer Syndicated Linux News 0 07-03-2008 03:40 AM
LXer: SCO goes belly-up LXer Syndicated Linux News 2 09-15-2007 01:34 PM
Kind souls: help getting Mandriva install 2 boot? edit boot.ini/grub /boot device or NoMoreReinstallMS Linux - Newbie 1 08-09-2006 04:34 AM
sound thing made it go belly up madhavr Mandriva 1 11-15-2003 06:17 PM

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

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