LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-13-2009, 11:25 AM   #91
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297

Ok, sorry for the misunderstanding and missing your statement about the 9.04 version in earlier posts.

After the grub-update command, have you rebooted? And is there a reference to the 9.10 kernel in the screen that gets shown? If so, select that using the arrow keys and hit enter.

If there's no reference to it then we might have to edit the menu.lst file manually.

Kind regards,

Eric
 
Old 11-13-2009, 11:46 AM   #92
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
so, i've just rebooted, as u asked, after typing the 2 commands that you mentionned.
the 3 choices that i'm offered are still the same :
windows
ubuntu 9.04, kernetl 2.6.28-13
ubuntu 9.04, kernetl 2.6.28-13 (recovery mode)
 
Old 11-13-2009, 11:51 AM   #93
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
there are quite a large numbers of lines that are written when i start the computer.
a few of them are displayed somehow differently though.
they disappear too fast, and i can't read them (maybe there's a log of this that can be accessed?)
it starts with "one of the mounts listed in etc/... cannot yet be mounted ..."
 
Old 11-13-2009, 12:06 PM   #94
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Right, bad luck again. Ultimate step that I encountered on the Ubuntu forum. I really hope this one works out because I'm at the end of the road. Cannot think on anything else you could do besides reinstalling from scratch if this doesn't work. Maybe there's a Ubuntu Guru here on the forum that can help you out if this doesn't solve the problem.

Check first what version of grub you have installed with
Code:
sudo grub-install -v
Read carefully and follow the steps as indicated.

Quote:
If you have any problems with upgrading Grub Legacy to Grub 2 from Jaunty to Karmic, follow this bug post... https://bugs.launchpad.net/ubuntu/+s...b2/+bug/386789

Open a Terminal

Code:
sudo apt-get install grub2
Select OK from grub-pc configuration

Select Chainload from menu.lst YES

At the linux command line, press ENTER

NOTE: This is only temporary, you must make the changes permanent by doing this...

Type, in a terminal

Code:
sudo upgrade-from-grub-legacy
GRUB 2 will then show you where it's booting from.

NB! You have to use the spacebar to mark the choice here. DO NOT go on without doing this. It WILL result in your system showing error 15 and being unable to even show a boot menu. If you are running a dual boot system with WindowsXP or Vista, you might have to do additional fixes after upgrading to get it to work.


If this has already happened to you you can fix this by following the directions in the Error 15 section on this page.

On my test system it displayed (hd0) /dev/sda but this might differ on your system. If this is incorrect, you must edit /boot/grub/device.map to match your system and then run

Code:
sudo grub-install
GRUB 2 should be fully installed, with GRUB legacy removed, and it's configuration files backed up. GRUB legacy configuration files are located in /boot/grub and are named menu.lst*

You can confirm the version you are installing at any time with:

Code:
grub-install -v
Kind regards,

Eric
 
Old 11-13-2009, 12:10 PM   #95
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
when i write sudo grub-install -v, nothing happens...
consequently, i didn't even read the second part of your post
 
Old 11-13-2009, 12:12 PM   #96
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by elishac View Post
when i write sudo grub-install -v, nothing happens...
consequently, i didn't even read the second part of your post
Could you go to a terminal window, outside of the GUI? Type CTRL-ALT-F1 to go to the non-graphical login. Login as root with the root password and try again please. But when typing the commands you don't have to type the 'sudo' just what's after it. Since you'll be logged in as root already you don't need to 'sudo'.

Kind regards,

Eric

Last edited by EricTRA; 11-13-2009 at 12:13 PM.
 
Old 11-13-2009, 12:14 PM   #97
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
i typed ctrl+alt+f1, and i got a very weird screen that already happened to me before (i'm not sure whether i discussed about it in this forum or another) :
the screen is black and sometimes gets white/grey for a fraction of a second, which makes it look like flashes. also, in the very top of the screen, it seems there are words being written sometimes.
 
Old 11-13-2009, 12:15 PM   #98
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
i typed ctrl alt f7 and i got back to the ubuntu desktop
 
Old 11-13-2009, 12:16 PM   #99
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
i typed ctrl+alt+f2 instead. it's asking me to login.
the screen doesn't flash anymore.
 
Old 11-13-2009, 12:18 PM   #100
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
i wrote sudo grub-install -v.
it answered grub-install (GNU GRUB 0.97)
what should i do now?

Last edited by elishac; 11-13-2009 at 12:20 PM.
 
Old 11-13-2009, 12:22 PM   #101
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Great, you did login as root right? If you did then perform the commands as posted in the quoted 'large' post but without the sudo in front of it. That shouldn't be necessary. Post the results please.

Kind regards,

Eric
 
Old 11-13-2009, 12:39 PM   #102
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
actually i didn't login as an administrator
i typed sudo apt-get install grub2.
the answer was ;
reading package list done
making the dependance tree done
reading states infos done
the following packages have been installed automatically and are no longer necessary
stardict-common mueller7-dict libpcmanx-core0 stardict binutils-static
starddict-plugin-festival stardict-plugin-espeak pcmanx-gtk2 stardict-gtl
langugage-pack-zh-base language-pack gnome-zh-base libestools1.2
language-pack-kde-zh-base stardinct-plguin
please use "apt-get autoremove" to delte them
the additional following packages will be installed :
grub-pc
packages suggested :
desktop-base
the following packages will be DELEYED :
grub
the NEW packages that follow will be installed :
grub-pc grub2
0 updates, 2 new installed, 1 to suppres and 0 nonupdates.
it is necessary to take 436ko in the archives.
after this operation, 1077 kos of additional disk space will be used.
would you like to continue [y/n] ?







shall i write Y?
 
Old 11-13-2009, 12:45 PM   #103
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Type
Code:
y
followed by enter.

and then continue with the rest of the commands after that's finished.
I'm keeping my fingers crossed!!


Kind regards,

Eric
 
Old 11-13-2009, 12:50 PM   #104
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
i typed y.
the answer was
err http://... can't solve "fr.archive.ubuntu.com"
-------------> (btw, remember that i think i dont have internet, i dont know if this has anything to do with it)
err http://... can't solve "fr.archive.ubuntu.com"
impossible to reoover http://... can't solve "fr.archive.ubuntu.com"
impossible to reoover http://... can't solve "fr.archive.ubuntu.com"
E: impossible to recover several archives, maybe you should launch apt-get update or try with --fix-missing?


what should i do now
 
Old 11-13-2009, 01:00 PM   #105
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Triple sh***t, I'm sorry, I forgot all about you not having internet on that machine. Appears that first we'll have to get your internet up and running before you can do the necessary. Is your laptop connected by cable or do you have that possibility? Cable is easier than wireless at this moment and on the console level.

Kind regards,

Eric
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with update divnypatron Ubuntu 3 06-27-2007 10:30 PM
problem with update.. natarajrhce Linux - Enterprise 1 12-22-2006 10:31 PM
YAST Update problem, won't update anymore sir_shunt SUSE / openSUSE 7 04-11-2006 12:55 PM
I have problem to update with the update function under fedora core 2 babyboss Fedora 4 08-10-2005 07:34 AM
Update Fedora2 using "yum update" problem chinaundead Fedora 9 04-27-2004 09:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration