Results 1 to 4 of 4

Thread: Damaged Linux Boot Partition

  1. #1
    Join Date
    Feb 2009
    Posts
    29

    Damaged Linux Boot Partition

    Hello to all,

    i Have A Dell computer With Windows xp , Recently i Created an another partition on my pc and installed Kubuntu Linux on it .Both Work Normally in Dual Boot with Each other ,Until yesterday , When i Was playing a bit with Acronis Disk Director Suite, i Did Something Bizzare Happen and my Pc Suddenly Restarted and after it is not recognizing the linux partition ,Now My Pc Do Not Work in Dual Boot ,Although With tools like Paragon Partition Magic or any other Partition software The partition is Detected where Linux resides.
    please Tell me How can i Solve this problem Thanks in advance for your Suggestion

  2. #2
    Join Date
    Nov 2005
    Posts
    1,203

    Re: Damaged Linux Boot Partition

    hello , You Can Use HDHacker HDHacker is a stand-alone micro-util that saves, visualizes, restores the MBR (from a physical drive), the BootSector (from a logical drive) or any sector from a disk too. It can be used, for example, to save and restore a particular boot manager (as LILO, for example) in case of a Windows new setup (that, obviously, overwrites it). An MBR and BootSector backup can also be useful for simple precautionary purposes too, in fact sometimes viruses or other SO (Linux) setup could overwrite them and/or alter them, so it is impossible to start up previous SO and/or have access to datas stored on the disk.

  3. #3
    Join Date
    Nov 2005
    Posts
    3,026

    Re: Damaged Linux Boot Partition

    Hello ,
    Start a linux live CD, Knoppix or better you Use same cd of Kubuntu, and root from the terminal command:
    # Grub-install / dev / hda

    assuming that the boot loader was installed in MBR of the first hard disk (hda)

  4. #4
    Join Date
    Apr 2008
    Posts
    3,295

    Re: Damaged Linux Boot Partition

    Hello , You Have to First the Anaylze the partition Using a live Cd , You have to boot from LiveCD and then After initiliaze the terminal. Run fdisk -l to get your partition table, and then run e2fsck on /dev/hdx# (corresponding to hour HDD (hda, hdb, etc) and the partition number (hda1, hda2, etc).Before you run e2fsck, check the man page (man e2fsck) to see what options you want to use. But, basically your command would be:

    sudo e2fsck /dev/hda6 -y -f
    If you have a bad superblock (happened to me before, and e2fsck should tell you if it runs into a problem), then you need to use the -b option and specify the superblock. For example


    sudo e2fsck -y -f -b 8193
    sudo e2fsck -y -f -b 16384
    or most likely sudo e2fsck -y -f -b 32768

Similar Threads

  1. Unable to boot Arch Linux from the logical partition
    By Aerona in forum Operating Systems
    Replies: 4
    Last Post: 03-07-2011, 10:42 AM
  2. Partition is damaged after scan disk
    By Planetty in forum Operating Systems
    Replies: 4
    Last Post: 30-03-2011, 05:13 AM
  3. Replies: 4
    Last Post: 14-01-2011, 10:25 AM
  4. change partition sizes in linux/windows dual boot macine?
    By Solaris in forum Operating Systems
    Replies: 4
    Last Post: 30-03-2010, 05:07 PM
  5. Dual boot need more space for Linux partition.
    By AFFAN in forum Hardware Peripherals
    Replies: 5
    Last Post: 10-09-2008, 03:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,573,758.06166 seconds with 16 queries