Hardware - Support > Start up and Shutdown

1 1/2 minutes boot time HELP!

(1/2) > >>

Nenad Randjelovic:
If you don't need bluetooth you could disable the service

--- Code: ---sudo systemctl disable bluetooth.service
--- End code ---

The network could be a slow DHCP request being answered, maybe try setting a static IP?

kat:
None of the "services" that were "suggested above" that you asked about work. I mean, I put in all the commands the person said about vbox, bit it said none were installed.

TheDead:
Have you disabled the vbox services like mentionned?

kat:

  :023: umm still long boot, guys, actually maybe a little better with newer updates.

trinidad:
One and a half minutes is not slow, and your Windows is running a tedious boot services process which continues on well after the GUI appears. Don't be fooled by that. Try logging out of Windows immediately after the GUI comes up. There are several systemd services which you can turn off to speed up Linux boot time, but then you will have to start them after boot.

--- Code: ---sudo systemd-analyze blame

--- End code ---
I should probably add to this that you can get more information from the boot journal. To run it maximize a terminal because the journal will most likely be 800 to 2000 lines in some cases but you will be able to better isolate boot issues. Use up/down arrows on your keyboard to scroll through the messages in the terminal.
--- Code: ---sudo journalctl -b -0
--- End code ---
As far as your question about swap shouldn't make a difference unless you made an error trying to configure swap, or left a swap partition on the drive from a previous installation, but if you did by accident a notice of a running cron job would appear and then a notice of failure to initialize/locate a partition. Also you may be right about network being the issue, but I would also make sure that your system has all the most recent kernel updates first as Ubuntu is in the process of developing some changes to that software.
TC

Navigation

[0] Message Index

[#] Next page

Go to full version