Long boot time - is it safe to remove any of these services?
I am using Ubuntu 18.04 (with a custom Plymouth theme), and it takes close to 40 seconds to boot.
The output for systemd-analyze critical-chain graphical.target
is
graphical.target @30.167s
└─udisks2.service @25.905s +4.261s
└─basic.target @25.900s
└─sockets.target @25.900s
└─acpid.socket @25.900s
└─sysinit.target @25.862s
└─systemd-timesyncd.service @25.697s +164ms
└─systemd-tmpfiles-setup.service @25.441s +239ms
└─systemd-journal-flush.service @3.962s +21.478s
└─systemd-journald.service @3.544s +417ms
└─syslog.socket @3.541s
└─system.slice @3.465s
└─-.slice @3.432s
Is it safe to disable the services like udisks2.service
or systemd-journal-flush.service
which take quite long time?
If not, is it possible to reduce there loading time?
I have a PC with an HDD, 4gb ram and quad core Intel i3 processor.
boot systemd services
add a comment |
I am using Ubuntu 18.04 (with a custom Plymouth theme), and it takes close to 40 seconds to boot.
The output for systemd-analyze critical-chain graphical.target
is
graphical.target @30.167s
└─udisks2.service @25.905s +4.261s
└─basic.target @25.900s
└─sockets.target @25.900s
└─acpid.socket @25.900s
└─sysinit.target @25.862s
└─systemd-timesyncd.service @25.697s +164ms
└─systemd-tmpfiles-setup.service @25.441s +239ms
└─systemd-journal-flush.service @3.962s +21.478s
└─systemd-journald.service @3.544s +417ms
└─syslog.socket @3.541s
└─system.slice @3.465s
└─-.slice @3.432s
Is it safe to disable the services like udisks2.service
or systemd-journal-flush.service
which take quite long time?
If not, is it possible to reduce there loading time?
I have a PC with an HDD, 4gb ram and quad core Intel i3 processor.
boot systemd services
40 sec boot time with HDD is about as good as it gets. You can disableudisks2.service
, but it won't make much difference. I order to get faster boot times, you have to get an SSD.
– mikewhatever
Feb 28 at 11:35
systemd-journal-flush.service should not be disabled, right?
– Archisman Panigrahi
Feb 28 at 13:20
add a comment |
I am using Ubuntu 18.04 (with a custom Plymouth theme), and it takes close to 40 seconds to boot.
The output for systemd-analyze critical-chain graphical.target
is
graphical.target @30.167s
└─udisks2.service @25.905s +4.261s
└─basic.target @25.900s
└─sockets.target @25.900s
└─acpid.socket @25.900s
└─sysinit.target @25.862s
└─systemd-timesyncd.service @25.697s +164ms
└─systemd-tmpfiles-setup.service @25.441s +239ms
└─systemd-journal-flush.service @3.962s +21.478s
└─systemd-journald.service @3.544s +417ms
└─syslog.socket @3.541s
└─system.slice @3.465s
└─-.slice @3.432s
Is it safe to disable the services like udisks2.service
or systemd-journal-flush.service
which take quite long time?
If not, is it possible to reduce there loading time?
I have a PC with an HDD, 4gb ram and quad core Intel i3 processor.
boot systemd services
I am using Ubuntu 18.04 (with a custom Plymouth theme), and it takes close to 40 seconds to boot.
The output for systemd-analyze critical-chain graphical.target
is
graphical.target @30.167s
└─udisks2.service @25.905s +4.261s
└─basic.target @25.900s
└─sockets.target @25.900s
└─acpid.socket @25.900s
└─sysinit.target @25.862s
└─systemd-timesyncd.service @25.697s +164ms
└─systemd-tmpfiles-setup.service @25.441s +239ms
└─systemd-journal-flush.service @3.962s +21.478s
└─systemd-journald.service @3.544s +417ms
└─syslog.socket @3.541s
└─system.slice @3.465s
└─-.slice @3.432s
Is it safe to disable the services like udisks2.service
or systemd-journal-flush.service
which take quite long time?
If not, is it possible to reduce there loading time?
I have a PC with an HDD, 4gb ram and quad core Intel i3 processor.
boot systemd services
boot systemd services
edited Feb 28 at 11:33
mikewhatever
24.3k77086
24.3k77086
asked Feb 28 at 10:30
Archisman PanigrahiArchisman Panigrahi
2,33032356
2,33032356
40 sec boot time with HDD is about as good as it gets. You can disableudisks2.service
, but it won't make much difference. I order to get faster boot times, you have to get an SSD.
– mikewhatever
Feb 28 at 11:35
systemd-journal-flush.service should not be disabled, right?
– Archisman Panigrahi
Feb 28 at 13:20
add a comment |
40 sec boot time with HDD is about as good as it gets. You can disableudisks2.service
, but it won't make much difference. I order to get faster boot times, you have to get an SSD.
– mikewhatever
Feb 28 at 11:35
systemd-journal-flush.service should not be disabled, right?
– Archisman Panigrahi
Feb 28 at 13:20
40 sec boot time with HDD is about as good as it gets. You can disable
udisks2.service
, but it won't make much difference. I order to get faster boot times, you have to get an SSD.– mikewhatever
Feb 28 at 11:35
40 sec boot time with HDD is about as good as it gets. You can disable
udisks2.service
, but it won't make much difference. I order to get faster boot times, you have to get an SSD.– mikewhatever
Feb 28 at 11:35
systemd-journal-flush.service should not be disabled, right?
– Archisman Panigrahi
Feb 28 at 13:20
systemd-journal-flush.service should not be disabled, right?
– Archisman Panigrahi
Feb 28 at 13:20
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121933%2flong-boot-time-is-it-safe-to-remove-any-of-these-services%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121933%2flong-boot-time-is-it-safe-to-remove-any-of-these-services%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
40 sec boot time with HDD is about as good as it gets. You can disable
udisks2.service
, but it won't make much difference. I order to get faster boot times, you have to get an SSD.– mikewhatever
Feb 28 at 11:35
systemd-journal-flush.service should not be disabled, right?
– Archisman Panigrahi
Feb 28 at 13:20