PDA

View Full Version : [ubuntu] Not booting into Linux but to Grub



SkinnyMedic
January 5th, 2011, 02:02 AM
After I installed 10.10 to my desktop it will only boot to a grub screen. Any ideas. It appears that it did not install a kernel. I have tried it twice and both times the same thing. I am just clicking on standard install. I formatted entire HD. So I am not trying to dual boot.

garvinrick4
January 5th, 2011, 03:00 AM
# Did you install grub to sda at install?
# In live Cd (Ubuntu install cd and use try ubuntu)
# Open a terminal:

sudo fdisk -l (lower case L)
Now find which sda# is yours.
# I will use sda1 for this:

sudo mount /dev/sda1 /mnt
sudo grub-install --recheck --root-directory=/mnt /dev/sda
sudo umount /mntreboot to HDD

SkinnyMedic
January 5th, 2011, 05:15 AM
Same thing. I have no idea what is wrong. I have install it on my laptop with no problems.

Bucky Ball
January 5th, 2011, 05:19 AM
Installed from the same CD? Maybe give 10.04 LTS a go and see if you have the same problem.

SkinnyMedic
January 5th, 2011, 05:27 AM
Tried that too very confused :-)

wilee-nilee
January 5th, 2011, 05:36 AM
So from a booted live Ubuntu cd or thumbdrive lets see the bootscript read out; in my signature just click on it and follow the instructions. Come back to the thread and click on the # in the reply panel this makes code tags paste all the text in between.

garvinrick4
January 6th, 2011, 09:50 PM
Give post #6 wilee-nilee his boot script only takes a minute and he will give you the
correct procedure to fix boot problems.