How to installation startup-manager on Ubuntu 13.10?

I want to install startup-manager on Ubuntu 13.10. I want to enable an older kernel, to see installed services, etc.

I typed the code sudo apt-get install startup-manager but I get the following message:

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package startup-manager
1

1 Answer

startup-manager is no longer available in Ubuntu 13.10

Try Grub Customizer

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like