4

I installed 12.04 today. I have two hard disks and separate OS. I want to install startupmanager.

I previously installed startupmanager in 11.10 for dual hard disk booting with XP but after 12.04 installation (fresh installation), startupmanager was not found in Software Center.

How do I install startupmanager on 12.04?

Jorge Castro
  • 71,754
siraj
  • 5,307

4 Answers4

10

Startupmanager no longer exists in the 12.04 repositories.

This application has been superseded by much better tools

You can use excellent alternatives (but not in the official repositories):


If you are looking about how to customise certain aspects of grub then there are great questions here on Ask Ubuntu:

  1. Decrease GRUB timeout
  2. How do I set Windows to boot as the default in the boot loader?
  3. GRUB background resolution and text?
  4. Change boot entry names and grub background?
fossfreedom
  • 172,746
3

Yeah, startup manager is removed from official repository of 12.04.

From StartUp-Manager is dead:

So, i have finally come to the decision to officially stop development of this application.

For personal reasons, i have not kept up with Ubuntu much lately. I was meaning to get back to this project someday, even said at one point that there will be a SUM2. Sorry about that, i have realized now that it will not happen.

The decision to make this announcement came today when reading a bug report about some changes with the latest versions of grub. When trying to figure out how to adapt to these changes, i came across another app: Grub Customizer. After testing that app, i realized that updating SUM would just be a duplication of work at this point. So check that app out instead, it seems to work well. Of course, if anyone feel like taking over this project anyway, just contact me.

Thanks all for using and contributing to StartUp-Manager in the past

nanofarad
  • 20,717
Tachyons
  • 17,281
0

How about installing threw grub?

sudo apt-get install startupmanager

Well, I never rely upon software center as it does not list all the packages I wanted. Maybe this link ould help you in either way: https://help.ubuntu.com/community/StartUpManager#Installation_Instructions

ashutosh
  • 1,292
  • some errors on terminalReading package lists... Done Building dependency tree
    Reading state information... Done Package startupmanager is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

    E: Package 'startupmanager' has no installation candidate

    – siraj May 05 '12 at 10:18
  • Link. Go here and choose your version of ubuntu and install the package you want. :) – ashutosh May 05 '12 at 10:21
0

These instructions are simple and works well: HOWTO: Grub Customizer

Eliah Kagan
  • 117,780