Find the answer to your Linux question:
Results 1 to 2 of 2
folks i installed open suse 11.0. Every thing was working fine.. Then i committed a very ******** mistake. I tried to allocate some space from my window Partition on linux ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    34

    problem in GRUB OR MBR

    folks i installed open suse 11.0. Every thing was working fine.. Then i committed a very ******** mistake. I tried to allocate some space from my window Partition on linux partition. using YAST.

    Now what happens is, when i boot, Nothing is shown.. no menu.. just black screen.. probably some problem with MBR. I tried to boot with CD in the rescue mode, but in the end, it says "MBR corrupted".

    Interestingly enough, i went on to make a new installation, and instead of choosing "new install", i checked "Upgrade" and guess what? When i booted, my all previous settings+data was there...

    But the worst thing is, that even after doing it, when i rebooted, again, nothing is shown, except the black screen.... so now when i have to use PC,.... i boot with CDROM and upgrade it, use it then do this process again and again....


    Can any one tell?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try to re-install grub. Open Terminal and execute this
    Code:
    su -
    grub
    You will get a grub prompt, grub>
    Execute this:
    Code:
    find /boot/grub/stage1
    If you get "Error 15: File not found", try the following:
    Code:
    find /grub/stage1
    Using this information, set the root device (fill in X,Y with whatever the find command returned):
    Code:
    root (hdX,Y)
    setup (hd0)
    quit
    Reboot machine.
    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
  •  
...