Re: HELP- Grub problem, I can't load WInXP SOLVED

From: Andy (andrew_at_shadwell.amoeba.org)
Date: 09/27/05

  • Next message: Brendan: "Re: bittorrent query?"
    To: debian-user@lists.debian.org
    Date: Tue, 27 Sep 2005 16:20:56 +0100
    
    

    On Tuesday 27 September 2005 12:42, Tom Pfeifer wrote:
    > Since your WinXP on /dev/hda1 is a FAT32 partition, one thing that might
    > work is to use the backup boot sector that is kept on FAT32 file systems
    > to restore the WinXP boot sector on /dev/hda1.
    >
    > dd if=/dev/hda1 of=/dev/hda1 bs=512 count=1 skip=6
    >
    > The above dd command will read the 7th sector (or sector 6) of the
    > partition, and then write it to the 1st sector (or sector 0). The 7th
    > sector is where the backup boot sector is stored on FAT32. The "skip"
    > means it will skip over the first 6 sectors when reading from the
    > partition - since you are interested in the 7th sector.
    >
    > GRUB should have only overwritten the 1st sector of the partition.
    >
    > Tom

    Tom, I cannot thank you enough! Your instructions worked flawlessly. I can't
    believe that your dd command managed to fix something that Microsoft's own
    fixboot and fixmbr commands could not. You have saved me a lot of time and
    money, thank you very much.

    Regards,
    Andy

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Brendan: "Re: bittorrent query?"

    Relevant Pages

    • Re: GROUP BY with join help please!
      ... Tom, yes I will do that shortly. ... OVER etc to partition the data then count by sector so I can do the ... Essentially I need to sum all the trees for each sector to work ...
      (microsoft.public.sqlserver.programming)
    • Re: GROUP BY with join help please!
      ... Thanks Tom, but that's the problem. ... I don't want to sum the area. ... only ever for 1 sector so I can possibly divide by a constant instead ...
      (microsoft.public.sqlserver.programming)
    • Re: Obtain FAT32 volume data just as its done for NTFS
      ... You can read the backup boot sector at sector 6 - It contains the same ... The offset of the starting sector of the volume from the beginning ... be obtained easily dividing the starting offset of the partition (in ...
      (microsoft.public.win32.programmer.kernel)