This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Slow Boot up

larmannjan

Wed Oct 09, 2013 1:07:16 pm

Hi,
I have 2xSSD, one for windows7 one for Zorin OS. Windows boots up in 13 seconds where zorin takes 20 seconds to boot-up. They are both using the same make and model of the SSD. HOw can I speed up my zorin boot up?

Wolfman

Wed Oct 09, 2013 2:37:43 pm

Hi,

paste this command in a terminal and then start "Startup Applications" and take out the ticks for the things you don't need:

Code:
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop


BE CAREFUL WHAT YOU STOP FROM STARTING!!!!!!!!.

See also:

viewtopic.php?f=6&t=4820#

viewtopic.php?f=6&t=2529

Regards Wolfman :D

Swarfendor437

Wed Oct 09, 2013 7:41:24 pm

You could 'trim' 5 seconds off the GRUB boot menu time of 10 seconds to choose which OS you want to boot into - I don't believe you should go below 5 seconds on a journaling system or you could be asking for trouble! :D

http://linuxpoison.blogspot.co.uk/2010/ ... meout.html

larmannjan

Wed Oct 09, 2013 8:37:15 pm

Swarfendor437, I have already done that. Is it possible that windows can make better use of a SSD than linux can?

Swarfendor437

Wed Oct 09, 2013 9:28:30 pm

I don't know if this no longer applies but I believe you had to 'trim' in GNU/Linux for SSD to work correctly and don't know if ext2 is still necessary (journalling FS e.g., ext3 and ext4 can shorten the life of an SSD).
Did you let Zorin do it's own install or did you personalise it? e.g. /, /home, swap area?

larmannjan

Wed Oct 09, 2013 11:56:31 pm

I set up my partitions manually. There is one root partition on my SSD, no swap. its is in ext4

Swarfendor437

Thu Oct 10, 2013 11:42:58 am