LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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, 06:08 PM   #181
keithinfrance
LQ Newbie
 
Registered: May 2007
Location: France, Josselin
Distribution: Kanotix,Knoppix,Myrinix
Posts: 9
Blog Entries: 1

Rep: Reputation: 1

Brilliant work here ..... I was trying to help out on the UBUNTU Forum .....

http://ubuntuforums.org/showthread.p...95#post8311095

Great Result .......
 
Old 11-13-2009, 11:45 PM   #182
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Congratulations people. I want to applaud EricTra for his patience and elishac for not giving up.

elishac, if it's solved, please mark your thread as solved using the thread tools just above the first post on a page.
 
Old 11-14-2009, 01:54 PM   #183
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
ok, i did mark it as solved. thanks for your help guys.
could someone care to explain me what didn't work, and what we did to make it work, please?
just so that i know what to do next time.
 
Old 11-14-2009, 02:02 PM   #184
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
Hi elishac,

What's up? Checked everything and found it working again as it should? I hope so.

What happened, in short and simple words, is that your upgrade didn't change the boot manager configuration correctly. As a result of this you were booting with the kernel of Jaunty instead of the one that comes with Karmic.

Apparently a lot of things changed in Karmic, resulting in the fact that various things didn't work anymore after your upgrade. This just because packages and modules and such were upgraded correctly but since you booted into the 'old' kernel were not compatible or recognized by that one.

What you have done yesterday is install the correct version of Grub, the boot manager, then do an upgrade from legacy to change from using menu.lst to grub.cfg. Then you checked what devices could be found by Grub and install the boot manager correctly.

So after doing all that, when you rebooted the correct kernel was loaded, and with that you got all modules, packages, drivers and such recognized and working again.

Kind regards,

Eric
 
Old 11-14-2009, 02:04 PM   #185
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
ok, i did mark it as solved. thanks for your help guys.
could someone care to explain me what didn't work, and what we did to make it work, please?
just so that i know what to do next time.
You're welcome, I'm glad you got it working. Have fun using Linux.

Kind regards,

Eric
 
Old 11-14-2009, 02:37 PM   #186
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
Hello,
thanks for answering.
there are some words i'm not familiar with :
jaunty, karmic, legacy.

so basically, was it my fault, or was it because of the new ubuntu version, or because of another reason?

also, there's something that i don't understand. The window where you can choose which os you want to use seems to be grub, if i understood correctly, which is part of the linux world. it sounds to me like linux is loaded even before i can choose to boot on linux or not. quite contradictory.
shouldn't it be part of the mother board instead?
And what's the link between grub and the things called bios and master boot record?

Last edited by elishac; 11-14-2009 at 02:38 PM.
 
Old 11-14-2009, 02:59 PM   #187
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
Hello,

Jaunty Jackalope is the 'code name' for version 9.04 of Ubuntu, Karmic Koala the one for version 9.10. When referring to legacy in this issue it means that we're upgrading from a 'older', but still in use, system.

It was not your fault as far as I know, it was just the upgrade gone sideways. There have been a lot of errors and issues with this version of Ubuntu. Hence the postings on several forums in regards with problems after an upgrade to Ubuntu 9.10.

The Grub you install is a boot manager. It's just a process that starts before you start into any operating system that you might have on your harddisk(s) in order to give you the choice of which one you want to boot. If you do nothing and wait the first in the list is booted.

The motherboard does nothing in regards to choosing and/or booting an operating system. In the bios you can set which device should be used to boot from (boot order), but that's all you do in that regard. If you set it to harddisk, then the bios connects the harddisk prior to for example the CD drive to look for a bootable system. If a bootable system is encountered the control is passed on. If there's no bootable system on the harddisk then it moves on to the next in line.

You cannot instruct the motherboard nor the bios which operating system to boot, as far as I know.

The master boot record (MBR) is a dedicated space on any harddisk where information in regards to bootable systems is saved. If the bios looks for a bootable device that MBR is read in order to check if there is a bootable operating system located on the harddisk.

The choice you get offered by the grub boot manager happens when you already passed the bios, you're already 'on' the harddrive running the grub process.

Probably someone else can explain it in a lot more accurate and technological terms, but I tried to explain to the best of my knowledge.

Kind regards,

Eric
 
Old 11-14-2009, 03:01 PM   #188
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
You might want to read this one on booting if you want to know more about how exactly it works and the history of it.

Kind regards,

Eric
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 11:30 PM
problem with update.. natarajrhce Linux - Enterprise 1 12-22-2006 11:31 PM
YAST Update problem, won't update anymore sir_shunt SUSE / openSUSE 7 04-11-2006 01:55 PM
I have problem to update with the update function under fedora core 2 babyboss Fedora 4 08-10-2005 08:34 AM
Update Fedora2 using "yum update" problem chinaundead Fedora 9 04-27-2004 10:25 AM

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

All times are GMT -5. The time now is 07:10 AM.

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