LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unable to boot:GNOME related (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-boot-gnome-related-897206/)

samitkumar 08-14-2011 04:56 AM

Unable to boot:GNOME related
 
Hi all
I am currently using ubuntu 10.04 . Everything was ok
with that but now i am facing a problem.As the grub start loading and I select ubuntu for booting it shows a message "GNOME configuration for power manager have not been intsalled correctly,please contact your administrator". Though it asks for password for booting nothing happens then.
How to fix it??

arochester 08-14-2011 06:42 AM

Are you or can you be connected to the Internet? I assume that the computer still goes to a Command Line Interface? Try issuing the command: sudo apt-get install ubuntu-desktop

repo 08-14-2011 06:53 AM

Does the system boot after you give the password?
if yes:
Do you have enough space?
Code:

df -h
try
Code:

sudo dpkg --configure -a
If it doesn't boot, boot from a live CD and see if you have enough free space.

Kind regards

nkd 08-14-2011 08:03 AM

I had a similar problem, and it could be resolved by reinstalling grub2 using a ubuntu live cd.
I would say, please have a look at this link.
hope that helps
regards
nishith

samitkumar 08-14-2011 11:19 AM

@arochester: I do have internet connection ,but the command you specified dosn't work. I ran the command when I opened it in safe mode. Any other way to do it??

@repo : Your suggestions are also not working.


@nkd : I am not having a live cd right now. Could there be any other way to fix it, meanwhile i would arrange a live cd.
but what about my data kept on desktop?

repo 08-14-2011 11:23 AM

Quote:

,but the command you specified dosn't work.I ran the command when I opened it in safe mode
error messages ?
Quote:

@repo : Your suggestions are also not working.
Do you have the output from
Code:

df -h
Quote:

I am not having a live cd right now.
The installation cd should work.

Kind regards

samitkumar 08-14-2011 12:11 PM

@repo: if I run live cd in that case what will happen to my data kept in different drives and
that kept on desktop? I also have windows installed in my laptop. Do i need to install ubuntu again
using live cd or what else i can do?

repo 08-14-2011 12:14 PM

Did you read the link provided in post #4?
As long as you use the CD as a live CD, your data are safe.
How about giving some answers on the questions asked before?

Kind regards

samitkumar 08-14-2011 12:50 PM

@repo : the question related to data was stupid as I asked it without reading the link given to me. two minutes ago
i exactly did as it was given in the link -

Boot up using a ubuntu live CD.
Fire up a terminal.
Check the partition info to ascertain where is the linux distro located:-
sudo fdisk -l
( For this post we will assume the ubuntu install is in /dev/sda6)
Next mount it
sudo mount -t auto /dev/sda6 /mnt
Reinstall GRUB2 using the following command
sudo grub-install --root-directory=/mnt /dev/sda

then i reboot my system and its perfect.
thank you guys for replying.

hey repo special thanks to you.

"problem is solved"

nkd 08-14-2011 01:10 PM

It is nice to know that the blog finally helped someone.
bye
nishith


All times are GMT -5. The time now is 04:21 AM.