Announcement

Collapse
No announcement yet.

Fresh 18.04 64Bit Install - Slower Than Normal Boot Time?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Fresh 18.04 64Bit Install - Slower Than Normal Boot Time?

    Hi,

    My previous motherboard died, so I bought a new different motherboard and installed it.
    I then did a fresh install of Kubuntu 18.04 64Bit LTS.
    Boot times seem slower than what I remember?

    System specs:
    - 750watt PSU
    - Gigabyte GA-970A-DS3P (rev. 2.0) Motherboard
    - AMD FX 3.5GHz 8-Core CPU
    - 32GB DDR3 RAM Memory
    - nVidia GeForce GTX 970 4GB GDDR5 GPU
    - Western Digital 1TB Hard Disk Drive

    Is there a log file somewhere where I can see why the OS is booting so slowly?
    Thanks!

    Jesse

    EDIT 1: "systemd-analyze blame"
    Code:
    jlp@SuperFastDesktop:~$ systemd-analyze blame
         28.712s configure-printer@usb-008-006.service
         24.269s systemd-journal-flush.service
         21.900s dev-mapper-kubuntu\x2d\x2dvg\x2droot.device
         17.147s ufw.service
         15.601s mpd.service
         14.363s systemd-udevd.service
         13.339s tor@default.service
         12.695s lvm2-monitor.service
          8.267s NetworkManager-wait-online.service
          7.777s udisks2.service
          7.148s NetworkManager.service
          6.804s networkd-dispatcher.service
          6.229s snapd.service
          4.661s keyboard-setup.service
          4.514s accounts-daemon.service
          4.494s wpa_supplicant.service
          4.433s ModemManager.service
          4.169s vboxdrv.service
          3.023s thermald.service
          2.538s systemd-modules-load.service
          2.347s grub-common.service
          2.122s systemd-sysctl.service
          1.918s systemd-tmpfiles-setup-dev.service
          1.908s bluetooth.service
          1.692s avahi-daemon.service
          1.657s systemd-logind.service
          1.505s snapd.seeded.service
          1.375s systemd-random-seed.service
          1.168s polkit.service
    Last edited by JeZ-l-Lee; Mar 22, 2019, 02:52 PM.

    #2
    I had the same problem. The solution is here: https://askubuntu.com/questions/1030...n-ubuntu-18-04

    Comment


      #3
      Hi,

      Which of those fixed the slow boot issue?
      I tried "noresume" boot perimeter but there was no improvement.
      Thanks!

      Jesse

      Comment


        #4
        Well, since I can't attach an image file...
        1. Edit the file /etc/default/grub file so that the string noresume is included in the GRUB_CMDLINE_LINUX_DEFAULT line, for example:
        GRUB_CMDLINE_LINUX_DEFAULT="quiet splash noresume"

        • Run this command to update GRUB:
          sudo update-grub

        • Reboot the computer


        My desktop load time went from about 60 seconds to about 10 seconds.

        I see you're using a HDD. You have my sympathies.

        Comment


          #5
          Thanks for the reply, but I tried "noresume" already with no improvement in boot time.
          Any other ideas?
          Thanks!

          Comment


            #6
            My boot time a is also abysmal, and has become more so over the past few LTS releases (the only ones I do). So since I boot once a day, ijust do something else until the computer decides it's ready.

            I recently bought a couple of SSDs, at least one of those will become my new boot drive. I suspect.hope for reduced boot time.
            The next brick house on the left
            Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.24.7 | Kubuntu 22.04.4 | 6.5.0-18-generic

            Comment


              #7
              I've got a couple computers here all running Kubuntu 18.04 64Bit LTS.
              (none except this one have the long boot time)

              I suspect the new motherboard I am running: Gigabyte GA-970A-DS3P (rev. 2.0).
              There is a problem with USB/NIC on this board with *ubuntu 18.04 which is solved by doing the following:
              1. Enable "iommu" in the BIOS and save and reboot
              2. In terminal, type: "sudo nano /etc/default/grub"
              3. Add: "iommu=soft" to end of: GRUB_CMDLINE_LINUX "..." and save changes
              4. Run "sudo update-grub" in terminal
              5. Reboot
              6. In BIOS, disable "iommu", save and reboot

              Hopefully someone knows how to fix this?
              Thanks!

              Jesse

              Comment


                #8
                Just to note: I am running default 4.15.0-46-generic kernel

                Comment

                Working...
                X