LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 11-14-2017, 12:19 AM   #1
linuxhard
Member
 
Registered: Jan 2017
Posts: 39

Rep: Reputation: Disabled
what's all the diagnostics programs to run typically on a laptop? mint doesnt update


what's all the diagnostics programs to run typically on a laptop?

ill just run those diagnoistics and see if it says anything

mint doesnt update

some error, long

mint 18.1
 
Old 11-14-2017, 12:23 AM   #2
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Quote:
Originally Posted by linuxhard View Post
some error
That seems to be a fairly common - it's usually caused by 'some problem'.
 
1 members found this post helpful.
Old 11-14-2017, 11:19 AM   #3
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,269
Blog Entries: 24

Rep: Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206Reputation: 4206
Your question does not provide any information that would be useful to others in providing help.

There are many tools included with your distro that can be used to diagnose various problems, but we would need to know what problem you are having in order to suggest what to use and how to use it.

"some error" does not give any clues. Please tell us what command you ran which produced the error, and include the exact error message itself as when asking for help.

Please see the Site FAQ for guidance in forming a complete question.
 
Old 11-14-2017, 02:03 PM   #4
linuxhard
Member
 
Registered: Jan 2017
Posts: 39

Original Poster
Rep: Reputation: Disabled
didnt do any 'commands' just clicked on the update button in mint

also an error on startup

starting version 232 ERROR '/dev/disk/by-label/' did not show up after 30 secs. sh: can't access tty: job control turned off

its long

what to do now? in these kinds of problems?

please explain in a way someone that hasn't used linux before would understand
 
Old 11-14-2017, 02:42 PM   #5
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Hi linuxhard here is my suggestion:

Open the Terminal application.
Copy & paste the following commands into the Terminal. These commands do the same thing as clicking the Update button, except they will give more detailed output:

Code:
sudo apt-get update
sudo apt-get dist-upgrade
Copy and paste the full output of these Terminal commands into your reply here on LinuxQuestions. Use "code" tags for legibility!
 
Old 11-14-2017, 02:49 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,020

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
There is no test really. You seem to have a few issues really. What do you want to try to solve first?

sudo apt update may provide some clues. Once in a while the update is stuck and you have to clear it. Forget that command but part of apt man pages.
 
Old 11-14-2017, 03:51 PM   #7
linuxhard
Member
 
Registered: Jan 2017
Posts: 39

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by snowpine View Post
Hi linuxhard here is my suggestion:

Open the Terminal application.
cant open the terminal at this point

have that startup error that was mentioned
 
Old 11-14-2017, 03:54 PM   #8
linuxhard
Member
 
Registered: Jan 2017
Posts: 39

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jefro View Post
What do you want to try to solve first?
w/e you think is best

i think that would be the startup error, i dunno anything about computers, so not sure

Last edited by linuxhard; 11-14-2017 at 03:55 PM.
 
Old 11-14-2017, 03:57 PM   #9
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Quote:
Originally Posted by linuxhard View Post
cant open the terminal at this point

have that startup error that was mentioned
To clarify: Are you saying that your Linux Mint system won't boot at all and is totally unusable? Is there important data on the hard drive you need to recover? If so, let's stop and back up your data before we go any farther. One way to do this is to boot a Linux Mint Live USB, and while you are running in Live mode, copy the files from your internal hard drive to a backup device(s) such as an external hard drive or cloud/network storage.
 
Old 11-14-2017, 04:02 PM   #10
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
So you say your issue is that the computer won't update but you can't test any solutions because you have a startup error.

Hmmm. Seems to me the more pressing issue here is the startup error if it's preventing you from, you know, starting the computer. Without being able to do that, how are you able to tell you have an update error?

Code:
 starting version 232 ERROR '/dev/disk/by-label/' did not show up after 30 secs. sh: can't access tty: job control turned off
means it isn't able to find a disk that it is expecting to be present at boot time.

If you can identify that disk, you can boot your live usb install media, mount the / (root) partition of the installation and edit your /etc/fstab to either not wait for that disk on boot if it isn't necessary to boot, or fix whatever issue is preventing it from mounting on boot

Last edited by TheEzekielProject; 11-14-2017 at 04:06 PM.
 
Old 11-14-2017, 04:57 PM   #11
linuxhard
Member
 
Registered: Jan 2017
Posts: 39

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TheEzekielProject View Post
identify that disk, you can boot your live usb install media, mount the / (root) partition of the installation and edit your /etc/fstab to either not wait for that disk on boot if it isn't necessary to boot,

how to do that?

also how to just boot from hard drive like it did in the past?
 
Old 11-14-2017, 04:58 PM   #12
linuxhard
Member
 
Registered: Jan 2017
Posts: 39

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TheEzekielProject View Post
Without being able to do that, how are you able to tell you have an update error?

i dont understand, what do you mean?

that was yesterday

this is today, it start up, got error
 
Old 11-14-2017, 05:01 PM   #13
linuxhard
Member
 
Registered: Jan 2017
Posts: 39

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by snowpine View Post
saying that your Linux Mint system won't boot at all and is totally unusable?

i dunno, w/e the error tells, what does it tell you?

someone say its something about some disk

i dont understand why it randomly does not 'boot' from hard drive like before today....

but anyway, it would be simpler to just 'boot' from hard drive

remember please explain in a way that someone who hasn't used linux before would understand
 
Old 11-14-2017, 05:08 PM   #14
linuxhard
Member
 
Registered: Jan 2017
Posts: 39

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jefro View Post
There is no test really.
that.

really really really really sucks...

what to do now...
 
Old 11-14-2017, 07:28 PM   #15
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Quote:
Originally Posted by linuxhard View Post
i dunno, w/e the error tells, what does it tell you?

someone say its something about some disk

i dont understand why it randomly does not 'boot' from hard drive like before today....

but anyway, it would be simpler to just 'boot' from hard drive

remember please explain in a way that someone who hasn't used linux before would understand
Your Linux Mint is broken. Maybe you can fix it.

Do you have important data that you need to recover from the computer? Do you have a backup of all your important files? Is Linux Mint the only operating system on your computer, or do you have other operating systems (like Windows, too)?

Do you have a Linux Mint Live USB or Live DVD? If not, time to make one!

Last edited by snowday; 11-14-2017 at 07:36 PM.
 
  


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] Unable to install or even run Linux Mint on Asus X70io laptop NickByford Linux - Newbie 3 11-13-2017 02:31 PM
Looking for a compatible laptop to run Linux Mint placerstreet Linux - Laptop and Netbook 8 11-09-2017 08:43 AM
Linux Mint 2382 programs v. Debian 57991 programs grumpyskeptic Linux - Software 3 12-04-2016 03:01 PM
doesnt remember programs in suse 10? chrisyc SUSE / openSUSE 4 09-14-2005 08:11 PM
How do I run diagnostics on a hard drive? praefex Linux - Hardware 3 11-21-2003 05:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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