Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

reactivate ubuntu 8.04 ?

 
   Soft32 Home -> Linux -> Setup RSS
Next:  Time for another boycott - Tuxera signs up with M..  
Author Message
Sydney

External


Since: Aug 26, 2009
Posts: 6



(Msg. 1) Posted: Wed Aug 26, 2009 9:57 am
Post subject: reactivate ubuntu 8.04 ?
Archived from groups: comp>os>linux>setup (more info?)

Hi There
I had a PC with Windows XP and ubuntu 8.04 . I had to repare win xp with the
original CD-ROM.
Now Ubuntu is gone although I see its partition with Partition Magic as well
as the swap partition.
Is there a way to reactivate ?
Back to top
Login to vote
Baho Utot

External


Since: Aug 22, 2009
Posts: 6



(Msg. 2) Posted: Wed Aug 26, 2009 9:57 am
Post subject: Re: reactivate ubuntu 8.04 ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 26 Aug 2009 09:57:00 +0200, Sydney wrote:

> Hi There
> I had a PC with Windows XP and ubuntu 8.04 . I had to repare win xp with
> the original CD-ROM.
> Now Ubuntu is gone although I see its partition with Partition Magic as
> well as the swap partition.
> Is there a way to reactivate ?

google grub install
Back to top
Login to vote
Nico Kadel-Garcia

External


Since: Nov 04, 2008
Posts: 41



(Msg. 3) Posted: Wed Aug 26, 2009 9:57 am
Post subject: Re: reactivate ubuntu 8.04 ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Aug 26, 5:03 am, Andrew Halliwell <spi... DeleteThis @ponder.sky.com> wrote:
> Sydney <kay... DeleteThis @free.fr> wrote:
> > Hi There
> > I had a PC with Windows XP and ubuntu 8.04 . I had to repare win xp with the
> > original CD-ROM.
> > Now Ubuntu is gone although I see its partition with Partition Magic as well
> > as the swap partition.
> > Is there a way to reactivate ?
>
> Boot up from a linux cd and (at the command line as root or via sudo)
> run grub-install
>
> The problem is, microsoft deliberately sets up their piles of junk to nuke
> any bootloader other than their own.
>
> It's sabotage really. Deliberate and premeditated.
>
> Trouble is no-one calls them on it, it'd be an interesting lawsuit.

It's actually a standard practice by most OS installers, and has been
for years. Graceful dual-boot systems are a relatively new concept,
and it's understandable (though lamentable) that Windows cannot be
bothered to detect and leave alone your old one.

And by the way. 'grub-install' usually requires an option, a location
to install the boot loader. In most modern systems the command is:

> grub-install /dev/sda

But it may vary depending on where you put or want your boot loader,
and it certainly will *not* operate from a linux CD environment
without the Linux client operating system mounted and having done a
chroot to it, typically with this command under RHEL or Fedora:

> chroot /mnt/sysimage

Once you've done this, you should be able to review the contents of /
etc/grub.conf or /boot/grub/menu.conf to see what the settings are
currently and whether anything needs changing. Do feel free to boot
with a CD, save the contents of this file somewhere, and post them if
you need more help.
Back to top
Login to vote
Nathan Keel

External


Since: Apr 30, 2009
Posts: 17



(Msg. 4) Posted: Wed Aug 26, 2009 9:57 am
Post subject: Re: reactivate ubuntu 8.04 ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sydney wrote:

> Hi There
> I had a PC with Windows XP and ubuntu 8.04 . I had to repare win xp
> with the original CD-ROM.
> Now Ubuntu is gone although I see its partition with Partition Magic
> as well as the swap partition.
> Is there a way to reactivate ?

Your MBR was hosed. Recreate it.
Back to top
Login to vote
The Natural Philosopher

External


Since: Apr 15, 2009
Posts: 97



(Msg. 5) Posted: Wed Aug 26, 2009 10:34 am
Post subject: Re: reactivate ubuntu 8.04 ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Baho Utot wrote:
> On Wed, 26 Aug 2009 09:57:00 +0200, Sydney wrote:
>
>> Hi There
>> I had a PC with Windows XP and ubuntu 8.04 . I had to repare win xp with
>> the original CD-ROM.
>> Now Ubuntu is gone although I see its partition with Partition Magic as
>> well as the swap partition.
>> Is there a way to reactivate ?
>
> google grub install
yeah. Windoze has blatted the boot system. Restore it and all will be well.
Back to top
Login to vote
Ryan McCoskrie

External


Since: Sep 02, 2009
Posts: 2



(Msg. 6) Posted: Wed Sep 02, 2009 10:43 pm
Post subject: Re: reactivate ubuntu 8.04 ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Baho Utot wrote:

> On Wed, 26 Aug 2009 09:57:00 +0200, Sydney wrote:
>
>> Hi There
>> I had a PC with Windows XP and ubuntu 8.04 . I had to repare win xp with
>> the original CD-ROM.
>> Now Ubuntu is gone although I see its partition with Partition Magic as
>> well as the swap partition.
>> Is there a way to reactivate ?
>
> google grub install

Better yet boot from your Ubuntu disk, open your terminal
and type in:
> man sudo
followed by
> man grub-install
and finally
> ls /dev/sd??

Those three commands should tell you everything you need to know.
Back to top
Login to vote
Lawrence Houston

External


Since: Sep 03, 2009
Posts: 1



(Msg. 7) Posted: Thu Sep 03, 2009 1:20 pm
Post subject: Re: reactivate ubuntu 8.04 ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sydney <kayzen.DeleteThis@free.fr> wrote:
: Hi There
: I had a PC with Windows XP and ubuntu 8.04 . I had to repare win xp with the
: original CD-ROM.
: Now Ubuntu is gone although I see its partition with Partition Magic as well
: as the swap partition.
: Is there a way to reactivate ?

Although running grub-install after booting the Ubuntu Desktop CD into
"Live Mode" is one option, I prefer using the "Rescue Mode" on Ubuntu's
Alternate CD... After selecting the Root Partition there should be an
Option:

Reinstall GRUB Boot Loader

Which can restore GRUB to your Boot Disk's MBR, which the Windows XP
Restore Function has over written with its own Boot Loader...

Lawrence Houston -- (ubuntu@greenfield.dyndns.org)
Back to top
Login to vote
Sydney

External


Since: Aug 26, 2009
Posts: 6



(Msg. 8) Posted: Sat Sep 05, 2009 5:20 am
Post subject: Re: reactivate ubuntu 8.04 ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Lawrence Houston" <houston RemoveThis @greenfield.dyndns.org> a écrit dans le message
de news: h7ovse$5un$1@news.eternal-september.org...
> Sydney <kayzen RemoveThis @free.fr> wrote:
> : Hi There
> : I had a PC with Windows XP and ubuntu 8.04 . I had to repare win xp with
> the
> : original CD-ROM.
> : Now Ubuntu is gone although I see its partition with Partition Magic as
> well
> : as the swap partition.
> : Is there a way to reactivate ?
>
> Although running grub-install after booting the Ubuntu Desktop CD into
> "Live Mode" is one option, I prefer using the "Rescue Mode" on Ubuntu's
> Alternate CD... After selecting the Root Partition there should be an
> Option:
>
> Reinstall GRUB Boot Loader
>
> Which can restore GRUB to your Boot Disk's MBR, which the Windows XP
> Restore Function has over written with its own Boot Loader...
>
> Lawrence Houston -- (ubuntu@greenfield.dyndns.org)

For the time being, most of what was said about my problem is above my
knowledge in Ubuntu.
So I reinstalled with the original CD and I have recovered the grubb (Is
this correctly said ?) and my original 7.10 updated to 8.04 2.6 24 16
Ubuntu system.
In addition I have in the start up screen Ubuntu 7.10 2.6 22 14from the CD
disc w/o update and
8.04 2.6 22 14 .
Question How do I get ride of that ?
thanks a lot
Back to top
Login to vote
The Natural Philosopher

External


Since: Apr 15, 2009
Posts: 97



(Msg. 9) Posted: Sat Sep 05, 2009 7:20 am
Post subject: Re: reactivate ubuntu 8.04 ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sydney wrote:
> "Lawrence Houston" <houston DeleteThis @greenfield.dyndns.org> a å¶°rit dans le message
> de news: h7ovse$5un$1@news.eternal-september.org...
>> Sydney <kayzen DeleteThis @free.fr> wrote:
>> : Hi There
>> : I had a PC with Windows XP and ubuntu 8.04 . I had to repare win xp with
>> the
>> : original CD-ROM.
>> : Now Ubuntu is gone although I see its partition with Partition Magic as
>> well
>> : as the swap partition.
>> : Is there a way to reactivate ?
>>
>> Although running grub-install after booting the Ubuntu Desktop CD into
>> "Live Mode" is one option, I prefer using the "Rescue Mode" on Ubuntu's
>> Alternate CD... After selecting the Root Partition there should be an
>> Option:
>>
>> Reinstall GRUB Boot Loader
>>
>> Which can restore GRUB to your Boot Disk's MBR, which the Windows XP
>> Restore Function has over written with its own Boot Loader...
>>
>> Lawrence Houston -- (ubuntu@greenfield.dyndns.org)
>
> For the time being, most of what was said about my problem is above my
> knowledge in Ubuntu.
> So I reinstalled with the original CD and I have recovered the grubb (Is
> this correctly said ?) and my original 7.10 updated to 8.04 2.6 24 16
> Ubuntu system.
> In addition I have in the start up screen Ubuntu 7.10 2.6 22 14from the CD
> disc w/o update and
> 8.04 2.6 22 14 .
> Question How do I get ride of that ?
> thanks a lot
>
>
Google purge old kernels grub
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Problems with fonts rendering under ubuntu feisty ?! - hello my laptop mount an ATI mobility radeon 9700 , my screen resolution is 1280x800 I trying to set the correct..

Using VMWare to boot linux patition. - Hi, I regularly switch between winxp pro and mandrake 10.2. Lately this has become a bit of a pain so I looked into..

The out-of-memory killer. - What can a process do to insure that it is the process which dies when the system runs out of memory. (This is as..

Questions about Ubuntu - Hi everybody, here are some questions for all candidates. They are related to the Debian-Ubuntu cooperation. (If you'r...

Ubuntu patch sync for 2.6.20 - This is a set of patches from the Ubuntu tree that seemed suitable for upstream sync. [PATCH 1/4] [x86] Add command..

reg: modules make in Ubuntu - make[1]: Entering directory `/usr/src/linux-headers-2.6.20-15-generic' CHK include/linux/version.h CHK ..
       Soft32 Home -> Linux -> Setup All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]