Ubuntu 10.04 with 9.10 Grub

Asked by Luis Aguiar

I have updated 9.10 to 10.04 but the grub still with 9.10 and nothing are working. Please help me!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu grub Edit question
Assignee:
No assignee Edit question
Solved by:
Luis Aguiar
Solved:
Last query:
Last reply:
Revision history for this message
delance (olivier-delance) said :
#1

In a terminal (Applications->Accessories->Terminal), type the following command:
     sudo parted -l
where "-l" is lowercase "L". This will display list of partition.
     grub-install -v
which will display version (0.97 = Legacy, 1.97 & 1.98 = Grub 2)
If you have Grub2, run
     sudo update-grub
which will search again Windows OS, Linux OS and will build grub menu from default file

Revision history for this message
Luis Aguiar (techm3) said :
#2

thanks for your answer delance, but the grub says Ubuntu 9.10 and no OS were loading, when selecting that says: No such device; or something like that... Don't know how but I could login to root access an ran "sudo update-grub" and startx.

everything fine until I restart the computer, the problem still there.

Revision history for this message
delance (olivier-delance) said :
#3

Can you post result of commands:
    sudo parted -l
    grub-install -v
If you are stuck with 9.10 after 10.04 install, we could have to do a fresh install.
If you have Grub legacy, could you post file /boot/grub/menu.lst.
If you have Grub2, could you post file /boot/grub/grub.cfg.

Revision history for this message
delance (olivier-delance) said :
#4

Is your problem solved ? If not I can try to help, else, please, could you mark question "Solved".

Revision history for this message
Luis Aguiar (techm3) said :
#5

I just deleted the Hard Drive an installed Ubuntu only.