Jump to content

Remove dual-boot?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well on my desktop I have a dual boot with linux, and It displays the GRUB menu at startup, so I'm thinking that it means that my linux partition it set to boot, so what if I want to remove the Linux partition and use Windows only? What should I do? Because I'm afraid that if I just delete the partition the PC will not find a boot partition...

So what should I do?

#2
Guest_Wanch_*

Guest_Wanch_*
  • Guests
Use a Windows/Dos boot disk and do:

# fdisk /mbr

This sets the master boot record and removes the GRUB boot loader.

#3
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
The fdisk /mbr-method has got a lot of critique, and Microsoft has also chosen to rewrite the method under a new name: fixmbr.

#4
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
so if I boot from the XP CD, run the Repaid console and type fixmbr (I already done this sometime ago before I had the dual-boot) then the XP comes again the bootup partition right? Then i can easily format the linux partition?

#5
Off

Off

    Learning Programmer

  • Members
  • PipPipPip
  • 83 posts
That is correct. Or, you can just set your Windows partition as the active boot partition. This will do the same as fixmbr.

#6
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
So I can just flag it as boot from GParted or something?

#7
Off

Off

    Learning Programmer

  • Members
  • PipPipPip
  • 83 posts
Yes, that sets your windows partition to the active partition. When you switch the "active" back to your other partition you will see the grub/lilo message again.

#8
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Ok, seems fine :D

I am not willing in uninstalling it right now, just asked just in case.

#9
LinuxBomber

LinuxBomber

    Learning Programmer

  • Members
  • PipPipPip
  • 78 posts
Won't the fixmbr corrupt your partitions?

Before you use that, it shows a warning that it might corrupt the partitions....

#10
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well, I think that message means that you will loose the boot flag and have windows as your default boot again.

#11
LinuxBomber

LinuxBomber

    Learning Programmer

  • Members
  • PipPipPip
  • 78 posts
Yeah, maybe you are right, because it would be stupid to corrupt the partitions....