Advertising

Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl

VERY slow startup

Started by doofus, April 28, 2018, 07:21:10 PM

Previous topic - Next topic

doofus

Sparky(Mate) was loading in 40-45 seconds. I installed Debian 9 on a different partition and now it is taking almost 4 minutes for Sparky to load. What to do???
I don't know much but I know what I don't know

seppalta


doofus

I'll try that. Let you know
Thank you for your reply
I don't know much but I know what I don't know

doofus

I don't know much but I know what I don't know

doofus

#4
I surrender - took less time to reinstall Sparky than keep fiddling around. After update/upgrade loaded in 35 seconds. AND I put the desktop and panels back as they were while upgrading was going on.
I don't know much but I know what I don't know

pavroo

Removing the second OS can't help.
The problem is with swap uuid been changed in the first OS (Sparky) during installing the second one (Debian).
The swap uuid has been changed so Sparky has to be set right with new uuid number.

So run Sparky and check your new swap uuid:
sudo blkid | grep swap
Edit fstab:
sudo nano /etc/fstab
and make sure your new swap uuid is placed in the fstab file.
Edit initramfs resume:
sudo nano /etc/initramfs-tools/conf.d/resume
and make sure the new swap uuid is placed inside, such as:
RESUME=UUID=YOUR-NEW-SWAP-UUID-NUMBER
Then:
sudo update-initramfs -u -t -k all
sudo update-grub

Then reboot to check it out.
Nothing is easy as it looks. Danielle Steel
Join #sparkylinux.org at [url="//irc.libera.chat"]irc.libera.chat[/url]

paxmark1

And after you finish the above - whenever it seems a little slow to boot.

systemd-analyze blame

is a quick and dirty way to see what takes up the most time.  Example below is what slows me down the most for boot presently. 
6.542s connman-wait-online.service               
          3.667s libvirtd.service     
          3.411s lvm2-monitor.service       
          3.192s dev-mapper-raunes\x2d\x2dvg\x2droot.device
          2.765s apparmor.service   
          2.038s connman.service           
          1.963s connman-vpn.service
          1.789s networking.service       

Your mileage may vary.  peace out.
Search forum for "More info easier via inxi"    If requested -  no inxi, no help for you by  me.

View the most recent posts on the forum