Reduce Boot time
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I'm pretty new to Linux and I would be interested in finding ways to reduce the boot time, specially in embedded-related environments.
I've read somewhere of a method to avoid the kernel to load some drivers or modules but I'm completely lost and all the information I find on internet is quite complex and dense.
Could anyone please suggest any book, document, website or point me in the right direction on the general steps needed to achieve this? Maybe I'm wrong and this is nothing to do with the Kernel.
Thanks and sorry for my ignorance!
boot raspberry-pi kernel-modules embedded beagleboneblack
New contributor
Carles is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
2
down vote
favorite
I'm pretty new to Linux and I would be interested in finding ways to reduce the boot time, specially in embedded-related environments.
I've read somewhere of a method to avoid the kernel to load some drivers or modules but I'm completely lost and all the information I find on internet is quite complex and dense.
Could anyone please suggest any book, document, website or point me in the right direction on the general steps needed to achieve this? Maybe I'm wrong and this is nothing to do with the Kernel.
Thanks and sorry for my ignorance!
boot raspberry-pi kernel-modules embedded beagleboneblack
New contributor
Carles is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm pretty new to Linux and I would be interested in finding ways to reduce the boot time, specially in embedded-related environments.
I've read somewhere of a method to avoid the kernel to load some drivers or modules but I'm completely lost and all the information I find on internet is quite complex and dense.
Could anyone please suggest any book, document, website or point me in the right direction on the general steps needed to achieve this? Maybe I'm wrong and this is nothing to do with the Kernel.
Thanks and sorry for my ignorance!
boot raspberry-pi kernel-modules embedded beagleboneblack
New contributor
Carles is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm pretty new to Linux and I would be interested in finding ways to reduce the boot time, specially in embedded-related environments.
I've read somewhere of a method to avoid the kernel to load some drivers or modules but I'm completely lost and all the information I find on internet is quite complex and dense.
Could anyone please suggest any book, document, website or point me in the right direction on the general steps needed to achieve this? Maybe I'm wrong and this is nothing to do with the Kernel.
Thanks and sorry for my ignorance!
boot raspberry-pi kernel-modules embedded beagleboneblack
boot raspberry-pi kernel-modules embedded beagleboneblack
New contributor
Carles is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Carles is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Carles is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 hours ago
Carles
335
335
New contributor
Carles is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Carles is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Carles is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
The arch linux documentation Improving performance/Boot process may help you to learn how to improve the boot performance.
Use systemd-analyze blame
to check the timing for the enabled services, or systemd-analyze critical-chain
to check the critical points then disable the unwanted services through systemctl disable service_name.
or removing the un-necessary programs through apt
.
Thanks! Can this be extrapolated to debian-based systems?
– Carles
1 hour ago
2
@Carles Of course , systemd is introduced in debian starting from Jessie.
– GAD3R
1 hour ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
The arch linux documentation Improving performance/Boot process may help you to learn how to improve the boot performance.
Use systemd-analyze blame
to check the timing for the enabled services, or systemd-analyze critical-chain
to check the critical points then disable the unwanted services through systemctl disable service_name.
or removing the un-necessary programs through apt
.
Thanks! Can this be extrapolated to debian-based systems?
– Carles
1 hour ago
2
@Carles Of course , systemd is introduced in debian starting from Jessie.
– GAD3R
1 hour ago
add a comment |Â
up vote
3
down vote
accepted
The arch linux documentation Improving performance/Boot process may help you to learn how to improve the boot performance.
Use systemd-analyze blame
to check the timing for the enabled services, or systemd-analyze critical-chain
to check the critical points then disable the unwanted services through systemctl disable service_name.
or removing the un-necessary programs through apt
.
Thanks! Can this be extrapolated to debian-based systems?
– Carles
1 hour ago
2
@Carles Of course , systemd is introduced in debian starting from Jessie.
– GAD3R
1 hour ago
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
The arch linux documentation Improving performance/Boot process may help you to learn how to improve the boot performance.
Use systemd-analyze blame
to check the timing for the enabled services, or systemd-analyze critical-chain
to check the critical points then disable the unwanted services through systemctl disable service_name.
or removing the un-necessary programs through apt
.
The arch linux documentation Improving performance/Boot process may help you to learn how to improve the boot performance.
Use systemd-analyze blame
to check the timing for the enabled services, or systemd-analyze critical-chain
to check the critical points then disable the unwanted services through systemctl disable service_name.
or removing the un-necessary programs through apt
.
answered 1 hour ago
GAD3R
23.4k164899
23.4k164899
Thanks! Can this be extrapolated to debian-based systems?
– Carles
1 hour ago
2
@Carles Of course , systemd is introduced in debian starting from Jessie.
– GAD3R
1 hour ago
add a comment |Â
Thanks! Can this be extrapolated to debian-based systems?
– Carles
1 hour ago
2
@Carles Of course , systemd is introduced in debian starting from Jessie.
– GAD3R
1 hour ago
Thanks! Can this be extrapolated to debian-based systems?
– Carles
1 hour ago
Thanks! Can this be extrapolated to debian-based systems?
– Carles
1 hour ago
2
2
@Carles Of course , systemd is introduced in debian starting from Jessie.
– GAD3R
1 hour ago
@Carles Of course , systemd is introduced in debian starting from Jessie.
– GAD3R
1 hour ago
add a comment |Â
Carles is a new contributor. Be nice, and check out our Code of Conduct.
Carles is a new contributor. Be nice, and check out our Code of Conduct.
Carles is a new contributor. Be nice, and check out our Code of Conduct.
Carles is a new contributor. Be nice, and check out our Code of Conduct.
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f475971%2freduce-boot-time%23new-answer', 'question_page');
);
Post as a guest
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
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
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