How to rename Windows boot menu item?

Asked by Ilya Vassilevsky

Hello.

When installing to HDD, the menu item is always "Unetbootin" regardless of the distro.

How can I make Unetbootin take the title from the distro instead or just set the title manually?

The goal is to show the end user a choice between "Microsoft Windows Something" and "Linux Something".

Question information

Language:
English Edit question
Status:
Solved
For:
UNetbootin Edit question
Assignee:
No assignee Edit question
Solved by:
Geza Kovacs
Solved:
Last query:
Last reply:
Revision history for this message
Best Geza Kovacs (gezakovacs) said :
#1

This unfortunately can't be done programatically, as given an arbitrary file you can't infer what the distribution name is (the entry in the distribution download menu can't be used, as the user may have supplied a disk image instead; the filename can't be used because it may be meaningless; the iso label can't be used because the supplied input doesn't necessarily have to be in iso format).

That said, if you just want to modify the menu name after the install, it should be possible by either editing boot.ini (Windows 2000, XP), or using bcdedit (Windows Vista, 7).

If this is for a mass deployment, however, if you're building a custom UNetbootin version, as described in http://sourceforge.net/apps/trac/unetbootin/wiki/buildcustomversion then changing the branding, which will also change the menu label, is described in the first code example.

Revision history for this message
Ilya Vassilevsky (vassilevsky) said :
#2

OK I understand. I already started configuring my build environment.

Still, if method=distribution and distribution="Something Definite", UNetbootin could use that as the name :)