Find the answer to your Linux question:
Results 1 to 5 of 5
Hello, I was a loyal MS fan but now detest their products for creating so much inconvenience to us poor users. I now have fully migrated to RHL but still ...
  1. #1
    Just Joined!
    Join Date
    Jan 2008
    Location
    Bangkok
    Posts
    3

    Help me get back my Grub

    Hello,

    I was a loyal MS fan but now detest their products for creating so much inconvenience to us poor users. I now have fully migrated to RHL but still require to use windows once in a while to edit office documents for proper formatting (OpenOffice and MSoffice still not 100% perfect). I have tried using WINE but have never got it working. Would love to in future.

    Anyway, enough of that.

    My crappy windows bugged out on me with its dumb "your Windows requires activation" notice. So I downloaded a crappy version of WINXP that had been cracked. I burnt this illegal piece of crap to a CD-ROM and booted it and reinstalled the piece of crap over the old version. The piece of crap booted fine. However, the piece of crap put its own crappy boot loader on. No problem I thought, I just need to use FDISK and deactivate the crap partition and activate the RHL partition.

    Nope. Message came back after boot that said no operating system installed. Why that piece of crap!

    I downloaded and booted FC10 Live and took a look at the Linux ext partitions and they were all there and fine with all my data. So the problem is with GRUB.

    So the question is: can anyone tell me how to get back my GRUB so that I can boot my Linux again, and on the rare occassion, access my piece of crap on the other partition.

    FC8 is installed on the existing partition by the way. I am not ready to upgrade to FC10 just yet.

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    You have a couple of options here. You could use the SuperGRUB CD to re-install GRUB. Or you can re-install it with your Fedora 8 DVD. If you can post the output of
    Code:
    fdisk -l
    we'll get you going.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  3. #3
    Just Joined!
    Join Date
    Jan 2008
    Location
    Bangkok
    Posts
    3
    Thanks!

    Will give SuperGRUB a go. Any probs will definitely get back to you!

    Sorry for my Windows rage. I Feel better now.

  4. #4
    Linux Newbie rituraj.goswami's Avatar
    Join Date
    Aug 2008
    Location
    Guwahati
    Posts
    133
    well pop the linux disk and go tothe shell mode of linux. that means in microsft language rescue mode. while you boot the linux disk instead of selecting installing linux select the linux rescue. if you are using red hat type "linux rescue" at the shell. this will get you the shell. do a 'fdisk -l". this will get you the patitions of the hardisk drive. you won't need anything except the nameof the hdd i.e. hda or hdb, sda or sdb, etc. so take that name nad then do "chroot /mnt/sysimage" if you are using redhat and then type "grub-install /dev/XXX" wherein the XXX is the hda orhdb or sda or sdb. if you have any problem post the fdisk -l result andi'll be glad to help.


    well , for opening office download open office. search it in google.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Boot up in Rescue mode using Fedora or RHEL installation CD/DVD. It will drop you at shell prompt. Execute this
    Code:
    chroot /mnt/sysimage
    grub-install /dev/sda
    exit
    exit
    Machine will reboot and GRUB will be back in business.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...