1

I have a computer witch cannot be boot from CD or USB. I have Debian and Windows XP with dual boot via GRUB. Now I want to uninstall Debian and GRUB and restore the Windows MBR.

I can enter boot Debian and Windows OSes, but no boot from CD or USB for recovery. How can I remove GRUb and restore MBR from within Windows XP or Debian?

NOTE: I asked this question before, but after accepting the answer, I found that Windows XP does not have fdisk command. However, I think it is too late to continue the discussion there; thus, I asked this brand new question.

Googlebot
  • 1,082

2 Answers2

1

Recovery console has fixmbr which will do that for you. Found instructions how "Recovery console" can be started without CD. Repair MBR without CD I cannot test the procedure as I don't have XP anymore.

Quick steps:
Run "C:\Windows\i386\winnt32.exe /cmdcons"
Restart and select "Recovery console" during boot-up
Run "fixmbr"
Kride
  • 1,149
1

Restart the pc, using the installation CD, boot it, then click repair, then choose the command line option. Then type this:

bootrec/fixboot
bootrec/fixmbr

then download and use EasyBCD to edit boot.

Braiam
  • 4,777
James
  • 11