Another good way to speed up the boot time of Ubuntu.

My Ubuntu 18.04 system was taking a long time to boot, but I have analyzed the problem with Systemd and now it should boot faster. Run this command to see which service takes the longest at boot time. 4.4 Thu Oct 17 jason@Yog-Sothoth 0: $ systemd-analyze blame | head -n…

Read More

How to optimize boot up times on Ubuntu 18.04.

There are quite a few services running on Ubuntu, they can slow down bootup times and be very annoying. One of the best ways to find out which is to use this command. The systemd-analyze blame command. This will print out a list of the services started on boot. Here…

Read More

Get the startup time of your Linux machine with systemd.

The systemd-analyze command will print the time taken for the system to boot up. This separates the time for the kernel and the userspace environment. root@darkstar:~# systemd-analyze Startup finished in 4.728s (kernel) + 28.339s (userspace) = 33.068sroot@darkstar:~# systemd-analyze Startup finished in 4.728s (kernel) + 28.339s (userspace) = 33.068s This command…

Read More

How to get to safe mode in Windows 8 Pro final release.

This is not really applicable to Linux, but I am running Windows 8 Pro dual booted with Linux Mint 14 and I encountered a bug that stopped Windows 8 from fully starting up. I found out that if you press the F5 key just after booting Windows 8 you will…

Read More

Re-installing the Grand Unified Boot loader (GRUB2) in Linux Mint 13.

I recently installed Ubuntu 11.10 on my computer, triple-booting with Linux Mint 12 and Linux Mint 13, this overwrote my boot-loader for my Linux Mint 13 installation. Therefore, after booting into my Linux Mint 13 distribution I re-installed the boot-loader using the command-line. Using the grub-install command to re-install the…

Read More

Redmond still pursuing UEFI secure boot.

Redmond are at it again. They are still planning to use UEFI secure boot to lock down ARM powered devices and prevent them from booting, or even allowing the installation of Linux or UNIX based operating systems. This is part of a plan by Microsoft to block the installation of…

Read More