To configure a dual boot, you need to edit the menu.lst from the grub. this file is missing in Ubuntu 9.10. is there any other way to configure the boot menu?? i tried the steps mentioned in the documentation to configure n change the default oprating system

Asked by mev9669

Binary package hint: ubuntu-docs

the file menu.lst could not be found

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu ubuntu-docs Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

it uises grub2 which doesnt use menu.lst

It uses scripts and files to generate /boot/grub/grub.cfg

You can manually edit the file but next time update-grub is ran the changes will be lost so you need to add the changes properly in grub so they are persisitant

This will help:
https://wiki.ubuntu.com/Grub2

Its a bit hard to get your head around but you'll get it eventually

Revision history for this message
Johan van der Lingen (johanlingen-hotmail) said :
#2

Do I understand correctly that both installations are correctly recognized by GRUB but that you only want to change the order of preference?

You can do this by editing /etc/default/grub
Change the line:
GRUB_DEFAULT=0

and replace 0 with n-1 (where n is the row in which your preferred boot entry is)

If you really need to add entries, you would have to edit /etc/grub.d/40_custom, but for actual code... please follow the mentioned manual :-)

Revision history for this message
Johan van der Lingen (johanlingen-hotmail) said :
#3

Do I understand correctly that both installations are correctly recognized by GRUB but that you only want to change the order of preference?

You can do this by editing /etc/default/grub
Change the line:
GRUB_DEFAULT=0

and replace 0 with n-1 (where n is the row in which your preferred boot entry is)

If you really need to add entries, you would have to edit /etc/grub.d/40_custom, but for actual code... please follow the mentioned manual :-)

Can you help with this problem?

Provide an answer of your own, or ask mev9669 for more information if necessary.

To post a message you must log in.