PDA

View Full Version : [ubuntu] Installed Lucid Lynx but it won't boot up. Getting error 2 message?



Macfunky
May 21st, 2010, 09:23 AM
I have just installed Lucid Lynx as after a live run of it i thought it was about time to upgrade. Everything ran smoothly in the live version so i backed up my files and installed it. When i went to boot i get this -

Grub loading, please wait ...
Error 2

The strange thing is it seems to be specific to the computer. I have an older, lower speced desktop, computer that i tried the hard drive in and it worked fine. Problem is its too low speced for what i want so it seems the install went ok but its something with the computer? Anyone know what could be happening and be able to help me to be able to boot into the install?

byStanderone
May 21st, 2010, 01:21 PM
...seems like you have to reinstall grub:
-boot from your live cd

-determine where your system is installed, either by using fdisk -l
or blkid on a terminal, or gparted if you want (might be sda1,or sda5,..defends where you've installed it)

-mount that partition: sudo mount /dev/sda5 /mnt (use yours instead of sda5)

reinstall grub: sudo grub-install --root-directory=/mnt /dev/sda
(again use yours,w/o the number)

-unmount the partition: sudo umount /mnt

-reboot

Macfunky
May 21st, 2010, 01:36 PM
Thanks for the help but i am a newbie. Could you break it down into easier to understand steps and i will give it a go. Also why would i lose grub? Is grub not installed with the operating system as well?

Macfunky
May 21st, 2010, 02:14 PM
Ok Gparted told me that it is installed on sda1. I tried to mount that partition but it won't mount. Output -

ubuntu@ubuntu:~$ sudo mount/dev/sda1/mnt
sudo: mount/dev/sda1/mnt: command not found

Just noticed that my drive isn't even showing up in Places. Whats going on?

byStanderone
May 21st, 2010, 02:41 PM
...u got to have spaces on the syntax: sudo mount /dev/sda1 /mnt

copy the command line and paste it on the terminal....

paulb42
May 21st, 2010, 02:41 PM
I think you left out some spaces

sudo mount /dev/sda1 /mnt

byStanderone
May 21st, 2010, 02:50 PM
...grub is there actually but it is being pointed to a different direction, the reason why you are not able to boot...there are other ways in solvingthe problem...but i guess that would be complicated for you at the moment, but later as you go along you'd be doing fine.

Macfunky
May 21st, 2010, 03:00 PM
If there is something wrong with grub then why is the hard drive loading up into ubuntu fine on my other computer? Also why isn't it mounting the partition when the terminal and gparted picked up on it fine? Also seeing as the other computer is working with the hard drive would it work if i re-installed grub on that computer?

Macfunky
May 21st, 2010, 03:03 PM
Ok i got this message and i'm not sure what to do -

ubuntu@ubuntu:~$ sudo grub-install --root-directory=/mnt /dev/sda1
/usr/sbin/grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea..
/usr/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and its use is discouraged..
/usr/sbin/grub-setup: error: if you really want blocklists, use --force.

byStanderone
May 22nd, 2010, 03:17 AM
...ok, disregard the infos i posted...will review your post, seems your setup is different than what i thought. hold on.

byStanderone
May 22nd, 2010, 03:53 AM
...for the meantime, would you post some more infos about your desktop, like if you are dual booting with what 'os' and other specs bout your box if possible....

Macfunky
May 27th, 2010, 06:10 PM
Bump. . .

Anyone able to help me out with this? Still haven't figured out what is up