installed ubuntu 12.04 unstable beta1 release but no grub at startup

Asked by jagito

Hi there :)
I just installed ubuntu 12.04 alongside with Windows. The first "symptom" was that the installation was done automatically (no chance to tell where to install grub2). After the install no grub menu appears. What can I do?

please take a look at:
http://paste.ubuntu.com/871464/
for volumes config

TIA

Javier

Question information

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

If you hold SHIFT at boot, do you see the Grub menu?

Revision history for this message
jagito (jagitojago) said :
#2

No way, windows boots but no GRUB MENU

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Try changing the boot device to the other drive in yourBIOS.

Revision history for this message
jagito (jagitojago) said :
#4

The only alternatives to boot are from disk (SSD), CDROM or external USB drives.
There is another drive ( 8GB) RAM drive, and it's use for "express cache" only.

Any other idea ?

Thanks

Javier

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

www.omgubuntu.co.uk/2011/09/live-usb-sticking-grub-2-video/

Shows how you can install Grub to the drive and make it bootable

Revision history for this message
jagito (jagitojago) said :
#6

Hi Andrew

I tried it before
and this happened: http://paste.ubuntu.com/871337/

I repair it using "boot-repair", because after "reinstall" grub the "rescue" GUI was there ..............

What's the option "-bind" on command mount really do ?

Javier

Revision history for this message
jagito (jagitojago) said :
#7

Sorry, this is the fisrts one after reinstall grub
http://paste.ubuntu.com/871333/

Javier

Revision history for this message
jagito (jagitojago) said :
#8

And in the case I reinstall it again, which volume must I point for reinstall ?

sudo mount /dev/sda5 /mnt (The volume where ubuntu is installed)
or
sudo mount /dev/sda1 /mnt (The default BOOT partition)

-------------
sudo mount –bind /dev /mnt/dev

sudo mount –bind /proc /mnt/proc
sudo mount –bind /sys /mnt/sys
sudo chroot /mnt
grub-install /dev/sda 1 or 5 ?
CTRL-D
sudo umount /mnt/dev
sudo umount /mnt/proc
sudo umount /mnt/sys
sudo umount /mnt

Revision history for this message
jagito (jagitojago) said :
#9
Revision history for this message
Mahram Z (copolii) said :
#10

Solved?
HOW?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

jagito's conmand put the bootloader on the mbr again. It then redetects OSes and configures Grub.

In future, I suggest you stick to the STABLE releases. Pre-releases are NOT for regular users whom cannot dig themselves out of holes like this one...