Dual Boot Problem
Ralf Mardorf
ralf.mardorf at alice-dsl.net
Sat Nov 6 05:36:47 GMT 2010
On Fri, 2010-11-05 at 20:16 -0400, Ronan Jouchet wrote:
> Hello Mischa,
>
> The menu may be hidden. Try hitting/holding shift during the boot
> process, this could make the GRUB menu appear.
>
> Then, to solve the problem and change which system booted by default,
> 1. Have a look at https://help.ubuntu.com/community/GrubHowto and
> https://help.ubuntu.com/community/Grub2 . From your description, you
> should have Grub1, but be sure of it.
> 2. Then depending on your Grub version you'll have to adjust a
> menu.lst or a grub.cfg and run some grub-update like commands. Again,
> see the wiki which has detailed instructions.
>
> Tell us whether this helped and if you have additional questions. Also
> for such issues, IRC can be a great place for more interactive help, in
> #ubuntu or #ubuntustudio on irc.freenode.net . Good luck!
>
> Ronan
IOW take a look at the path '/boot/grub/'. There should be a menu.lst or
a grub.cfg.
If you're using GRUB2, as I unfortunately do, you should change /usr/sbin/update-grub to (something similar) as ...
#!/bin/sh -e
exec grub-mkconfig -o /boot/grub/grub.cfg_$(date +"%b-%d-%Y_%H-%M-%S")
"$@"
... if you don't do it, resp. you try to follow the idea of GRUB2 to use
all those 'special' files, you won't be able to configure and keep your
personal, customised menu.
Please post your /boot/grub/menu.lst or your /boot/grub/grub.cfg.
2 Cents,
Ralf
>
> On 10-11-05 08:27 AM, mischa falkenburg wrote:
> > Hello All,
> >
> > I had a "cobbled together" box that has been running Xubuntu 8.04.1 just
> > fine.
> > The hard drive is large enough that I tried to install UbuStu 10.04
> > .iso...install went "flawlessly", meaning that 10.04 detected the 8.04
> > system and that there should be no problem with the MBR.
> > Upon reboot Grub initializes but goes directly to the 8.04 instead of
> > showing my a choice between the two.
> > Is there some file I need to modify, or what?
> >
> > Thanks-in-advance,
> >
> > Mischa
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/ubuntu-studio-users/attachments/20101106/00fcb100/attachment-0001.htm
More information about the Ubuntu-Studio-users
mailing list