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 08-30-2016, 03:44 AM   #1
jorgespain76
LQ Newbie
 
Registered: Aug 2016
Posts: 3

Rep: Reputation: Disabled
long time boot linux mint at a toshiba laptop. Tested also Debian and Ubuntu latest stable releases geting similar issues.


I'm using a Toshiba Satellite model L755-1J9 Laptop.

The issue I would want to solve is that the system spends more than ten minutes to reach the login prompt to get into the dektop environment. When choosing the boot option of "recovery mode" at grub it gives output messages from the boot process and they stop progressing the load and giving more messages for long gaps at three points that are the same every time i start the laptop with the "recovery mode" choosen. The messages shown as last step or task of boot supposed to be made when it stops adding more lines of messages and keeps apparently without carrying out any boot activity at all are these:

* the first point it stays blocked is when last printed message shows the text:
"clocksource: switched to clocksource TSC"

* after 10 minutes more or less it starts printing messages of the boot progress again. The first line of text printed after that period stoped is:
"Loading Essential Drivers"

*It does two periods of no activity more, the second, much shorter, is at the message:
"Runing /scripts/init-bottom"

*and the last gap of no progress, the shortest, is when gives a message about loading braille related kind of software features.

Could somebody give me possible reasons or causes of the boot stops for that long ga ps to be more aware of what happens.

Or if somebdy could confirm the way to solve it is not possible to achieve with my skills to follow the necessary steps for an hypothetical solution.

Even would appreciate if somebody let me know it's a non-viable or no solution at all in this kind of malfunction.

Thanks to read this, would be good news having some answer to get information at least. If it's necessary to give more logs or any system working path to detect the way it has this behavior don't doubt ask me for it.

Last edited by jorgespain76; 08-30-2016 at 03:46 AM.
 
Old 08-30-2016, 06:53 AM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
You could use a tool as webboard to paste your dmesg into a pastebin for starters.
 
Old 08-31-2016, 06:57 AM   #3
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
Which Mint? 17? 18?
Which Desktop? Cinnamon?
Does the live Mint USB perform the same as the installed Mint?
 
Old 08-31-2016, 07:11 AM   #4
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by Emerson View Post
You could use a tool as webboard to paste your dmesg into a pastebin for starters.
WebBoard is no longer used in Mint. Now using pastebin. But you don't need it.
You can create a text file:
Code:
dmesg > ~/Desktop/dmesg.txt
and then paste the contents of the file at pastebin.ubuntu.com - and copy the resulting link to the forum.

Last edited by TxLonghorn; 08-31-2016 at 07:37 AM.
 
2 members found this post helpful.
Old 09-08-2016, 11:47 AM   #5
jorgespain76
LQ Newbie
 
Registered: Aug 2016
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TxLonghorn View Post
Which Mint? 17? 18?
Which Desktop? Cinnamon?
Does the live Mint USB perform the same as the installed Mint?
Hi. Thanks for your replies to all.

Mine is a linux Mint 18 and booting usb was a kind of the same issue.

The dmesg output file is attached in this post.

Thanks.
Attached Files
File Type: txt dmesg_output.txt (58.5 KB, 23 views)
 
Old 09-09-2016, 01:09 AM   #6
ShvonderSiN
LQ Newbie
 
Registered: May 2015
Location: Russia
Distribution: Linux Mint Cinnamin, Mate
Posts: 16

Rep: Reputation: Disabled
try use latest kernel
For 32-bit (single command):
Code:
cd /tmp; wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-headers-4.7.0-040700-generic_4.7.0-040700.201608021801_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-headers-4.7.0-040700_4.7.0-040700.201608021801_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-image-4.7.0-040700-generic_4.7.0-040700.201608021801_i386.deb; sudo dpkg -i *.deb
For 64-bit (single command):
Code:
cd /tmp; wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-headers-4.7.0-040700-generic_4.7.0-040700.201608021801_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-headers-4.7.0-040700_4.7.0-040700.201608021801_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-image-4.7.0-040700-generic_4.7.0-040700.201608021801_amd64.deb; sudo dpkg -i *.deb
and
Code:
sudo update-grub
sudo reboot
 
Old 09-09-2016, 05:27 AM   #7
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
If you look at your dmesg results you will see a huge 390 second delay when loading the RAID information. Also there is a mention of BTRFS. I have heard that Mint 18 has some problems with BTRFS, but I don't know details. I also don't know how to address problems with RAID, sorry.
Quote:
[ 2.849191] clocksource: Switched to clocksource tsc
[ 392.869737] raid6: sse2x1 gen() 8187 MB/s
[ 392.937726] raid6: sse2x1 xor() 6395 MB/s
[ 393.005726] raid6: sse2x2 gen() 10276 MB/s
[ 393.073719] raid6: sse2x2 xor() 7360 MB/s
[ 393.141715] raid6: sse2x4 gen() 11820 MB/s
[ 393.209710] raid6: sse2x4 xor() 8809 MB/s
[ 393.209711] raid6: using algorithm sse2x4 gen() 11820 MB/s
[ 393.209712] raid6: .... xor() 8809 MB/s, rmw enabled
[ 393.209713] raid6: using ssse3x2 recovery algorithm
[ 393.210731] xor: automatically using best checksumming function:
[ 393.249707] avx : 20110.000 MB/sec
[ 393.262481] Btrfs loaded
 
Old 09-09-2016, 06:14 AM   #8
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
This RAID is part of btrfs, how to remove btrfs.
 
Old 09-10-2016, 02:54 PM   #9
jorgespain76
LQ Newbie
 
Registered: Aug 2016
Posts: 3

Original Poster
Rep: Reputation: Disabled
I've tested the two suggested changes: remove BTRFS from the system and install the 4.7 kernel as well, but I got no straight boot yet, the same way as before.

I attach the current dmesg text. For me only to say that looking at messages by the screen when it boots in "recovery mode" the first one after the gap of more than 300 seconds is:"device-mapper:ioctl ... initialized: dm-devel@redhat.com". Don't know if it has something to do on the time waiting.

Thanks to all for the given ideas.
Attached Files
File Type: txt dmesg-output-2.txt (52.0 KB, 13 views)
 
  


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
Mint 17.2 Long boot up time Codar Linux - Desktop 10 12-20-2015 08:16 AM
DHCPREQUEST breaks boot time after update (Linux Mint Debian Edition) Tristann Linux - Networking 1 10-17-2012 09:54 AM
[SOLVED] FIREFOX 8.0 problem in Mint Ubuntu Debian 10.10 and similar distros studpenguin Linux - Software 4 12-08-2011 01:48 PM
[SOLVED] weird networking issues/long boot time after disabling GDM GUI bashFUL Debian 3 10-21-2011 09:39 PM

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

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